Color Hex Logo

#9ad172 Color Hex

#9AD172
(154,209,114)
0 Favorites   0 Comments

Color spaces of #9ad172

RGB 154209114
HSL0.260.510.63
HSV95°45°82°
CMYK 0.260.000.45   0.18
XYZ39.164253.685924.2178
Yxy53.68590.33450.4586
Hunter Lab73.2707-32.812931.6926
CIE-Lab78.2782-34.305441.3713

#9ad172 color RGB value is (154,209,114).

#9ad172 hex color red value is 154, green value is 209 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #9ad172 hue: 0.26 , saturation: 0.51 and the lightness value of 9ad172 is 0.63.

The process color (four color CMYK) of #9ad172 color hex is 0.26, 0.00, 0.45, 0.18. Web safe color of #9ad172 is #99cc66. Color #9ad172 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11010001 01110010
Octal 232 321 162
Decimal 154 209 114
Hex 9A D1 72

RGB Percentages of Color #9ad172

%32.29
%43.82
%23.90

CMYK Percentages of Color #9ad172

%26
%0
%45
%18

Triadic Colors of #9ad172

#9ad172 #729ad1 #d1729a

Analogous Colors of #9ad172

#9ad172 #72d17a #cad172

Monochromatic Colors of #9ad172

#9ad172

Complementary Color

#9ad172 #a972d1

#9ad172 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ad172 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ad172 Color CSS Codes

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

#9ad172 Text Font Color

<p style="color:#9ad172">Text here</p>

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


#9ad172 Background Color

<div style="background-color:#9ad172">
Div content here</div>

This div background color is #9ad172


#9ad172 Border Color

<div style="border:3px solid #9ad172">
Div here</div>

This div border color is #9ad172


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ad172


Comments

No comments written yet.

Please login to write comment.