Shades of Olivine #9FD16E
Tints of Olivine #9FD16E
RGB
CMYK
RGB Variations
Color information
#9FD16E (or 0x9FD16E) is known color: Olivine. HEX triplet: 9F, D1 and 6E. RGB value is (159,209,110). Sum of RGB (Red+Green+Blue) = 159+209+110=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 209 (82.03% from 255 or 43.72% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 209 - color contains mainly: green. Hex color #9FD16E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD16E is #602E91. Grayscale: #B7B7B7. Windows color (decimal): -6303378 or 7262623. OLE color: 7262623.
HSL color Cylindrical-coordinate representation of color #9FD16E: hue angle of 90.3º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FD16E is Cyan = 0.24, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 209 | 110 | - |
| CMYK | 0.24 | 0 | 0.47 | 0.18 |
| HSL | 90.3º | 0.52% | 0.63% | - |
| HSV(B) | 90.3º | 0.47% | 0.82% | - |
| XYZ | 39.91 | 54.1 | 23.09 | - |
| YUV | 182.76 | 86.94 | 111.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 209 | 110 | 0.24 | 0 | 0.47 | 0.18 | 90.3 | 0.52 | 0.63 |
| Hex | 9F | D1 | 6E | 18 | 0 | 2F | 12 | 5A | 34 | 3F |
| Octal | 237 | 321 | 156 | 30 | 0 | 57 | 22 | 132 | 64 | 77 |
| Binary | 10011111 | 11010001 | 1101110 | 11000 | 0 | 101111 | 10010 | 1011010 | 110100 | 111111 |
Color Harmonies of #9FD16E
Complementary color
Monochromatic Colors of #9FD16E
Black with #9FD16E
Text Example
Text Example
White with #9FD16E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD16E; }
p { color: rgb(159,209,110); }
H1.HeaderClassName
{
color: #9FD16E;
}
.AnyTagClassName
{
color: #9FD16E;
}
</style>
background-color css
<style>
a { background-color: #9FD16E; }
a { background-color: rgb(159,209,110); }
div.DivClassName
{
background-color: #9FD16E;
}
.BgClassName
{
background-color: #9FD16E;
}
</style>
border-color css
<style>
span { border-color: #9FD16E; }
span { border-color: rgb(159,209,110); }
td.TdClassName
{
border-color: #9FD16E;
}
.TagClassName
{
border-color: #9FD16E;
}
</style>