Shades of Olivine #9ECC62
Tints of Olivine #9ECC62
RGB
CMYK
RGB Variations
Color information
#9ECC62 (or 0x9ECC62) is known color: Olivine. HEX triplet: 9E, CC and 62. RGB value is (158,204,98). Sum of RGB (Red+Green+Blue) = 158+204+98=460 (60% of max value = 765). Red value is 158 (62.11% from 255 or 34.35% from 460); Green value is 204 (80.08% from 255 or 44.35% from 460); Blue value is 98 (38.67% from 255 or 21.30% from 460); Max value from RGB is 204 - color contains mainly: green. Hex color #9ECC62 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECC62 is #61339D. Grayscale: #B2B2B2. Windows color (decimal): -6370206 or 6474910. OLE color: 6474910.
HSL color Cylindrical-coordinate representation of color #9ECC62: hue angle of 86.04º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9ECC62 is Cyan = 0.23, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 158 | 204 | 98 | - |
| CMYK | 0.23 | 0 | 0.52 | 0.2 |
| HSL | 86.04º | 0.51% | 0.59% | - |
| HSV(B) | 86.04º | 0.52% | 0.8% | - |
| XYZ | 37.9 | 51.34 | 19.47 | - |
| YUV | 178.16 | 82.76 | 113.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 204 | 98 | 0.23 | 0 | 0.52 | 0.2 | 86.04 | 0.51 | 0.59 |
| Hex | 9E | CC | 62 | 17 | 0 | 34 | 14 | 56 | 33 | 3B |
| Octal | 236 | 314 | 142 | 27 | 0 | 64 | 24 | 126 | 63 | 73 |
| Binary | 10011110 | 11001100 | 1100010 | 10111 | 0 | 110100 | 10100 | 1010110 | 110011 | 111011 |
Color Harmonies of #9ECC62
Complementary color
Monochromatic Colors of #9ECC62
Black with #9ECC62
Text Example
Text Example
White with #9ECC62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECC62; }
p { color: rgb(158,204,98); }
H1.HeaderClassName
{
color: #9ECC62;
}
.AnyTagClassName
{
color: #9ECC62;
}
</style>
background-color css
<style>
a { background-color: #9ECC62; }
a { background-color: rgb(158,204,98); }
div.DivClassName
{
background-color: #9ECC62;
}
.BgClassName
{
background-color: #9ECC62;
}
</style>
border-color css
<style>
span { border-color: #9ECC62; }
span { border-color: rgb(158,204,98); }
td.TdClassName
{
border-color: #9ECC62;
}
.TagClassName
{
border-color: #9ECC62;
}
</style>