Shades of Olivine #9EC85A
Tints of Olivine #9EC85A
RGB
CMYK
RGB Variations
Color information
#9EC85A (or 0x9EC85A) is known color: Olivine. HEX triplet: 9E, C8 and 5A. RGB value is (158,200,90). Sum of RGB (Red+Green+Blue) = 158+200+90=448 (59% of max value = 765). Red value is 158 (62.11% from 255 or 35.27% from 448); Green value is 200 (78.52% from 255 or 44.64% from 448); Blue value is 90 (35.55% from 255 or 20.09% from 448); Max value from RGB is 200 - color contains mainly: green. Hex color #9EC85A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC85A is #6137A5. Grayscale: #AFAFAF. Windows color (decimal): -6371238 or 5949598. OLE color: 5949598.
HSL color Cylindrical-coordinate representation of color #9EC85A: hue angle of 82.91º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9EC85A is Cyan = 0.21, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 158 | 200 | 90 | - |
| CMYK | 0.21 | 0 | 0.55 | 0.22 |
| HSL | 82.91º | 0.5% | 0.57% | - |
| HSV(B) | 82.91º | 0.55% | 0.78% | - |
| XYZ | 36.6 | 49.32 | 17.26 | - |
| YUV | 174.9 | 80.09 | 115.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 200 | 90 | 0.21 | 0 | 0.55 | 0.22 | 82.91 | 0.5 | 0.57 |
| Hex | 9E | C8 | 5A | 15 | 0 | 37 | 16 | 53 | 32 | 39 |
| Octal | 236 | 310 | 132 | 25 | 0 | 67 | 26 | 123 | 62 | 71 |
| Binary | 10011110 | 11001000 | 1011010 | 10101 | 0 | 110111 | 10110 | 1010011 | 110010 | 111001 |
Color Harmonies of #9EC85A
Complementary color
Monochromatic Colors of #9EC85A
Black with #9EC85A
Text Example
Text Example
White with #9EC85A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC85A; }
p { color: rgb(158,200,90); }
H1.HeaderClassName
{
color: #9EC85A;
}
.AnyTagClassName
{
color: #9EC85A;
}
</style>
background-color css
<style>
a { background-color: #9EC85A; }
a { background-color: rgb(158,200,90); }
div.DivClassName
{
background-color: #9EC85A;
}
.BgClassName
{
background-color: #9EC85A;
}
</style>
border-color css
<style>
span { border-color: #9EC85A; }
span { border-color: rgb(158,200,90); }
td.TdClassName
{
border-color: #9EC85A;
}
.TagClassName
{
border-color: #9EC85A;
}
</style>