Shades of Olivine #9EC27B
Tints of Olivine #9EC27B
RGB
CMYK
RGB Variations
Color information
#9EC27B (or 0x9EC27B) is known color: Olivine. HEX triplet: 9E, C2 and 7B. RGB value is (158,194,123). Sum of RGB (Red+Green+Blue) = 158+194+123=475 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.26% from 475); Green value is 194 (76.17% from 255 or 40.84% from 475); Blue value is 123 (48.44% from 255 or 25.89% from 475); Max value from RGB is 194 - color contains mainly: green. Hex color #9EC27B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EC27B is #613D84. Grayscale: #AFAFAF. Windows color (decimal): -6372741 or 8110750. OLE color: 8110750.
HSL color Cylindrical-coordinate representation of color #9EC27B: hue angle of 90.42º degrees, saturation: 0.37, 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 #9EC27B is Cyan = 0.19, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 158 | 194 | 123 | - |
| CMYK | 0.19 | 0 | 0.37 | 0.24 |
| HSL | 90.42º | 0.37% | 0.62% | - |
| HSV(B) | 90.42º | 0.37% | 0.76% | - |
| XYZ | 36.97 | 47.28 | 25.92 | - |
| YUV | 175.14 | 98.57 | 115.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 194 | 123 | 0.19 | 0 | 0.37 | 0.24 | 90.42 | 0.37 | 0.62 |
| Hex | 9E | C2 | 7B | 13 | 0 | 25 | 18 | 5A | 25 | 3E |
| Octal | 236 | 302 | 173 | 23 | 0 | 45 | 30 | 132 | 45 | 76 |
| Binary | 10011110 | 11000010 | 1111011 | 10011 | 0 | 100101 | 11000 | 1011010 | 100101 | 111110 |
Color Harmonies of #9EC27B
Complementary color
Monochromatic Colors of #9EC27B
Black with #9EC27B
Text Example
Text Example
White with #9EC27B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EC27B; }
p { color: rgb(158,194,123); }
H1.HeaderClassName
{
color: #9EC27B;
}
.AnyTagClassName
{
color: #9EC27B;
}
</style>
background-color css
<style>
a { background-color: #9EC27B; }
a { background-color: rgb(158,194,123); }
div.DivClassName
{
background-color: #9EC27B;
}
.BgClassName
{
background-color: #9EC27B;
}
</style>
border-color css
<style>
span { border-color: #9EC27B; }
span { border-color: rgb(158,194,123); }
td.TdClassName
{
border-color: #9EC27B;
}
.TagClassName
{
border-color: #9EC27B;
}
</style>