Color Hex Logo

#9adc7a Color Hex

#9ADC7A
(154,220,122)
0 Favorites   0 Comments

Color spaces of #9adc7a

RGB 154220122
HSL0.280.580.67
HSV100°45°86°
CMYK 0.300.000.45   0.14
XYZ42.432559.461627.6532
Yxy59.46160.32750.4590
Hunter Lab77.1113-36.720632.7157
CIE-Lab81.5447-38.310341.5247

#9adc7a color RGB value is (154,220,122).

#9adc7a hex color red value is 154, green value is 220 and the blue value of its RGB is 122. Cylindrical-coordinate representations (also known as HSL) of color #9adc7a hue: 0.28 , saturation: 0.58 and the lightness value of 9adc7a is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10011010 11011100 01111010
Octal 232 334 172
Decimal 154 220 122
Hex 9A DC 7A

RGB Percentages of Color #9adc7a

%31.05
%44.35
%24.60

CMYK Percentages of Color #9adc7a

%30
%0
%45
%14

Triadic Colors of #9adc7a

#9adc7a #7a9adc #dc7a9a

Analogous Colors of #9adc7a

#9adc7a #7adc8b #cbdc7a

Monochromatic Colors of #9adc7a

#9adc7a

Complementary Color

#9adc7a #bc7adc

#9adc7a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9adc7a Color Preview on White Background

Lorem ipsum dolor sit amet.

#9adc7a Color CSS Codes

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

#9adc7a Text Font Color

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

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


#9adc7a Background Color

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

This div background color is #9adc7a


#9adc7a Border Color

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

This div border color is #9adc7a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9adc7a


Comments

No comments written yet.

Please login to write comment.