Shades of Conifer #9ED95E
Tints of Conifer #9ED95E
RGB
CMYK
RGB Variations
Color information
#9ED95E (or 0x9ED95E) is known color: Conifer. HEX triplet: 9E, D9 and 5E. RGB value is (158,217,94). Sum of RGB (Red+Green+Blue) = 158+217+94=469 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.69% from 469); Green value is 217 (85.16% from 255 or 46.27% from 469); Blue value is 94 (37.11% from 255 or 20.04% from 469); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED95E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED95E is #6126A1. Grayscale: #B9B9B9. Windows color (decimal): -6366882 or 6216094. OLE color: 6216094.
HSL color Cylindrical-coordinate representation of color #9ED95E: hue angle of 88.78º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9ED95E is Cyan = 0.27, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 217 | 94 | - |
| CMYK | 0.27 | 0 | 0.57 | 0.15 |
| HSL | 88.78º | 0.62% | 0.61% | - |
| HSV(B) | 88.78º | 0.57% | 0.85% | - |
| XYZ | 40.93 | 57.7 | 19.57 | - |
| YUV | 185.34 | 76.45 | 108.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 217 | 94 | 0.27 | 0 | 0.57 | 0.15 | 88.78 | 0.62 | 0.61 |
| Hex | 9E | D9 | 5E | 1B | 0 | 39 | F | 59 | 3E | 3D |
| Octal | 236 | 331 | 136 | 33 | 0 | 71 | 17 | 131 | 76 | 75 |
| Binary | 10011110 | 11011001 | 1011110 | 11011 | 0 | 111001 | 1111 | 1011001 | 111110 | 111101 |
Color Harmonies of #9ED95E
Complementary color
Monochromatic Colors of #9ED95E
Black with #9ED95E
Text Example
Text Example
White with #9ED95E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED95E; }
p { color: rgb(158,217,94); }
H1.HeaderClassName
{
color: #9ED95E;
}
.AnyTagClassName
{
color: #9ED95E;
}
</style>
background-color css
<style>
a { background-color: #9ED95E; }
a { background-color: rgb(158,217,94); }
div.DivClassName
{
background-color: #9ED95E;
}
.BgClassName
{
background-color: #9ED95E;
}
</style>
border-color css
<style>
span { border-color: #9ED95E; }
span { border-color: rgb(158,217,94); }
td.TdClassName
{
border-color: #9ED95E;
}
.TagClassName
{
border-color: #9ED95E;
}
</style>