Shades of Olivine #9EC46C
Tints of Olivine #9EC46C
RGB
CMYK
RGB Variations
Color information
#9EC46C (or 0x9EC46C) is known color: Olivine. HEX triplet: 9E, C4 and 6C. RGB value is (158,196,108). Sum of RGB (Red+Green+Blue) = 158+196+108=462 (61% of max value = 765). Red value is 158 (62.11% from 255 or 34.20% from 462); Green value is 196 (76.95% from 255 or 42.42% from 462); Blue value is 108 (42.58% from 255 or 23.38% from 462); Max value from RGB is 196 - color contains mainly: green. Hex color #9EC46C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC46C is #613B93. Grayscale: #AEAEAE. Windows color (decimal): -6372244 or 7128222. OLE color: 7128222.
HSL color Cylindrical-coordinate representation of color #9EC46C: hue angle of 85.91º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9EC46C is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 158 | 196 | 108 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.23 |
| HSL | 85.91º | 0.43% | 0.6% | - |
| HSV(B) | 85.91º | 0.45% | 0.77% | - |
| XYZ | 36.55 | 47.83 | 21.49 | - |
| YUV | 174.61 | 90.41 | 116.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 196 | 108 | 0.19 | 0 | 0.45 | 0.23 | 85.91 | 0.43 | 0.6 |
| Hex | 9E | C4 | 6C | 13 | 0 | 2D | 17 | 56 | 2B | 3C |
| Octal | 236 | 304 | 154 | 23 | 0 | 55 | 27 | 126 | 53 | 74 |
| Binary | 10011110 | 11000100 | 1101100 | 10011 | 0 | 101101 | 10111 | 1010110 | 101011 | 111100 |
Color Harmonies of #9EC46C
Complementary color
Monochromatic Colors of #9EC46C
Black with #9EC46C
Text Example
Text Example
White with #9EC46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC46C; }
p { color: rgb(158,196,108); }
H1.HeaderClassName
{
color: #9EC46C;
}
.AnyTagClassName
{
color: #9EC46C;
}
</style>
background-color css
<style>
a { background-color: #9EC46C; }
a { background-color: rgb(158,196,108); }
div.DivClassName
{
background-color: #9EC46C;
}
.BgClassName
{
background-color: #9EC46C;
}
</style>
border-color css
<style>
span { border-color: #9EC46C; }
span { border-color: rgb(158,196,108); }
td.TdClassName
{
border-color: #9EC46C;
}
.TagClassName
{
border-color: #9EC46C;
}
</style>