Shades of Conifer #9EE54E
Tints of Conifer #9EE54E
RGB
CMYK
RGB Variations
Color information
#9EE54E (or 0x9EE54E) is known color: Conifer. HEX triplet: 9E, E5 and 4E. RGB value is (158,229,78). Sum of RGB (Red+Green+Blue) = 158+229+78=465 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.98% from 465); Green value is 229 (89.84% from 255 or 49.25% from 465); Blue value is 78 (30.86% from 255 or 16.77% from 465); Max value from RGB is 229 - color contains mainly: green. Hex color #9EE54E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE54E is #611AB1. Grayscale: #BFBFBF. Windows color (decimal): -6363826 or 5170590. OLE color: 5170590.
HSL color Cylindrical-coordinate representation of color #9EE54E: hue angle of 88.21º degrees, saturation: 0.74, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9EE54E is Cyan = 0.31, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 158 | 229 | 78 | - |
| CMYK | 0.31 | 0 | 0.66 | 0.10 |
| HSL | 88.21º | 0.74% | 0.6% | - |
| HSV(B) | 88.21º | 0.66% | 0.9% | - |
| XYZ | 43.5 | 63.86 | 17.24 | - |
| YUV | 190.56 | 64.48 | 104.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 229 | 78 | 0.31 | 0 | 0.66 | 0.10 | 88.21 | 0.74 | 0.6 |
| Hex | 9E | E5 | 4E | 1F | 0 | 42 | A | 58 | 4A | 3C |
| Octal | 236 | 345 | 116 | 37 | 0 | 102 | 12 | 130 | 112 | 74 |
| Binary | 10011110 | 11100101 | 1001110 | 11111 | 0 | 1000010 | 1010 | 1011000 | 1001010 | 111100 |
Color Harmonies of #9EE54E
Complementary color
Monochromatic Colors of #9EE54E
Black with #9EE54E
Text Example
Text Example
White with #9EE54E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EE54E; }
p { color: rgb(158,229,78); }
H1.HeaderClassName
{
color: #9EE54E;
}
.AnyTagClassName
{
color: #9EE54E;
}
</style>
background-color css
<style>
a { background-color: #9EE54E; }
a { background-color: rgb(158,229,78); }
div.DivClassName
{
background-color: #9EE54E;
}
.BgClassName
{
background-color: #9EE54E;
}
</style>
border-color css
<style>
span { border-color: #9EE54E; }
span { border-color: rgb(158,229,78); }
td.TdClassName
{
border-color: #9EE54E;
}
.TagClassName
{
border-color: #9EE54E;
}
</style>