#9AE15A

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

Shades of Conifer #9AE15A

Tints of Conifer #9AE15A

Color information

#9AE15A (or 0x9AE15A) is unknown color: approx Conifer. HEX triplet: 9A, E1 and 5A. RGB value is (154,225,90). Sum of RGB (Red+Green+Blue) = 154+225+90=469 (62% of max value = 765). Red value is 154 (60.55% from 255 or 32.84% from 469); Green value is 225 (88.28% from 255 or 47.97% from 469); Blue value is 90 (35.55% from 255 or 19.19% from 469); Max value from RGB is 225 - color contains mainly: green. Hex color #9AE15A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9AE15A is #651EA5. Grayscale: #BCBCBC. Windows color (decimal): -6626982 or 5955994. OLE color: 5955994.

HSL color Cylindrical-coordinate representation of color #9AE15A: hue angle of 91.56º degrees, saturation: 0.69, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9AE15A is Cyan = 0.32, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.

Color convert

RGB15422590-
CMYK0.3200.600.12
HSL91.56º69.23%61.76%-
HSV(B)91.56º60%88.24%-
XYZ42.161.4619.32-
YUV188.3872.48103.48-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 32.84%
GREEN value IS 225 (88.28% from 255) = 47.97%
BLUE value IS 90 (35.55% from 255) = 19.19%
R=32.84%
G=47.97%
B=19.19%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal154225900.3200.600.1291.5669.2361.76
Hex9AE15A2003CC5c453e
Octal232341132400741413410576
Binary100110101110000110110101000000111100110010111001000101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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