Shades of Conifer #9EE955
Tints of Conifer #9EE955
RGB
CMYK
RGB Variations
Color information
#9EE955 (or 0x9EE955) is known color: Conifer. HEX triplet: 9E, E9 and 55. RGB value is (158,233,85). Sum of RGB (Red+Green+Blue) = 158+233+85=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 233 (91.41% from 255 or 48.95% from 476); Blue value is 85 (33.59% from 255 or 17.86% from 476); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE955 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE955 is #6116AA. Grayscale: #C2C2C2. Windows color (decimal): -6362795 or 5630366. OLE color: 5630366.
HSL color Cylindrical-coordinate representation of color #9EE955: hue angle of 90.41º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9EE955 is Cyan = 0.32, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 158 | 233 | 85 | - |
| CMYK | 0.32 | 0 | 0.64 | 0.09 |
| HSL | 90.41º | 0.77% | 0.62% | - |
| HSV(B) | 90.41º | 0.64% | 0.91% | - |
| XYZ | 44.88 | 66.2 | 19.01 | - |
| YUV | 193.7 | 66.65 | 102.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 233 | 85 | 0.32 | 0 | 0.64 | 0.09 | 90.41 | 0.77 | 0.62 |
| Hex | 9E | E9 | 55 | 20 | 0 | 40 | 9 | 5A | 4D | 3E |
| Octal | 236 | 351 | 125 | 40 | 0 | 100 | 11 | 132 | 115 | 76 |
| Binary | 10011110 | 11101001 | 1010101 | 100000 | 0 | 1000000 | 1001 | 1011010 | 1001101 | 111110 |
Color Harmonies of #9EE955
Complementary color
Monochromatic Colors of #9EE955
Black with #9EE955
Text Example
Text Example
White with #9EE955
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE955; }
p { color: rgb(158,233,85); }
H1.HeaderClassName
{
color: #9EE955;
}
.AnyTagClassName
{
color: #9EE955;
}
</style>
background-color css
<style>
a { background-color: #9EE955; }
a { background-color: rgb(158,233,85); }
div.DivClassName
{
background-color: #9EE955;
}
.BgClassName
{
background-color: #9EE955;
}
</style>
border-color css
<style>
span { border-color: #9EE955; }
span { border-color: rgb(158,233,85); }
td.TdClassName
{
border-color: #9EE955;
}
.TagClassName
{
border-color: #9EE955;
}
</style>