Shades of Olivine #9FC863
Tints of Olivine #9FC863
RGB
CMYK
RGB Variations
Color information
#9FC863 (or 0x9FC863) is known color: Olivine. HEX triplet: 9F, C8 and 63. RGB value is (159,200,99). Sum of RGB (Red+Green+Blue) = 159+200+99=458 (60% of max value = 765). Red value is 159 (62.5% from 255 or 34.72% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 99 (39.06% from 255 or 21.62% from 458); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC863 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC863 is #60379C. Grayscale: #B0B0B0. Windows color (decimal): -6305693 or 6539423. OLE color: 6539423.
HSL color Cylindrical-coordinate representation of color #9FC863: hue angle of 84.36º degrees, saturation: 0.48, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9FC863 is Cyan = 0.20, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 200 | 99 | - |
| CMYK | 0.20 | 0 | 0.50 | 0.22 |
| HSL | 84.36º | 0.48% | 0.59% | - |
| HSV(B) | 84.36º | 0.51% | 0.78% | - |
| XYZ | 37.2 | 49.58 | 19.41 | - |
| YUV | 176.23 | 84.42 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 200 | 99 | 0.20 | 0 | 0.50 | 0.22 | 84.36 | 0.48 | 0.59 |
| Hex | 9F | C8 | 63 | 14 | 0 | 32 | 16 | 54 | 30 | 3B |
| Octal | 237 | 310 | 143 | 24 | 0 | 62 | 26 | 124 | 60 | 73 |
| Binary | 10011111 | 11001000 | 1100011 | 10100 | 0 | 110010 | 10110 | 1010100 | 110000 | 111011 |
Color Harmonies of #9FC863
Complementary color
Monochromatic Colors of #9FC863
Black with #9FC863
Text Example
Text Example
White with #9FC863
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC863; }
p { color: rgb(159,200,99); }
H1.HeaderClassName
{
color: #9FC863;
}
.AnyTagClassName
{
color: #9FC863;
}
</style>
background-color css
<style>
a { background-color: #9FC863; }
a { background-color: rgb(159,200,99); }
div.DivClassName
{
background-color: #9FC863;
}
.BgClassName
{
background-color: #9FC863;
}
</style>
border-color css
<style>
span { border-color: #9FC863; }
span { border-color: rgb(159,200,99); }
td.TdClassName
{
border-color: #9FC863;
}
.TagClassName
{
border-color: #9FC863;
}
</style>