Shades of Olivine #9FC85D
Tints of Olivine #9FC85D
RGB
CMYK
RGB Variations
Color information
#9FC85D (or 0x9FC85D) is known color: Olivine. HEX triplet: 9F, C8 and 5D. RGB value is (159,200,93). Sum of RGB (Red+Green+Blue) = 159+200+93=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 200 (78.52% from 255 or 44.25% from 452); Blue value is 93 (36.72% from 255 or 20.58% from 452); Max value from RGB is 200 - color contains mainly: green. Hex color #9FC85D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC85D is #6037A2. Grayscale: #AFAFAF. Windows color (decimal): -6305699 or 6146207. OLE color: 6146207.
HSL color Cylindrical-coordinate representation of color #9FC85D: hue angle of 82.99º degrees, saturation: 0.49, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FC85D is Cyan = 0.20, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 159 | 200 | 93 | - |
| CMYK | 0.20 | 0 | 0.54 | 0.22 |
| HSL | 82.99º | 0.49% | 0.57% | - |
| HSV(B) | 82.99º | 0.54% | 0.78% | - |
| XYZ | 36.93 | 49.47 | 17.96 | - |
| YUV | 175.54 | 81.42 | 116.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 200 | 93 | 0.20 | 0 | 0.54 | 0.22 | 82.99 | 0.49 | 0.57 |
| Hex | 9F | C8 | 5D | 14 | 0 | 36 | 16 | 53 | 31 | 39 |
| Octal | 237 | 310 | 135 | 24 | 0 | 66 | 26 | 123 | 61 | 71 |
| Binary | 10011111 | 11001000 | 1011101 | 10100 | 0 | 110110 | 10110 | 1010011 | 110001 | 111001 |
Color Harmonies of #9FC85D
Complementary color
Monochromatic Colors of #9FC85D
Black with #9FC85D
Text Example
Text Example
White with #9FC85D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC85D; }
p { color: rgb(159,200,93); }
H1.HeaderClassName
{
color: #9FC85D;
}
.AnyTagClassName
{
color: #9FC85D;
}
</style>
background-color css
<style>
a { background-color: #9FC85D; }
a { background-color: rgb(159,200,93); }
div.DivClassName
{
background-color: #9FC85D;
}
.BgClassName
{
background-color: #9FC85D;
}
</style>
border-color css
<style>
span { border-color: #9FC85D; }
span { border-color: rgb(159,200,93); }
td.TdClassName
{
border-color: #9FC85D;
}
.TagClassName
{
border-color: #9FC85D;
}
</style>