Shades of Conifer #9EDA64
Tints of Conifer #9EDA64
RGB
CMYK
RGB Variations
Color information
#9EDA64 (or 0x9EDA64) is known color: Conifer. HEX triplet: 9E, DA and 64. RGB value is (158,218,100). Sum of RGB (Red+Green+Blue) = 158+218+100=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 218 (85.55% from 255 or 45.80% from 476); Blue value is 100 (39.45% from 255 or 21.01% from 476); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDA64 is #61259B. Grayscale: #BBBBBB. Windows color (decimal): -6366620 or 6609566. OLE color: 6609566.
HSL color Cylindrical-coordinate representation of color #9EDA64: hue angle of 90.51º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9EDA64 is Cyan = 0.28, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 158 | 218 | 100 | - |
| CMYK | 0.28 | 0 | 0.54 | 0.15 |
| HSL | 90.51º | 0.61% | 0.62% | - |
| HSV(B) | 90.51º | 0.54% | 0.85% | - |
| XYZ | 41.47 | 58.33 | 21.13 | - |
| YUV | 186.61 | 79.12 | 107.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 218 | 100 | 0.28 | 0 | 0.54 | 0.15 | 90.51 | 0.61 | 0.62 |
| Hex | 9E | DA | 64 | 1C | 0 | 36 | F | 5B | 3D | 3E |
| Octal | 236 | 332 | 144 | 34 | 0 | 66 | 17 | 133 | 75 | 76 |
| Binary | 10011110 | 11011010 | 1100100 | 11100 | 0 | 110110 | 1111 | 1011011 | 111101 | 111110 |
Color Harmonies of #9EDA64
Complementary color
Monochromatic Colors of #9EDA64
Black with #9EDA64
Text Example
Text Example
White with #9EDA64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EDA64; }
p { color: rgb(158,218,100); }
H1.HeaderClassName
{
color: #9EDA64;
}
.AnyTagClassName
{
color: #9EDA64;
}
</style>
background-color css
<style>
a { background-color: #9EDA64; }
a { background-color: rgb(158,218,100); }
div.DivClassName
{
background-color: #9EDA64;
}
.BgClassName
{
background-color: #9EDA64;
}
</style>
border-color css
<style>
span { border-color: #9EDA64; }
span { border-color: rgb(158,218,100); }
td.TdClassName
{
border-color: #9EDA64;
}
.TagClassName
{
border-color: #9EDA64;
}
</style>