Shades of Olivine #9ECD64
Tints of Olivine #9ECD64
RGB
CMYK
RGB Variations
Color information
#9ECD64 (or 0x9ECD64) is known color: Olivine. HEX triplet: 9E, CD and 64. RGB value is (158,205,100). Sum of RGB (Red+Green+Blue) = 158+205+100=463 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.13% from 463); Green value is 205 (80.47% from 255 or 44.28% from 463); Blue value is 100 (39.45% from 255 or 21.60% from 463); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD64 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECD64 is #61329B. Grayscale: #B3B3B3. Windows color (decimal): -6369948 or 6606238. OLE color: 6606238.
HSL color Cylindrical-coordinate representation of color #9ECD64: hue angle of 86.86º degrees, saturation: 0.51, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9ECD64 is Cyan = 0.23, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 205 | 100 | - |
| CMYK | 0.23 | 0 | 0.51 | 0.20 |
| HSL | 86.86º | 0.51% | 0.6% | - |
| HSV(B) | 86.86º | 0.51% | 0.8% | - |
| XYZ | 38.23 | 51.85 | 20.05 | - |
| YUV | 178.98 | 83.43 | 113.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 100 | 0.23 | 0 | 0.51 | 0.20 | 86.86 | 0.51 | 0.6 |
| Hex | 9E | CD | 64 | 17 | 0 | 33 | 14 | 57 | 33 | 3C |
| Octal | 236 | 315 | 144 | 27 | 0 | 63 | 24 | 127 | 63 | 74 |
| Binary | 10011110 | 11001101 | 1100100 | 10111 | 0 | 110011 | 10100 | 1010111 | 110011 | 111100 |
Color Harmonies of #9ECD64
Complementary color
Monochromatic Colors of #9ECD64
Black with #9ECD64
Text Example
Text Example
White with #9ECD64
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECD64; }
p { color: rgb(158,205,100); }
H1.HeaderClassName
{
color: #9ECD64;
}
.AnyTagClassName
{
color: #9ECD64;
}
</style>
background-color css
<style>
a { background-color: #9ECD64; }
a { background-color: rgb(158,205,100); }
div.DivClassName
{
background-color: #9ECD64;
}
.BgClassName
{
background-color: #9ECD64;
}
</style>
border-color css
<style>
span { border-color: #9ECD64; }
span { border-color: rgb(158,205,100); }
td.TdClassName
{
border-color: #9ECD64;
}
.TagClassName
{
border-color: #9ECD64;
}
</style>