Color Hex Logo

#7af96b Color Hex

#7AF96B
(122,249,107)
0 Favorites   0 Comments

Color spaces of #7af96b

RGB 122249107
HSL0.320.920.70
HSV114°57°98°
CMYK 0.510.000.57   0.02
XYZ44.555672.950525.6424
Yxy72.95050.31130.5096
Hunter Lab85.4111-56.352941.9875
CIE-Lab88.4241-61.693156.5332

#7af96b color RGB value is (122,249,107).

#7af96b hex color red value is 122, green value is 249 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #7af96b hue: 0.32 , saturation: 0.92 and the lightness value of 7af96b is 0.70.

The process color (four color CMYK) of #7af96b color hex is 0.51, 0.00, 0.57, 0.02. Web safe color of #7af96b is #66ff66. Color #7af96b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01111010 11111001 01101011
Octal 172 371 153
Decimal 122 249 107
Hex 7A F9 6B

RGB Percentages of Color #7af96b

%25.52
%52.09
%22.38

CMYK Percentages of Color #7af96b

%51
%0
%57
%2

Triadic Colors of #7af96b

#7af96b #6b7af9 #f96b7a

Analogous Colors of #7af96b

#7af96b #6bf9a3 #c1f96b

Monochromatic Colors of #7af96b

#7af96b

Complementary Color

#7af96b #ea6bf9

#7af96b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#7af96b Color Preview on White Background

Lorem ipsum dolor sit amet.

#7af96b Color CSS Codes

.mybgcolor {background-color:#7af96b; } 
.myforecolor {color:#7af96b; }
.mybordercolor {border:3px solid #7af96b; }

#7af96b Text Font Color

<p style="color:#7af96b">Text here</p>

This sample text font color is #7af96b
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#7af96b Background Color

<div style="background-color:#7af96b">
Div content here</div>

This div background color is #7af96b


#7af96b Border Color

<div style="border:3px solid #7af96b">
Div here</div>

This div border color is #7af96b


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(122,249,107, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #7af96b; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #7af96b;
  -webkit-box-shadow: 1px 1px 3px 2px #7af96b;
  box-shadow:         1px 1px 3px 2px #7af96b; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(122,249,107, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #7af96b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #7af96b;
  -webkit-box-shadow: 1px 1px 3px 2px #7af96b;
  box-shadow:         1px 1px 3px 2px #7af96b;">
Div content here</div>

This div box has shadow with color #7af96b

Related Colors


Comments

No comments written yet.

Please login to write comment.