Shades of Olivine #9ECF6A
Tints of Olivine #9ECF6A
RGB
CMYK
RGB Variations
Color information
#9ECF6A (or 0x9ECF6A) is known color: Olivine. HEX triplet: 9E, CF and 6A. RGB value is (158,207,106). Sum of RGB (Red+Green+Blue) = 158+207+106=471 (62% of max value = 765). Red value is 158 (62.11% from 255 or 33.55% from 471); Green value is 207 (81.25% from 255 or 43.95% from 471); Blue value is 106 (41.80% from 255 or 22.51% from 471); Max value from RGB is 207 - color contains mainly: green. Hex color #9ECF6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ECF6A is #613095. Grayscale: #B5B5B5. Windows color (decimal): -6369430 or 6999966. OLE color: 6999966.
HSL color Cylindrical-coordinate representation of color #9ECF6A: hue angle of 89.11º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9ECF6A is Cyan = 0.24, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 158 | 207 | 106 | - |
| CMYK | 0.24 | 0 | 0.49 | 0.19 |
| HSL | 89.11º | 0.51% | 0.61% | - |
| HSV(B) | 89.11º | 0.49% | 0.81% | - |
| XYZ | 39.01 | 52.94 | 21.8 | - |
| YUV | 180.84 | 85.77 | 111.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 207 | 106 | 0.24 | 0 | 0.49 | 0.19 | 89.11 | 0.51 | 0.61 |
| Hex | 9E | CF | 6A | 18 | 0 | 31 | 13 | 59 | 33 | 3D |
| Octal | 236 | 317 | 152 | 30 | 0 | 61 | 23 | 131 | 63 | 75 |
| Binary | 10011110 | 11001111 | 1101010 | 11000 | 0 | 110001 | 10011 | 1011001 | 110011 | 111101 |
Color Harmonies of #9ECF6A
Complementary color
Monochromatic Colors of #9ECF6A
Black with #9ECF6A
Text Example
Text Example
White with #9ECF6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9ECF6A; }
p { color: rgb(158,207,106); }
H1.HeaderClassName
{
color: #9ECF6A;
}
.AnyTagClassName
{
color: #9ECF6A;
}
</style>
background-color css
<style>
a { background-color: #9ECF6A; }
a { background-color: rgb(158,207,106); }
div.DivClassName
{
background-color: #9ECF6A;
}
.BgClassName
{
background-color: #9ECF6A;
}
</style>
border-color css
<style>
span { border-color: #9ECF6A; }
span { border-color: rgb(158,207,106); }
td.TdClassName
{
border-color: #9ECF6A;
}
.TagClassName
{
border-color: #9ECF6A;
}
</style>