Shades of Olivine #9FC55D
Tints of Olivine #9FC55D
RGB
CMYK
RGB Variations
Color information
#9FC55D (or 0x9FC55D) is known color: Olivine. HEX triplet: 9F, C5 and 5D. RGB value is (159,197,93). Sum of RGB (Red+Green+Blue) = 159+197+93=449 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.41% from 449); Green value is 197 (77.34% from 255 or 43.88% from 449); Blue value is 93 (36.72% from 255 or 20.71% from 449); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC55D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC55D is #603AA2. Grayscale: #AEAEAE. Windows color (decimal): -6306467 or 6145439. OLE color: 6145439.
HSL color Cylindrical-coordinate representation of color #9FC55D: hue angle of 81.92º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9FC55D is Cyan = 0.19, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 93 | - |
| CMYK | 0.19 | 0 | 0.53 | 0.23 |
| HSL | 81.92º | 0.47% | 0.57% | - |
| HSV(B) | 81.92º | 0.53% | 0.77% | - |
| XYZ | 36.24 | 48.09 | 17.73 | - |
| YUV | 173.78 | 82.41 | 117.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 93 | 0.19 | 0 | 0.53 | 0.23 | 81.92 | 0.47 | 0.57 |
| Hex | 9F | C5 | 5D | 13 | 0 | 35 | 17 | 52 | 2F | 39 |
| Octal | 237 | 305 | 135 | 23 | 0 | 65 | 27 | 122 | 57 | 71 |
| Binary | 10011111 | 11000101 | 1011101 | 10011 | 0 | 110101 | 10111 | 1010010 | 101111 | 111001 |
Color Harmonies of #9FC55D
Complementary color
Monochromatic Colors of #9FC55D
Black with #9FC55D
Text Example
Text Example
White with #9FC55D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC55D; }
p { color: rgb(159,197,93); }
H1.HeaderClassName
{
color: #9FC55D;
}
.AnyTagClassName
{
color: #9FC55D;
}
</style>
background-color css
<style>
a { background-color: #9FC55D; }
a { background-color: rgb(159,197,93); }
div.DivClassName
{
background-color: #9FC55D;
}
.BgClassName
{
background-color: #9FC55D;
}
</style>
border-color css
<style>
span { border-color: #9FC55D; }
span { border-color: rgb(159,197,93); }
td.TdClassName
{
border-color: #9FC55D;
}
.TagClassName
{
border-color: #9FC55D;
}
</style>