Shades of Olivine #9EC27C
Tints of Olivine #9EC27C
RGB
CMYK
RGB Variations
Color information
#9EC27C (or 0x9EC27C) is known color: Olivine. HEX triplet: 9E, C2 and 7C. RGB value is (158,194,124). Sum of RGB (Red+Green+Blue) = 158+194+124=476 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.19% from 476); Green value is 194 (76.17% from 255 or 40.76% from 476); Blue value is 124 (48.83% from 255 or 26.05% from 476); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC27C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC27C is #613D83. Grayscale: #AFAFAF. Windows color (decimal): -6372740 or 8176286. OLE color: 8176286.
HSL color Cylindrical-coordinate representation of color #9EC27C: hue angle of 90.86º degrees, saturation: 0.36, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EC27C is Cyan = 0.19, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 194 | 124 | - |
| CMYK | 0.19 | 0 | 0.36 | 0.24 |
| HSL | 90.86º | 0.36% | 0.62% | - |
| HSV(B) | 90.86º | 0.36% | 0.76% | - |
| XYZ | 37.03 | 47.31 | 26.25 | - |
| YUV | 175.26 | 99.07 | 115.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 194 | 124 | 0.19 | 0 | 0.36 | 0.24 | 90.86 | 0.36 | 0.62 |
| Hex | 9E | C2 | 7C | 13 | 0 | 24 | 18 | 5B | 24 | 3E |
| Octal | 236 | 302 | 174 | 23 | 0 | 44 | 30 | 133 | 44 | 76 |
| Binary | 10011110 | 11000010 | 1111100 | 10011 | 0 | 100100 | 11000 | 1011011 | 100100 | 111110 |
Color Harmonies of #9EC27C
Complementary color
Monochromatic Colors of #9EC27C
Black with #9EC27C
Text Example
Text Example
White with #9EC27C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC27C; }
p { color: rgb(158,194,124); }
H1.HeaderClassName
{
color: #9EC27C;
}
.AnyTagClassName
{
color: #9EC27C;
}
</style>
background-color css
<style>
a { background-color: #9EC27C; }
a { background-color: rgb(158,194,124); }
div.DivClassName
{
background-color: #9EC27C;
}
.BgClassName
{
background-color: #9EC27C;
}
</style>
border-color css
<style>
span { border-color: #9EC27C; }
span { border-color: rgb(158,194,124); }
td.TdClassName
{
border-color: #9EC27C;
}
.TagClassName
{
border-color: #9EC27C;
}
</style>