Color Hex Logo

#72c99a Color Hex

#72C99A
(114,201,154)
0 Favorites   0 Comments

Color spaces of #72c99a

RGB 114201154
HSL0.410.450.62
HSV148°43°79°
CMYK 0.430.000.23   0.21
XYZ33.658847.683838.0017
Yxy47.68380.28200.3995
Hunter Lab69.0535-33.837115.7088
CIE-Lab74.6251-36.880415.4366

#72c99a color RGB value is (114,201,154).

#72c99a hex color red value is 114, green value is 201 and the blue value of its RGB is 154. Cylindrical-coordinate representations (also known as HSL) of color #72c99a hue: 0.41 , saturation: 0.45 and the lightness value of 72c99a is 0.62.

The process color (four color CMYK) of #72c99a color hex is 0.43, 0.00, 0.23, 0.21. Web safe color of #72c99a is #66cc99. Color #72c99a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 01110010 11001001 10011010
Octal 162 311 232
Decimal 114 201 154
Hex 72 C9 9A

RGB Percentages of Color #72c99a

%24.31
%42.86
%32.84

CMYK Percentages of Color #72c99a

%43
%0
%23
%21

Triadic Colors of #72c99a

#72c99a #9a72c9 #c99a72

Analogous Colors of #72c99a

#72c99a #72c9c6 #76c972

Monochromatic Colors of #72c99a

#72c99a

Complementary Color

#72c99a #c972a1

#72c99a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#72c99a Color Preview on White Background

Lorem ipsum dolor sit amet.

#72c99a Color CSS Codes

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

#72c99a Text Font Color

<p style="color:#72c99a">Text here</p>

This sample text font color is #72c99a
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.


#72c99a Background Color

<div style="background-color:#72c99a">
Div content here</div>

This div background color is #72c99a


#72c99a Border Color

<div style="border:3px solid #72c99a">
Div here</div>

This div border color is #72c99a


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(114,201,154, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #72c99a; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #72c99a;
  -webkit-box-shadow: 1px 1px 3px 2px #72c99a;
  box-shadow:         1px 1px 3px 2px #72c99a; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(114,201,154, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #72c99a


Comments

No comments written yet.

Please login to write comment.