Shades of Conifer #9ED966
Tints of Conifer #9ED966
RGB
CMYK
RGB Variations
Color information
#9ED966 (or 0x9ED966) is known color: Conifer. HEX triplet: 9E, D9 and 66. RGB value is (158,217,102). Sum of RGB (Red+Green+Blue) = 158+217+102=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 217 (85.16% from 255 or 45.49% from 477); Blue value is 102 (40.23% from 255 or 21.38% from 477); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED966 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED966 is #612699. Grayscale: #BABABA. Windows color (decimal): -6366874 or 6740382. OLE color: 6740382.
HSL color Cylindrical-coordinate representation of color #9ED966: hue angle of 90.78º degrees, saturation: 0.6, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9ED966 is Cyan = 0.27, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 217 | 102 | - |
| CMYK | 0.27 | 0 | 0.53 | 0.15 |
| HSL | 90.78º | 0.6% | 0.63% | - |
| HSV(B) | 90.78º | 0.53% | 0.85% | - |
| XYZ | 41.31 | 57.85 | 21.56 | - |
| YUV | 186.25 | 80.45 | 107.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 217 | 102 | 0.27 | 0 | 0.53 | 0.15 | 90.78 | 0.6 | 0.63 |
| Hex | 9E | D9 | 66 | 1B | 0 | 35 | F | 5B | 3C | 3F |
| Octal | 236 | 331 | 146 | 33 | 0 | 65 | 17 | 133 | 74 | 77 |
| Binary | 10011110 | 11011001 | 1100110 | 11011 | 0 | 110101 | 1111 | 1011011 | 111100 | 111111 |
Color Harmonies of #9ED966
Complementary color
Monochromatic Colors of #9ED966
Black with #9ED966
Text Example
Text Example
White with #9ED966
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ED966; }
p { color: rgb(158,217,102); }
H1.HeaderClassName
{
color: #9ED966;
}
.AnyTagClassName
{
color: #9ED966;
}
</style>
background-color css
<style>
a { background-color: #9ED966; }
a { background-color: rgb(158,217,102); }
div.DivClassName
{
background-color: #9ED966;
}
.BgClassName
{
background-color: #9ED966;
}
</style>
border-color css
<style>
span { border-color: #9ED966; }
span { border-color: rgb(158,217,102); }
td.TdClassName
{
border-color: #9ED966;
}
.TagClassName
{
border-color: #9ED966;
}
</style>