Shades of Conifer #9EE04E
Tints of Conifer #9EE04E
RGB
CMYK
RGB Variations
Color information
#9EE04E (or 0x9EE04E) is known color: Conifer. HEX triplet: 9E, E0 and 4E. RGB value is (158,224,78). Sum of RGB (Red+Green+Blue) = 158+224+78=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 224 (87.89% from 255 or 48.70% from 460); Blue value is 78 (30.86% from 255 or 16.96% from 460); Max value from RGB is 224 - color contains mainly: green. Hex color #9EE04E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE04E is #611FB1. Grayscale: #BCBCBC. Windows color (decimal): -6365106 or 5169310. OLE color: 5169310.
HSL color Cylindrical-coordinate representation of color #9EE04E: hue angle of 87.12º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9EE04E is Cyan = 0.29, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 224 | 78 | - |
| CMYK | 0.29 | 0 | 0.65 | 0.12 |
| HSL | 87.12º | 0.7% | 0.59% | - |
| HSV(B) | 87.12º | 0.65% | 0.88% | - |
| XYZ | 42.13 | 61.13 | 16.79 | - |
| YUV | 187.62 | 66.13 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 224 | 78 | 0.29 | 0 | 0.65 | 0.12 | 87.12 | 0.7 | 0.59 |
| Hex | 9E | E0 | 4E | 1D | 0 | 41 | C | 57 | 46 | 3B |
| Octal | 236 | 340 | 116 | 35 | 0 | 101 | 14 | 127 | 106 | 73 |
| Binary | 10011110 | 11100000 | 1001110 | 11101 | 0 | 1000001 | 1100 | 1010111 | 1000110 | 111011 |
Color Harmonies of #9EE04E
Complementary color
Monochromatic Colors of #9EE04E
Black with #9EE04E
Text Example
Text Example
White with #9EE04E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE04E; }
p { color: rgb(158,224,78); }
H1.HeaderClassName
{
color: #9EE04E;
}
.AnyTagClassName
{
color: #9EE04E;
}
</style>
background-color css
<style>
a { background-color: #9EE04E; }
a { background-color: rgb(158,224,78); }
div.DivClassName
{
background-color: #9EE04E;
}
.BgClassName
{
background-color: #9EE04E;
}
</style>
border-color css
<style>
span { border-color: #9EE04E; }
span { border-color: rgb(158,224,78); }
td.TdClassName
{
border-color: #9EE04E;
}
.TagClassName
{
border-color: #9EE04E;
}
</style>