Shades of Conifer #9EE05A
Tints of Conifer #9EE05A
RGB
CMYK
RGB Variations
Color information
#9EE05A (or 0x9EE05A) is known color: Conifer. HEX triplet: 9E, E0 and 5A. RGB value is (158,224,90). Sum of RGB (Red+Green+Blue) = 158+224+90=472 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.47% from 472); Green value is 224 (87.89% from 255 or 47.46% from 472); Blue value is 90 (35.55% from 255 or 19.07% from 472); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE05A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE05A is #611FA5. Grayscale: #BDBDBD. Windows color (decimal): -6365094 or 5955742. OLE color: 5955742.
HSL color Cylindrical-coordinate representation of color #9EE05A: hue angle of 89.55º degrees, saturation: 0.68, 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 #9EE05A is Cyan = 0.29, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 224 | 90 | - |
| CMYK | 0.29 | 0 | 0.60 | 0.12 |
| HSL | 89.55º | 0.68% | 0.62% | - |
| HSV(B) | 89.55º | 0.6% | 0.88% | - |
| XYZ | 42.6 | 61.32 | 19.26 | - |
| YUV | 188.99 | 72.13 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 224 | 90 | 0.29 | 0 | 0.60 | 0.12 | 89.55 | 0.68 | 0.62 |
| Hex | 9E | E0 | 5A | 1D | 0 | 3C | C | 5A | 44 | 3E |
| Octal | 236 | 340 | 132 | 35 | 0 | 74 | 14 | 132 | 104 | 76 |
| Binary | 10011110 | 11100000 | 1011010 | 11101 | 0 | 111100 | 1100 | 1011010 | 1000100 | 111110 |
Color Harmonies of #9EE05A
Complementary color
Monochromatic Colors of #9EE05A
Black with #9EE05A
Text Example
Text Example
White with #9EE05A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE05A; }
p { color: rgb(158,224,90); }
H1.HeaderClassName
{
color: #9EE05A;
}
.AnyTagClassName
{
color: #9EE05A;
}
</style>
background-color css
<style>
a { background-color: #9EE05A; }
a { background-color: rgb(158,224,90); }
div.DivClassName
{
background-color: #9EE05A;
}
.BgClassName
{
background-color: #9EE05A;
}
</style>
border-color css
<style>
span { border-color: #9EE05A; }
span { border-color: rgb(158,224,90); }
td.TdClassName
{
border-color: #9EE05A;
}
.TagClassName
{
border-color: #9EE05A;
}
</style>