Color Hex Logo

#9ad98a Color Hex

#9AD98A
(154,217,138)
0 Favorites   0 Comments

Color spaces of #9ad98a

RGB 154217138
HSL0.300.510.70
HSV108°36°85°
CMYK 0.290.000.36   0.15
XYZ42.726758.330733.0518
Yxy58.33070.31860.4349
Hunter Lab76.3745-33.796027.8039
CIE-Lab80.9223-34.746632.6943

#9ad98a color RGB value is (154,217,138).

#9ad98a hex color red value is 154, green value is 217 and the blue value of its RGB is 138. Cylindrical-coordinate representations (also known as HSL) of color #9ad98a hue: 0.30 , saturation: 0.51 and the lightness value of 9ad98a is 0.70.

The process color (four color CMYK) of #9ad98a color hex is 0.29, 0.00, 0.36, 0.15. Web safe color of #9ad98a is #99cc99. Color #9ad98a contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011001 10001010
Octal 232 331 212
Decimal 154 217 138
Hex 9A D9 8A

RGB Percentages of Color #9ad98a

%30.26
%42.63
%27.11

CMYK Percentages of Color #9ad98a

%29
%0
%36
%15

Triadic Colors of #9ad98a

#9ad98a #8a9ad9 #d98a9a

Analogous Colors of #9ad98a

#9ad98a #8ad9a2 #c2d98a

Monochromatic Colors of #9ad98a

#9ad98a

Complementary Color

#9ad98a #c98ad9

#9ad98a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ad98a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ad98a Color CSS Codes

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

#9ad98a Text Font Color

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

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


#9ad98a Background Color

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

This div background color is #9ad98a


#9ad98a Border Color

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

This div border color is #9ad98a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ad98a


Comments

No comments written yet.

Please login to write comment.