Shades of Olivine #9FC36D
Tints of Olivine #9FC36D
RGB
CMYK
RGB Variations
Color information
#9FC36D (or 0x9FC36D) is known color: Olivine. HEX triplet: 9F, C3 and 6D. RGB value is (159,195,109). Sum of RGB (Red+Green+Blue) = 159+195+109=463 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.34% from 463); Green value is 195 (76.56% from 255 or 42.12% from 463); Blue value is 109 (42.97% from 255 or 23.54% from 463); Max value from RGB is 195 - color contains mainly: green. Hex color #9FC36D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC36D is #603C92. Grayscale: #AEAEAE. Windows color (decimal): -6306963 or 7193503. OLE color: 7193503.
HSL color Cylindrical-coordinate representation of color #9FC36D: hue angle of 85.12º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FC36D is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 195 | 109 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.24 |
| HSL | 85.12º | 0.42% | 0.6% | - |
| HSV(B) | 85.12º | 0.44% | 0.76% | - |
| XYZ | 36.57 | 47.51 | 21.71 | - |
| YUV | 174.43 | 91.07 | 116.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 195 | 109 | 0.18 | 0 | 0.44 | 0.24 | 85.12 | 0.42 | 0.6 |
| Hex | 9F | C3 | 6D | 12 | 0 | 2C | 18 | 55 | 2A | 3C |
| Octal | 237 | 303 | 155 | 22 | 0 | 54 | 30 | 125 | 52 | 74 |
| Binary | 10011111 | 11000011 | 1101101 | 10010 | 0 | 101100 | 11000 | 1010101 | 101010 | 111100 |
Color Harmonies of #9FC36D
Complementary color
Monochromatic Colors of #9FC36D
Black with #9FC36D
Text Example
Text Example
White with #9FC36D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC36D; }
p { color: rgb(159,195,109); }
H1.HeaderClassName
{
color: #9FC36D;
}
.AnyTagClassName
{
color: #9FC36D;
}
</style>
background-color css
<style>
a { background-color: #9FC36D; }
a { background-color: rgb(159,195,109); }
div.DivClassName
{
background-color: #9FC36D;
}
.BgClassName
{
background-color: #9FC36D;
}
</style>
border-color css
<style>
span { border-color: #9FC36D; }
span { border-color: rgb(159,195,109); }
td.TdClassName
{
border-color: #9FC36D;
}
.TagClassName
{
border-color: #9FC36D;
}
</style>