Shades of Conifer #9ED94F
Tints of Conifer #9ED94F
RGB
CMYK
RGB Variations
Color information
#9ED94F (or 0x9ED94F) is known color: Conifer. HEX triplet: 9E, D9 and 4F. RGB value is (158,217,79). Sum of RGB (Red+Green+Blue) = 158+217+79=454 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.80% from 454); Green value is 217 (85.16% from 255 or 47.80% from 454); Blue value is 79 (31.25% from 255 or 17.40% from 454); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED94F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED94F is #6126B0. Grayscale: #B8B8B8. Windows color (decimal): -6366897 or 5233054. OLE color: 5233054.
HSL color Cylindrical-coordinate representation of color #9ED94F: hue angle of 85.65º degrees, saturation: 0.64, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #9ED94F is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 217 | 79 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.15 |
| HSL | 85.65º | 0.64% | 0.58% | - |
| HSV(B) | 85.65º | 0.64% | 0.85% | - |
| XYZ | 40.32 | 57.46 | 16.36 | - |
| YUV | 183.63 | 68.95 | 109.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 217 | 79 | 0.27 | 0 | 0.64 | 0.15 | 85.65 | 0.64 | 0.58 |
| Hex | 9E | D9 | 4F | 1B | 0 | 40 | F | 56 | 40 | 3A |
| Octal | 236 | 331 | 117 | 33 | 0 | 100 | 17 | 126 | 100 | 72 |
| Binary | 10011110 | 11011001 | 1001111 | 11011 | 0 | 1000000 | 1111 | 1010110 | 1000000 | 111010 |
Color Harmonies of #9ED94F
Complementary color
Monochromatic Colors of #9ED94F
Black with #9ED94F
Text Example
Text Example
White with #9ED94F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED94F; }
p { color: rgb(158,217,79); }
H1.HeaderClassName
{
color: #9ED94F;
}
.AnyTagClassName
{
color: #9ED94F;
}
</style>
background-color css
<style>
a { background-color: #9ED94F; }
a { background-color: rgb(158,217,79); }
div.DivClassName
{
background-color: #9ED94F;
}
.BgClassName
{
background-color: #9ED94F;
}
</style>
border-color css
<style>
span { border-color: #9ED94F; }
span { border-color: rgb(158,217,79); }
td.TdClassName
{
border-color: #9ED94F;
}
.TagClassName
{
border-color: #9ED94F;
}
</style>