Shades of Conifer #9EE860
Tints of Conifer #9EE860
RGB
CMYK
RGB Variations
Color information
#9EE860 (or 0x9EE860) is known color: Conifer. HEX triplet: 9E, E8 and 60. RGB value is (158,232,96). Sum of RGB (Red+Green+Blue) = 158+232+96=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 232 (91.02% from 255 or 47.74% from 486); Blue value is 96 (37.89% from 255 or 19.75% from 486); Max value from RGB is 232 - color contains mainly: green. Hex color #9EE860 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE860 is #61179F. Grayscale: #C2C2C2. Windows color (decimal): -6363040 or 6351006. OLE color: 6351006.
HSL color Cylindrical-coordinate representation of color #9EE860: hue angle of 92.65º 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 #9EE860 is Cyan = 0.32, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 232 | 96 | - |
| CMYK | 0.32 | 0 | 0.59 | 0.09 |
| HSL | 92.65º | 0.75% | 0.64% | - |
| HSV(B) | 92.65º | 0.59% | 0.91% | - |
| XYZ | 45.07 | 65.83 | 21.4 | - |
| YUV | 194.37 | 72.48 | 102.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 232 | 96 | 0.32 | 0 | 0.59 | 0.09 | 92.65 | 0.75 | 0.64 |
| Hex | 9E | E8 | 60 | 20 | 0 | 3B | 9 | 5D | 4B | 40 |
| Octal | 236 | 350 | 140 | 40 | 0 | 73 | 11 | 135 | 113 | 100 |
| Binary | 10011110 | 11101000 | 1100000 | 100000 | 0 | 111011 | 1001 | 1011101 | 1001011 | 1000000 |
Color Harmonies of #9EE860
Complementary color
Monochromatic Colors of #9EE860
Black with #9EE860
Text Example
Text Example
White with #9EE860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE860; }
p { color: rgb(158,232,96); }
H1.HeaderClassName
{
color: #9EE860;
}
.AnyTagClassName
{
color: #9EE860;
}
</style>
background-color css
<style>
a { background-color: #9EE860; }
a { background-color: rgb(158,232,96); }
div.DivClassName
{
background-color: #9EE860;
}
.BgClassName
{
background-color: #9EE860;
}
</style>
border-color css
<style>
span { border-color: #9EE860; }
span { border-color: rgb(158,232,96); }
td.TdClassName
{
border-color: #9EE860;
}
.TagClassName
{
border-color: #9EE860;
}
</style>