Shades of Olivine #9EC37A
Tints of Olivine #9EC37A
RGB
CMYK
RGB Variations
Color information
#9EC37A (or 0x9EC37A) is known color: Olivine. HEX triplet: 9E, C3 and 7A. RGB value is (158,195,122). Sum of RGB (Red+Green+Blue) = 158+195+122=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 195 (76.56% from 255 or 41.05% from 475); Blue value is 122 (48.05% from 255 or 25.68% from 475); Max value from RGB is 195 - color contains mainly: green. Hex color #9EC37A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC37A is #613C85. Grayscale: #AFAFAF. Windows color (decimal): -6372486 or 8045470. OLE color: 8045470.
HSL color Cylindrical-coordinate representation of color #9EC37A: hue angle of 90.41º degrees, saturation: 0.38, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EC37A is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 195 | 122 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.24 |
| HSL | 90.41º | 0.38% | 0.62% | - |
| HSV(B) | 90.41º | 0.37% | 0.76% | - |
| XYZ | 37.13 | 47.7 | 25.66 | - |
| YUV | 175.62 | 97.74 | 115.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 195 | 122 | 0.19 | 0 | 0.37 | 0.24 | 90.41 | 0.38 | 0.62 |
| Hex | 9E | C3 | 7A | 13 | 0 | 25 | 18 | 5A | 26 | 3E |
| Octal | 236 | 303 | 172 | 23 | 0 | 45 | 30 | 132 | 46 | 76 |
| Binary | 10011110 | 11000011 | 1111010 | 10011 | 0 | 100101 | 11000 | 1011010 | 100110 | 111110 |
Color Harmonies of #9EC37A
Complementary color
Monochromatic Colors of #9EC37A
Black with #9EC37A
Text Example
Text Example
White with #9EC37A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC37A; }
p { color: rgb(158,195,122); }
H1.HeaderClassName
{
color: #9EC37A;
}
.AnyTagClassName
{
color: #9EC37A;
}
</style>
background-color css
<style>
a { background-color: #9EC37A; }
a { background-color: rgb(158,195,122); }
div.DivClassName
{
background-color: #9EC37A;
}
.BgClassName
{
background-color: #9EC37A;
}
</style>
border-color css
<style>
span { border-color: #9EC37A; }
span { border-color: rgb(158,195,122); }
td.TdClassName
{
border-color: #9EC37A;
}
.TagClassName
{
border-color: #9EC37A;
}
</style>