Shades of Olivine #9ECA6A
Tints of Olivine #9ECA6A
RGB
CMYK
RGB Variations
Color information
#9ECA6A (or 0x9ECA6A) is known color: Olivine. HEX triplet: 9E, CA and 6A. RGB value is (158,202,106). Sum of RGB (Red+Green+Blue) = 158+202+106=466 (61% of max value = 765). Red value is 158 (62.11% from 255 or 33.91% from 466); Green value is 202 (79.30% from 255 or 43.35% from 466); Blue value is 106 (41.80% from 255 or 22.75% from 466); Max value from RGB is 202 - color contains mainly: green. Hex color #9ECA6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECA6A is #613595. Grayscale: #B2B2B2. Windows color (decimal): -6370710 or 6998686. OLE color: 6998686.
HSL color Cylindrical-coordinate representation of color #9ECA6A: hue angle of 87.5º degrees, saturation: 0.48, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9ECA6A is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 158 | 202 | 106 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.21 |
| HSL | 87.5º | 0.48% | 0.6% | - |
| HSV(B) | 87.5º | 0.48% | 0.79% | - |
| XYZ | 37.82 | 50.55 | 21.4 | - |
| YUV | 177.9 | 87.42 | 113.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 202 | 106 | 0.22 | 0 | 0.48 | 0.21 | 87.5 | 0.48 | 0.6 |
| Hex | 9E | CA | 6A | 16 | 0 | 30 | 15 | 57 | 30 | 3C |
| Octal | 236 | 312 | 152 | 26 | 0 | 60 | 25 | 127 | 60 | 74 |
| Binary | 10011110 | 11001010 | 1101010 | 10110 | 0 | 110000 | 10101 | 1010111 | 110000 | 111100 |
Color Harmonies of #9ECA6A
Complementary color
Monochromatic Colors of #9ECA6A
Black with #9ECA6A
Text Example
Text Example
White with #9ECA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECA6A; }
p { color: rgb(158,202,106); }
H1.HeaderClassName
{
color: #9ECA6A;
}
.AnyTagClassName
{
color: #9ECA6A;
}
</style>
background-color css
<style>
a { background-color: #9ECA6A; }
a { background-color: rgb(158,202,106); }
div.DivClassName
{
background-color: #9ECA6A;
}
.BgClassName
{
background-color: #9ECA6A;
}
</style>
border-color css
<style>
span { border-color: #9ECA6A; }
span { border-color: rgb(158,202,106); }
td.TdClassName
{
border-color: #9ECA6A;
}
.TagClassName
{
border-color: #9ECA6A;
}
</style>