Shades of Olivine #9FC259
Tints of Olivine #9FC259
RGB
CMYK
RGB Variations
Color information
#9FC259 (or 0x9FC259) is known color: Olivine. HEX triplet: 9F, C2 and 59. RGB value is (159,194,89). Sum of RGB (Red+Green+Blue) = 159+194+89=442 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.97% from 442); Green value is 194 (76.17% from 255 or 43.89% from 442); Blue value is 89 (35.16% from 255 or 20.14% from 442); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC259 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC259 is #603DA6. Grayscale: #ABABAB. Windows color (decimal): -6307239 or 5882527. OLE color: 5882527.
HSL color Cylindrical-coordinate representation of color #9FC259: hue angle of 80º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FC259 is Cyan = 0.18, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 194 | 89 | - |
| CMYK | 0.18 | 0 | 0.54 | 0.24 |
| HSL | 80º | 0.46% | 0.55% | - |
| HSV(B) | 80º | 0.54% | 0.76% | - |
| XYZ | 35.39 | 46.68 | 16.6 | - |
| YUV | 171.57 | 81.4 | 119.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 194 | 89 | 0.18 | 0 | 0.54 | 0.24 | 80 | 0.46 | 0.55 |
| Hex | 9F | C2 | 59 | 12 | 0 | 36 | 18 | 50 | 2E | 37 |
| Octal | 237 | 302 | 131 | 22 | 0 | 66 | 30 | 120 | 56 | 67 |
| Binary | 10011111 | 11000010 | 1011001 | 10010 | 0 | 110110 | 11000 | 1010000 | 101110 | 110111 |
Color Harmonies of #9FC259
Complementary color
Monochromatic Colors of #9FC259
Black with #9FC259
Text Example
Text Example
White with #9FC259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC259; }
p { color: rgb(159,194,89); }
H1.HeaderClassName
{
color: #9FC259;
}
.AnyTagClassName
{
color: #9FC259;
}
</style>
background-color css
<style>
a { background-color: #9FC259; }
a { background-color: rgb(159,194,89); }
div.DivClassName
{
background-color: #9FC259;
}
.BgClassName
{
background-color: #9FC259;
}
</style>
border-color css
<style>
span { border-color: #9FC259; }
span { border-color: rgb(159,194,89); }
td.TdClassName
{
border-color: #9FC259;
}
.TagClassName
{
border-color: #9FC259;
}
</style>