Shades of Conifer #9ED259
Tints of Conifer #9ED259
RGB
CMYK
RGB Variations
Color information
#9ED259 (or 0x9ED259) is known color: Conifer. HEX triplet: 9E, D2 and 59. RGB value is (158,210,89). Sum of RGB (Red+Green+Blue) = 158+210+89=457 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.57% from 457); Green value is 210 (82.42% from 255 or 45.95% from 457); Blue value is 89 (35.16% from 255 or 19.47% from 457); Max value from RGB is 210 - color contains mainly: green. Hex color #9ED259 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED259 is #612DA6. Grayscale: #B5B5B5. Windows color (decimal): -6368679 or 5886622. OLE color: 5886622.
HSL color Cylindrical-coordinate representation of color #9ED259: hue angle of 85.79º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #9ED259 is Cyan = 0.25, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 158 | 210 | 89 | - |
| CMYK | 0.25 | 0 | 0.58 | 0.18 |
| HSL | 85.79º | 0.57% | 0.59% | - |
| HSV(B) | 85.79º | 0.58% | 0.82% | - |
| XYZ | 38.95 | 54.08 | 17.84 | - |
| YUV | 180.66 | 76.27 | 111.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 210 | 89 | 0.25 | 0 | 0.58 | 0.18 | 85.79 | 0.57 | 0.59 |
| Hex | 9E | D2 | 59 | 19 | 0 | 3A | 12 | 56 | 39 | 3B |
| Octal | 236 | 322 | 131 | 31 | 0 | 72 | 22 | 126 | 71 | 73 |
| Binary | 10011110 | 11010010 | 1011001 | 11001 | 0 | 111010 | 10010 | 1010110 | 111001 | 111011 |
Color Harmonies of #9ED259
Complementary color
Monochromatic Colors of #9ED259
Black with #9ED259
Text Example
Text Example
White with #9ED259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED259; }
p { color: rgb(158,210,89); }
H1.HeaderClassName
{
color: #9ED259;
}
.AnyTagClassName
{
color: #9ED259;
}
</style>
background-color css
<style>
a { background-color: #9ED259; }
a { background-color: rgb(158,210,89); }
div.DivClassName
{
background-color: #9ED259;
}
.BgClassName
{
background-color: #9ED259;
}
</style>
border-color css
<style>
span { border-color: #9ED259; }
span { border-color: rgb(158,210,89); }
td.TdClassName
{
border-color: #9ED259;
}
.TagClassName
{
border-color: #9ED259;
}
</style>