Shades of Olivine #9FC163
Tints of Olivine #9FC163
RGB
CMYK
RGB Variations
Color information
#9FC163 (or 0x9FC163) is known color: Olivine. HEX triplet: 9F, C1 and 63. RGB value is (159,193,99). Sum of RGB (Red+Green+Blue) = 159+193+99=451 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.25% from 451); Green value is 193 (75.78% from 255 or 42.79% from 451); Blue value is 99 (39.06% from 255 or 21.95% from 451); Max value from RGB is 193 - color contains mainly: green. Hex color #9FC163 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC163 is #603E9C. Grayscale: #ACACAC. Windows color (decimal): -6307485 or 6537631. OLE color: 6537631.
HSL color Cylindrical-coordinate representation of color #9FC163: hue angle of 81.7º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FC163 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 193 | 99 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.24 |
| HSL | 81.7º | 0.43% | 0.57% | - |
| HSV(B) | 81.7º | 0.49% | 0.76% | - |
| XYZ | 35.62 | 46.41 | 18.89 | - |
| YUV | 172.12 | 86.74 | 118.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 193 | 99 | 0.18 | 0 | 0.49 | 0.24 | 81.7 | 0.43 | 0.57 |
| Hex | 9F | C1 | 63 | 12 | 0 | 31 | 18 | 52 | 2B | 39 |
| Octal | 237 | 301 | 143 | 22 | 0 | 61 | 30 | 122 | 53 | 71 |
| Binary | 10011111 | 11000001 | 1100011 | 10010 | 0 | 110001 | 11000 | 1010010 | 101011 | 111001 |
Color Harmonies of #9FC163
Complementary color
Monochromatic Colors of #9FC163
Black with #9FC163
Text Example
Text Example
White with #9FC163
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC163; }
p { color: rgb(159,193,99); }
H1.HeaderClassName
{
color: #9FC163;
}
.AnyTagClassName
{
color: #9FC163;
}
</style>
background-color css
<style>
a { background-color: #9FC163; }
a { background-color: rgb(159,193,99); }
div.DivClassName
{
background-color: #9FC163;
}
.BgClassName
{
background-color: #9FC163;
}
</style>
border-color css
<style>
span { border-color: #9FC163; }
span { border-color: rgb(159,193,99); }
td.TdClassName
{
border-color: #9FC163;
}
.TagClassName
{
border-color: #9FC163;
}
</style>