Shades of Conifer #9EE25B
Tints of Conifer #9EE25B
RGB
CMYK
RGB Variations
Color information
#9EE25B (or 0x9EE25B) is known color: Conifer. HEX triplet: 9E, E2 and 5B. RGB value is (158,226,91). Sum of RGB (Red+Green+Blue) = 158+226+91=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 226 (88.67% from 255 or 47.58% from 475); Blue value is 91 (35.94% from 255 or 19.16% from 475); Max value from RGB is 226 - color contains mainly: green. Hex color #9EE25B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE25B is #611DA4. Grayscale: #BEBEBE. Windows color (decimal): -6364581 or 6021790. OLE color: 6021790.
HSL color Cylindrical-coordinate representation of color #9EE25B: hue angle of 90.22º degrees, saturation: 0.7, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9EE25B is Cyan = 0.30, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 226 | 91 | - |
| CMYK | 0.30 | 0 | 0.60 | 0.11 |
| HSL | 90.22º | 0.7% | 0.62% | - |
| HSV(B) | 90.22º | 0.6% | 0.89% | - |
| XYZ | 43.19 | 62.42 | 19.67 | - |
| YUV | 190.28 | 71.97 | 104.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 226 | 91 | 0.30 | 0 | 0.60 | 0.11 | 90.22 | 0.7 | 0.62 |
| Hex | 9E | E2 | 5B | 1E | 0 | 3C | B | 5A | 46 | 3E |
| Octal | 236 | 342 | 133 | 36 | 0 | 74 | 13 | 132 | 106 | 76 |
| Binary | 10011110 | 11100010 | 1011011 | 11110 | 0 | 111100 | 1011 | 1011010 | 1000110 | 111110 |
Color Harmonies of #9EE25B
Complementary color
Monochromatic Colors of #9EE25B
Black with #9EE25B
Text Example
Text Example
White with #9EE25B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE25B; }
p { color: rgb(158,226,91); }
H1.HeaderClassName
{
color: #9EE25B;
}
.AnyTagClassName
{
color: #9EE25B;
}
</style>
background-color css
<style>
a { background-color: #9EE25B; }
a { background-color: rgb(158,226,91); }
div.DivClassName
{
background-color: #9EE25B;
}
.BgClassName
{
background-color: #9EE25B;
}
</style>
border-color css
<style>
span { border-color: #9EE25B; }
span { border-color: rgb(158,226,91); }
td.TdClassName
{
border-color: #9EE25B;
}
.TagClassName
{
border-color: #9EE25B;
}
</style>