Shades of Olivine #9ECE6E
Tints of Olivine #9ECE6E
RGB
CMYK
RGB Variations
Color information
#9ECE6E (or 0x9ECE6E) is known color: Olivine. HEX triplet: 9E, CE and 6E. RGB value is (158,206,110). Sum of RGB (Red+Green+Blue) = 158+206+110=474 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.33% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 110 (43.36% from 255 or 23.21% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #9ECE6E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECE6E is #613191. Grayscale: #B5B5B5. Windows color (decimal): -6369682 or 7261854. OLE color: 7261854.
HSL color Cylindrical-coordinate representation of color #9ECE6E: hue angle of 90º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9ECE6E is Cyan = 0.23, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 206 | 110 | - |
| CMYK | 0.23 | 0 | 0.47 | 0.19 |
| HSL | 90º | 0.49% | 0.62% | - |
| HSV(B) | 90º | 0.47% | 0.81% | - |
| XYZ | 38.99 | 52.54 | 22.84 | - |
| YUV | 180.7 | 88.1 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 206 | 110 | 0.23 | 0 | 0.47 | 0.19 | 90 | 0.49 | 0.62 |
| Hex | 9E | CE | 6E | 17 | 0 | 2F | 13 | 5A | 31 | 3E |
| Octal | 236 | 316 | 156 | 27 | 0 | 57 | 23 | 132 | 61 | 76 |
| Binary | 10011110 | 11001110 | 1101110 | 10111 | 0 | 101111 | 10011 | 1011010 | 110001 | 111110 |
Color Harmonies of #9ECE6E
Complementary color
Monochromatic Colors of #9ECE6E
Black with #9ECE6E
Text Example
Text Example
White with #9ECE6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECE6E; }
p { color: rgb(158,206,110); }
H1.HeaderClassName
{
color: #9ECE6E;
}
.AnyTagClassName
{
color: #9ECE6E;
}
</style>
background-color css
<style>
a { background-color: #9ECE6E; }
a { background-color: rgb(158,206,110); }
div.DivClassName
{
background-color: #9ECE6E;
}
.BgClassName
{
background-color: #9ECE6E;
}
</style>
border-color css
<style>
span { border-color: #9ECE6E; }
span { border-color: rgb(158,206,110); }
td.TdClassName
{
border-color: #9ECE6E;
}
.TagClassName
{
border-color: #9ECE6E;
}
</style>