Shades of Conifer #9EE25D
Tints of Conifer #9EE25D
RGB
CMYK
RGB Variations
Color information
#9EE25D (or 0x9EE25D) is known color: Conifer. HEX triplet: 9E, E2 and 5D. RGB value is (158,226,93). Sum of RGB (Red+Green+Blue) = 158+226+93=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 226 (88.67% from 255 or 47.38% from 477); Blue value is 93 (36.72% from 255 or 19.50% from 477); Max value from RGB is 226 - color contains mainly: green. Hex color #9EE25D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE25D is #611DA2. Grayscale: #BEBEBE. Windows color (decimal): -6364579 or 6152862. OLE color: 6152862.
HSL color Cylindrical-coordinate representation of color #9EE25D: hue angle of 90.68º degrees, saturation: 0.7, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #9EE25D is Cyan = 0.30, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 226 | 93 | - |
| CMYK | 0.30 | 0 | 0.59 | 0.11 |
| HSL | 90.68º | 0.7% | 0.63% | - |
| HSV(B) | 90.68º | 0.59% | 0.89% | - |
| XYZ | 43.27 | 62.45 | 20.13 | - |
| YUV | 190.51 | 72.97 | 104.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 226 | 93 | 0.30 | 0 | 0.59 | 0.11 | 90.68 | 0.7 | 0.63 |
| Hex | 9E | E2 | 5D | 1E | 0 | 3B | B | 5B | 46 | 3F |
| Octal | 236 | 342 | 135 | 36 | 0 | 73 | 13 | 133 | 106 | 77 |
| Binary | 10011110 | 11100010 | 1011101 | 11110 | 0 | 111011 | 1011 | 1011011 | 1000110 | 111111 |
Color Harmonies of #9EE25D
Complementary color
Monochromatic Colors of #9EE25D
Black with #9EE25D
Text Example
Text Example
White with #9EE25D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE25D; }
p { color: rgb(158,226,93); }
H1.HeaderClassName
{
color: #9EE25D;
}
.AnyTagClassName
{
color: #9EE25D;
}
</style>
background-color css
<style>
a { background-color: #9EE25D; }
a { background-color: rgb(158,226,93); }
div.DivClassName
{
background-color: #9EE25D;
}
.BgClassName
{
background-color: #9EE25D;
}
</style>
border-color css
<style>
span { border-color: #9EE25D; }
span { border-color: rgb(158,226,93); }
td.TdClassName
{
border-color: #9EE25D;
}
.TagClassName
{
border-color: #9EE25D;
}
</style>