Shades of Olivine #9EC47A
Tints of Olivine #9EC47A
RGB
CMYK
RGB Variations
Color information
#9EC47A (or 0x9EC47A) is known color: Olivine. HEX triplet: 9E, C4 and 7A. RGB value is (158,196,122). Sum of RGB (Red+Green+Blue) = 158+196+122=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 196 (76.95% from 255 or 41.18% from 476); Blue value is 122 (48.05% from 255 or 25.63% from 476); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC47A is #613B85. Grayscale: #B0B0B0. Windows color (decimal): -6372230 or 8045726. OLE color: 8045726.
HSL color Cylindrical-coordinate representation of color #9EC47A: hue angle of 90.81º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EC47A is Cyan = 0.19, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 196 | 122 | - |
| CMYK | 0.19 | 0 | 0.38 | 0.23 |
| HSL | 90.81º | 0.39% | 0.62% | - |
| HSV(B) | 90.81º | 0.38% | 0.77% | - |
| XYZ | 37.35 | 48.15 | 25.74 | - |
| YUV | 176.2 | 97.41 | 115.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 196 | 122 | 0.19 | 0 | 0.38 | 0.23 | 90.81 | 0.39 | 0.62 |
| Hex | 9E | C4 | 7A | 13 | 0 | 26 | 17 | 5B | 27 | 3E |
| Octal | 236 | 304 | 172 | 23 | 0 | 46 | 27 | 133 | 47 | 76 |
| Binary | 10011110 | 11000100 | 1111010 | 10011 | 0 | 100110 | 10111 | 1011011 | 100111 | 111110 |
Color Harmonies of #9EC47A
Complementary color
Monochromatic Colors of #9EC47A
Black with #9EC47A
Text Example
Text Example
White with #9EC47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC47A; }
p { color: rgb(158,196,122); }
H1.HeaderClassName
{
color: #9EC47A;
}
.AnyTagClassName
{
color: #9EC47A;
}
</style>
background-color css
<style>
a { background-color: #9EC47A; }
a { background-color: rgb(158,196,122); }
div.DivClassName
{
background-color: #9EC47A;
}
.BgClassName
{
background-color: #9EC47A;
}
</style>
border-color css
<style>
span { border-color: #9EC47A; }
span { border-color: rgb(158,196,122); }
td.TdClassName
{
border-color: #9EC47A;
}
.TagClassName
{
border-color: #9EC47A;
}
</style>