Shades of Olivine #9ECD60
Tints of Olivine #9ECD60
RGB
CMYK
RGB Variations
Color information
#9ECD60 (or 0x9ECD60) is known color: Olivine. HEX triplet: 9E, CD and 60. RGB value is (158,205,96). Sum of RGB (Red+Green+Blue) = 158+205+96=459 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.42% from 459); Green value is 205 (80.47% from 255 or 44.66% from 459); Blue value is 96 (37.89% from 255 or 20.92% from 459); Max value from RGB is 205 - color contains mainly: green. Hex color #9ECD60 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECD60 is #61329F. Grayscale: #B2B2B2. Windows color (decimal): -6369952 or 6344094. OLE color: 6344094.
HSL color Cylindrical-coordinate representation of color #9ECD60: hue angle of 85.87º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9ECD60 is Cyan = 0.23, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 158 | 205 | 96 | - |
| CMYK | 0.23 | 0 | 0.53 | 0.20 |
| HSL | 85.87º | 0.52% | 0.59% | - |
| HSV(B) | 85.87º | 0.53% | 0.8% | - |
| XYZ | 38.04 | 51.78 | 19.06 | - |
| YUV | 178.52 | 81.43 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 205 | 96 | 0.23 | 0 | 0.53 | 0.20 | 85.87 | 0.52 | 0.59 |
| Hex | 9E | CD | 60 | 17 | 0 | 35 | 14 | 56 | 34 | 3B |
| Octal | 236 | 315 | 140 | 27 | 0 | 65 | 24 | 126 | 64 | 73 |
| Binary | 10011110 | 11001101 | 1100000 | 10111 | 0 | 110101 | 10100 | 1010110 | 110100 | 111011 |
Color Harmonies of #9ECD60
Complementary color
Monochromatic Colors of #9ECD60
Black with #9ECD60
Text Example
Text Example
White with #9ECD60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECD60; }
p { color: rgb(158,205,96); }
H1.HeaderClassName
{
color: #9ECD60;
}
.AnyTagClassName
{
color: #9ECD60;
}
</style>
background-color css
<style>
a { background-color: #9ECD60; }
a { background-color: rgb(158,205,96); }
div.DivClassName
{
background-color: #9ECD60;
}
.BgClassName
{
background-color: #9ECD60;
}
</style>
border-color css
<style>
span { border-color: #9ECD60; }
span { border-color: rgb(158,205,96); }
td.TdClassName
{
border-color: #9ECD60;
}
.TagClassName
{
border-color: #9ECD60;
}
</style>