#9AE860

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

Shades of Conifer #9AE860

Tints of Conifer #9AE860

Color information

#9AE860 (or 0x9AE860) is unknown color: approx Conifer. HEX triplet: 9A, E8 and 60. RGB value is (154,232,96). Sum of RGB (Red+Green+Blue) = 154+232+96=482 (63% of max value = 765). Red value is 154 (60.55% from 255 or 31.95% from 482); Green value is 232 (91.02% from 255 or 48.13% from 482); Blue value is 96 (37.89% from 255 or 19.92% from 482); Max value from RGB is 232 - color contains mainly: green. Hex color #9AE860 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9AE860 is #65179F. Grayscale: #C1C1C1. Windows color (decimal): -6625184 or 6351002. OLE color: 6351002.

HSL color Cylindrical-coordinate representation of color #9AE860: hue angle of 94.41º degrees, saturation: 0.75, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9AE860 is Cyan = 0.34, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.

Color convert

RGB15423296-
CMYK0.3400.590.09
HSL94.41º74.73%64.31%-
HSV(B)94.41º58.62%90.98%-
XYZ44.2965.4321.36-
YUV193.1773.16100.06-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 31.95%
GREEN value IS 232 (91.02% from 255) = 48.13%
BLUE value IS 96 (37.89% from 255) = 19.92%
R=31.95%
G=48.13%
B=19.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal154232960.3400.590.0994.4174.7364.31
Hex9AE8602203B95e4b40
Octal2323501404207311136113100
Binary1001101011101000110000010001001110111001101111010010111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9AE860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,232,96); }

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

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

 a { background-color: rgb(154,232,96); }

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

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

 span { border-color: rgb(154,232,96); }

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