Shades of Conifer #9EDB56
Tints of Conifer #9EDB56
RGB
CMYK
RGB Variations
Color information
#9EDB56 (or 0x9EDB56) is known color: Conifer. HEX triplet: 9E, DB and 56. RGB value is (158,219,86). Sum of RGB (Red+Green+Blue) = 158+219+86=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 219 (85.94% from 255 or 47.30% from 463); Blue value is 86 (33.98% from 255 or 18.57% from 463); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB56 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDB56 is #6124A9. Grayscale: #BABABA. Windows color (decimal): -6366378 or 5692318. OLE color: 5692318.
HSL color Cylindrical-coordinate representation of color #9EDB56: hue angle of 87.52º degrees, saturation: 0.65, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9EDB56 is Cyan = 0.28, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 158 | 219 | 86 | - |
| CMYK | 0.28 | 0 | 0.61 | 0.14 |
| HSL | 87.52º | 0.65% | 0.6% | - |
| HSV(B) | 87.52º | 0.61% | 0.86% | - |
| XYZ | 41.11 | 58.6 | 17.95 | - |
| YUV | 185.6 | 71.79 | 108.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 219 | 86 | 0.28 | 0 | 0.61 | 0.14 | 87.52 | 0.65 | 0.6 |
| Hex | 9E | DB | 56 | 1C | 0 | 3D | E | 58 | 41 | 3C |
| Octal | 236 | 333 | 126 | 34 | 0 | 75 | 16 | 130 | 101 | 74 |
| Binary | 10011110 | 11011011 | 1010110 | 11100 | 0 | 111101 | 1110 | 1011000 | 1000001 | 111100 |
Color Harmonies of #9EDB56
Complementary color
Monochromatic Colors of #9EDB56
Black with #9EDB56
Text Example
Text Example
White with #9EDB56
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDB56; }
p { color: rgb(158,219,86); }
H1.HeaderClassName
{
color: #9EDB56;
}
.AnyTagClassName
{
color: #9EDB56;
}
</style>
background-color css
<style>
a { background-color: #9EDB56; }
a { background-color: rgb(158,219,86); }
div.DivClassName
{
background-color: #9EDB56;
}
.BgClassName
{
background-color: #9EDB56;
}
</style>
border-color css
<style>
span { border-color: #9EDB56; }
span { border-color: rgb(158,219,86); }
td.TdClassName
{
border-color: #9EDB56;
}
.TagClassName
{
border-color: #9EDB56;
}
</style>