Shades of Conifer #9EE464
Tints of Conifer #9EE464
RGB
CMYK
RGB Variations
Color information
#9EE464 (or 0x9EE464) is known color: Conifer. HEX triplet: 9E, E4 and 64. RGB value is (158,228,100). Sum of RGB (Red+Green+Blue) = 158+228+100=486 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.51% from 486); Green value is 228 (89.45% from 255 or 46.91% from 486); Blue value is 100 (39.45% from 255 or 20.58% from 486); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE464 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE464 is #611B9B. Grayscale: #C0C0C0. Windows color (decimal): -6364060 or 6612126. OLE color: 6612126.
HSL color Cylindrical-coordinate representation of color #9EE464: hue angle of 92.81º degrees, saturation: 0.7, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9EE464 is Cyan = 0.31, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 228 | 100 | - |
| CMYK | 0.31 | 0 | 0.56 | 0.11 |
| HSL | 92.81º | 0.7% | 0.64% | - |
| HSV(B) | 92.81º | 0.56% | 0.89% | - |
| XYZ | 44.14 | 63.68 | 22.02 | - |
| YUV | 192.48 | 75.81 | 103.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 228 | 100 | 0.31 | 0 | 0.56 | 0.11 | 92.81 | 0.7 | 0.64 |
| Hex | 9E | E4 | 64 | 1F | 0 | 38 | B | 5D | 46 | 40 |
| Octal | 236 | 344 | 144 | 37 | 0 | 70 | 13 | 135 | 106 | 100 |
| Binary | 10011110 | 11100100 | 1100100 | 11111 | 0 | 111000 | 1011 | 1011101 | 1000110 | 1000000 |
Color Harmonies of #9EE464
Complementary color
Monochromatic Colors of #9EE464
Black with #9EE464
Text Example
Text Example
White with #9EE464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE464; }
p { color: rgb(158,228,100); }
H1.HeaderClassName
{
color: #9EE464;
}
.AnyTagClassName
{
color: #9EE464;
}
</style>
background-color css
<style>
a { background-color: #9EE464; }
a { background-color: rgb(158,228,100); }
div.DivClassName
{
background-color: #9EE464;
}
.BgClassName
{
background-color: #9EE464;
}
</style>
border-color css
<style>
span { border-color: #9EE464; }
span { border-color: rgb(158,228,100); }
td.TdClassName
{
border-color: #9EE464;
}
.TagClassName
{
border-color: #9EE464;
}
</style>