Shades of Olivine #9DC86A
Tints of Olivine #9DC86A
RGB
CMYK
RGB Variations
Color information
#9DC86A (or 0x9DC86A) is known color: Olivine. HEX triplet: 9D, C8 and 6A. RGB value is (157,200,106). Sum of RGB (Red+Green+Blue) = 157+200+106=463 (61% of max value = 765). Red value is 157 (61.72% from 255 or 33.91% from 463); Green value is 200 (78.52% from 255 or 43.20% from 463); Blue value is 106 (41.80% from 255 or 22.89% from 463); Max value from RGB is 200 - color contains mainly: green. Hex color #9DC86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DC86A is #623795. Grayscale: #B0B0B0. Windows color (decimal): -6436758 or 6998173. OLE color: 6998173.
HSL color Cylindrical-coordinate representation of color #9DC86A: hue angle of 87.45º 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 #9DC86A is Cyan = 0.22, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 157 | 200 | 106 | - |
| CMYK | 0.22 | 0 | 0.47 | 0.22 |
| HSL | 87.45º | 0.46% | 0.6% | - |
| HSV(B) | 87.45º | 0.47% | 0.78% | - |
| XYZ | 37.16 | 49.52 | 21.23 | - |
| YUV | 176.43 | 88.25 | 114.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 157 | 200 | 106 | 0.22 | 0 | 0.47 | 0.22 | 87.45 | 0.46 | 0.6 |
| Hex | 9D | C8 | 6A | 16 | 0 | 2F | 16 | 57 | 2E | 3C |
| Octal | 235 | 310 | 152 | 26 | 0 | 57 | 26 | 127 | 56 | 74 |
| Binary | 10011101 | 11001000 | 1101010 | 10110 | 0 | 101111 | 10110 | 1010111 | 101110 | 111100 |
Color Harmonies of #9DC86A
Complementary color
Monochromatic Colors of #9DC86A
Black with #9DC86A
Text Example
Text Example
White with #9DC86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9DC86A; }
p { color: rgb(157,200,106); }
H1.HeaderClassName
{
color: #9DC86A;
}
.AnyTagClassName
{
color: #9DC86A;
}
</style>
background-color css
<style>
a { background-color: #9DC86A; }
a { background-color: rgb(157,200,106); }
div.DivClassName
{
background-color: #9DC86A;
}
.BgClassName
{
background-color: #9DC86A;
}
</style>
border-color css
<style>
span { border-color: #9DC86A; }
span { border-color: rgb(157,200,106); }
td.TdClassName
{
border-color: #9DC86A;
}
.TagClassName
{
border-color: #9DC86A;
}
</style>