Shades of Conifer #9EE152
Tints of Conifer #9EE152
RGB
CMYK
RGB Variations
Color information
#9EE152 (or 0x9EE152) is known color: Conifer. HEX triplet: 9E, E1 and 52. RGB value is (158,225,82). Sum of RGB (Red+Green+Blue) = 158+225+82=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 225 (88.28% from 255 or 48.39% from 465); Blue value is 82 (32.42% from 255 or 17.63% from 465); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE152 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE152 is #611EAD. Grayscale: #BDBDBD. Windows color (decimal): -6364846 or 5431710. OLE color: 5431710.
HSL color Cylindrical-coordinate representation of color #9EE152: hue angle of 88.11º degrees, saturation: 0.7, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9EE152 is Cyan = 0.30, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 158 | 225 | 82 | - |
| CMYK | 0.30 | 0 | 0.64 | 0.12 |
| HSL | 88.11º | 0.7% | 0.6% | - |
| HSV(B) | 88.11º | 0.64% | 0.88% | - |
| XYZ | 42.55 | 61.73 | 17.65 | - |
| YUV | 188.67 | 67.8 | 106.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 225 | 82 | 0.30 | 0 | 0.64 | 0.12 | 88.11 | 0.7 | 0.6 |
| Hex | 9E | E1 | 52 | 1E | 0 | 40 | C | 58 | 46 | 3C |
| Octal | 236 | 341 | 122 | 36 | 0 | 100 | 14 | 130 | 106 | 74 |
| Binary | 10011110 | 11100001 | 1010010 | 11110 | 0 | 1000000 | 1100 | 1011000 | 1000110 | 111100 |
Color Harmonies of #9EE152
Complementary color
Monochromatic Colors of #9EE152
Black with #9EE152
Text Example
Text Example
White with #9EE152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE152; }
p { color: rgb(158,225,82); }
H1.HeaderClassName
{
color: #9EE152;
}
.AnyTagClassName
{
color: #9EE152;
}
</style>
background-color css
<style>
a { background-color: #9EE152; }
a { background-color: rgb(158,225,82); }
div.DivClassName
{
background-color: #9EE152;
}
.BgClassName
{
background-color: #9EE152;
}
</style>
border-color css
<style>
span { border-color: #9EE152; }
span { border-color: rgb(158,225,82); }
td.TdClassName
{
border-color: #9EE152;
}
.TagClassName
{
border-color: #9EE152;
}
</style>