Shades of Olivine #9FC86A
Tints of Olivine #9FC86A
RGB
CMYK
RGB Variations
Color information
#9FC86A (or 0x9FC86A) is known color: Olivine. HEX triplet: 9F, C8 and 6A. RGB value is (159,200,106). Sum of RGB (Red+Green+Blue) = 159+200+106=465 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.19% from 465); Green value is 200 (78.52% from 255 or 43.01% from 465); Blue value is 106 (41.80% from 255 or 22.80% from 465); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC86A is #603795. Grayscale: #B1B1B1. Windows color (decimal): -6305686 or 6998175. OLE color: 6998175.
HSL color Cylindrical-coordinate representation of color #9FC86A: hue angle of 86.17º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #9FC86A is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 200 | 106 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.22 |
| HSL | 86.17º | 0.46% | 0.6% | - |
| HSV(B) | 86.17º | 0.47% | 0.78% | - |
| XYZ | 37.55 | 49.72 | 21.25 | - |
| YUV | 177.03 | 87.92 | 115.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 200 | 106 | 0.20 | 0 | 0.47 | 0.22 | 86.17 | 0.46 | 0.6 |
| Hex | 9F | C8 | 6A | 14 | 0 | 2F | 16 | 56 | 2E | 3C |
| Octal | 237 | 310 | 152 | 24 | 0 | 57 | 26 | 126 | 56 | 74 |
| Binary | 10011111 | 11001000 | 1101010 | 10100 | 0 | 101111 | 10110 | 1010110 | 101110 | 111100 |
Color Harmonies of #9FC86A
Complementary color
Monochromatic Colors of #9FC86A
Black with #9FC86A
Text Example
Text Example
White with #9FC86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC86A; }
p { color: rgb(159,200,106); }
H1.HeaderClassName
{
color: #9FC86A;
}
.AnyTagClassName
{
color: #9FC86A;
}
</style>
background-color css
<style>
a { background-color: #9FC86A; }
a { background-color: rgb(159,200,106); }
div.DivClassName
{
background-color: #9FC86A;
}
.BgClassName
{
background-color: #9FC86A;
}
</style>
border-color css
<style>
span { border-color: #9FC86A; }
span { border-color: rgb(159,200,106); }
td.TdClassName
{
border-color: #9FC86A;
}
.TagClassName
{
border-color: #9FC86A;
}
</style>