Shades of Conifer #9ED94E
Tints of Conifer #9ED94E
RGB
CMYK
RGB Variations
Color information
#9ED94E (or 0x9ED94E) is known color: Conifer. HEX triplet: 9E, D9 and 4E. RGB value is (158,217,78). Sum of RGB (Red+Green+Blue) = 158+217+78=453 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.88% from 453); Green value is 217 (85.16% from 255 or 47.90% from 453); Blue value is 78 (30.86% from 255 or 17.22% from 453); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED94E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED94E is #6126B1. Grayscale: #B8B8B8. Windows color (decimal): -6366898 or 5167518. OLE color: 5167518.
HSL color Cylindrical-coordinate representation of color #9ED94E: hue angle of 85.47º degrees, saturation: 0.65, 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 #9ED94E is Cyan = 0.27, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 217 | 78 | - |
| CMYK | 0.27 | 0 | 0.64 | 0.15 |
| HSL | 85.47º | 0.65% | 0.58% | - |
| HSV(B) | 85.47º | 0.64% | 0.85% | - |
| XYZ | 40.29 | 57.44 | 16.17 | - |
| YUV | 183.51 | 68.45 | 109.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 217 | 78 | 0.27 | 0 | 0.64 | 0.15 | 85.47 | 0.65 | 0.58 |
| Hex | 9E | D9 | 4E | 1B | 0 | 40 | F | 55 | 41 | 3A |
| Octal | 236 | 331 | 116 | 33 | 0 | 100 | 17 | 125 | 101 | 72 |
| Binary | 10011110 | 11011001 | 1001110 | 11011 | 0 | 1000000 | 1111 | 1010101 | 1000001 | 111010 |
Color Harmonies of #9ED94E
Complementary color
Monochromatic Colors of #9ED94E
Black with #9ED94E
Text Example
Text Example
White with #9ED94E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED94E; }
p { color: rgb(158,217,78); }
H1.HeaderClassName
{
color: #9ED94E;
}
.AnyTagClassName
{
color: #9ED94E;
}
</style>
background-color css
<style>
a { background-color: #9ED94E; }
a { background-color: rgb(158,217,78); }
div.DivClassName
{
background-color: #9ED94E;
}
.BgClassName
{
background-color: #9ED94E;
}
</style>
border-color css
<style>
span { border-color: #9ED94E; }
span { border-color: rgb(158,217,78); }
td.TdClassName
{
border-color: #9ED94E;
}
.TagClassName
{
border-color: #9ED94E;
}
</style>