Shades of Conifer #9EE45C
Tints of Conifer #9EE45C
RGB
CMYK
RGB Variations
Color information
#9EE45C (or 0x9EE45C) is known color: Conifer. HEX triplet: 9E, E4 and 5C. RGB value is (158,228,92). Sum of RGB (Red+Green+Blue) = 158+228+92=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 228 (89.45% from 255 or 47.70% from 478); Blue value is 92 (36.33% from 255 or 19.25% from 478); Max value from RGB is 228 - color contains mainly: green. Hex color #9EE45C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE45C is #611BA3. Grayscale: #C0C0C0. Windows color (decimal): -6364068 or 6087838. OLE color: 6087838.
HSL color Cylindrical-coordinate representation of color #9EE45C: hue angle of 90.88º degrees, saturation: 0.72, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #9EE45C is Cyan = 0.31, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 158 | 228 | 92 | - |
| CMYK | 0.31 | 0 | 0.60 | 0.11 |
| HSL | 90.88º | 0.72% | 0.63% | - |
| HSV(B) | 90.88º | 0.6% | 0.89% | - |
| XYZ | 43.78 | 63.53 | 20.08 | - |
| YUV | 191.57 | 71.81 | 104.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 228 | 92 | 0.31 | 0 | 0.60 | 0.11 | 90.88 | 0.72 | 0.63 |
| Hex | 9E | E4 | 5C | 1F | 0 | 3C | B | 5B | 48 | 3F |
| Octal | 236 | 344 | 134 | 37 | 0 | 74 | 13 | 133 | 110 | 77 |
| Binary | 10011110 | 11100100 | 1011100 | 11111 | 0 | 111100 | 1011 | 1011011 | 1001000 | 111111 |
Color Harmonies of #9EE45C
Complementary color
Monochromatic Colors of #9EE45C
Black with #9EE45C
Text Example
Text Example
White with #9EE45C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE45C; }
p { color: rgb(158,228,92); }
H1.HeaderClassName
{
color: #9EE45C;
}
.AnyTagClassName
{
color: #9EE45C;
}
</style>
background-color css
<style>
a { background-color: #9EE45C; }
a { background-color: rgb(158,228,92); }
div.DivClassName
{
background-color: #9EE45C;
}
.BgClassName
{
background-color: #9EE45C;
}
</style>
border-color css
<style>
span { border-color: #9EE45C; }
span { border-color: rgb(158,228,92); }
td.TdClassName
{
border-color: #9EE45C;
}
.TagClassName
{
border-color: #9EE45C;
}
</style>