#9AD15A

Color #9AD15A Conifer (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Conifer #9AD15A

Tints of Conifer #9AD15A

Color information

#9AD15A (or 0x9AD15A) is unknown color: approx Conifer. HEX triplet: 9A, D1 and 5A. RGB value is (154,209,90). Sum of RGB (Red+Green+Blue) = 154+209+90=453 (60% of max value = 765). Red value is 154 (60.55% from 255 or 34.00% from 453); Green value is 209 (82.03% from 255 or 46.14% from 453); Blue value is 90 (35.55% from 255 or 19.87% from 453); Max value from RGB is 209 - color contains mainly: green. Hex color #9AD15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AD15A is #652EA5. Grayscale: #B3B3B3. Windows color (decimal): -6631078 or 5951898. OLE color: 5951898.

HSL color Cylindrical-coordinate representation of color #9AD15A: hue angle of 87.73º degrees, saturation: 0.56, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9AD15A is Cyan = 0.26, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.18.

Color convert

RGB15420990-
CMYK0.2600.570.18
HSL87.73º56.4%58.63%-
HSV(B)87.73º56.94%81.96%-
XYZ37.9753.2117.94-
YUV178.9977.78110.18-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 154 (60.55% from 255) = 34.00%
GREEN value IS 209 (82.03% from 255) = 46.14%
BLUE value IS 90 (35.55% from 255) = 19.87%
R=34.00%
G=46.14%
B=19.87%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.57
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal154209900.2600.570.1887.7356.458.63
Hex9AD15A1A0391258383b
Octal23232113232071221307073
Binary10011010110100011011010110100111001100101011000111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AD15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9AD15A; }

 p { color: rgb(154,209,90); }

 H1.HeaderClassName
 {
   color: #9AD15A;
 }
 .AnyTagClassName
 {
   color: #9AD15A;
 }
</style>
background-color css

<style>
 a { background-color: #9AD15A; }

 a { background-color: rgb(154,209,90); }

 div.DivClassName
 {
   background-color: #9AD15A;
 }
 .BgClassName
 {
   background-color: #9AD15A;
 }
</style>
border-color css

<style>
 span { border-color: #9AD15A; }

 span { border-color: rgb(154,209,90); }

 td.TdClassName
 {
   border-color: #9AD15A;
 }
 .TagClassName
 {
   border-color: #9AD15A;
 }
</style>