Shades of Conifer #9EEA56
Tints of Conifer #9EEA56
RGB
CMYK
RGB Variations
Color information
#9EEA56 (or 0x9EEA56) is known color: Conifer. HEX triplet: 9E, EA and 56. RGB value is (158,234,86). Sum of RGB (Red+Green+Blue) = 158+234+86=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 234 (91.80% from 255 or 48.95% from 478); Blue value is 86 (33.98% from 255 or 17.99% from 478); Max value from RGB is 234 - color contains mainly: green. Hex color #9EEA56 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEA56 is #6115A9. Grayscale: #C2C2C2. Windows color (decimal): -6362538 or 5696158. OLE color: 5696158.
HSL color Cylindrical-coordinate representation of color #9EEA56: hue angle of 90.81º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #9EEA56 is Cyan = 0.32, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 158 | 234 | 86 | - |
| CMYK | 0.32 | 0 | 0.63 | 0.08 |
| HSL | 90.81º | 0.78% | 0.63% | - |
| HSV(B) | 90.81º | 0.63% | 0.92% | - |
| XYZ | 45.2 | 66.79 | 19.31 | - |
| YUV | 194.4 | 66.82 | 102.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 234 | 86 | 0.32 | 0 | 0.63 | 0.08 | 90.81 | 0.78 | 0.63 |
| Hex | 9E | EA | 56 | 20 | 0 | 3F | 8 | 5B | 4E | 3F |
| Octal | 236 | 352 | 126 | 40 | 0 | 77 | 10 | 133 | 116 | 77 |
| Binary | 10011110 | 11101010 | 1010110 | 100000 | 0 | 111111 | 1000 | 1011011 | 1001110 | 111111 |
Color Harmonies of #9EEA56
Complementary color
Monochromatic Colors of #9EEA56
Black with #9EEA56
Text Example
Text Example
White with #9EEA56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EEA56; }
p { color: rgb(158,234,86); }
H1.HeaderClassName
{
color: #9EEA56;
}
.AnyTagClassName
{
color: #9EEA56;
}
</style>
background-color css
<style>
a { background-color: #9EEA56; }
a { background-color: rgb(158,234,86); }
div.DivClassName
{
background-color: #9EEA56;
}
.BgClassName
{
background-color: #9EEA56;
}
</style>
border-color css
<style>
span { border-color: #9EEA56; }
span { border-color: rgb(158,234,86); }
td.TdClassName
{
border-color: #9EEA56;
}
.TagClassName
{
border-color: #9EEA56;
}
</style>