Shades of Olivine #9FC55B
Tints of Olivine #9FC55B
RGB
CMYK
RGB Variations
Color information
#9FC55B (or 0x9FC55B) is known color: Olivine. HEX triplet: 9F, C5 and 5B. RGB value is (159,197,91). Sum of RGB (Red+Green+Blue) = 159+197+91=447 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.57% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 91 (35.94% from 255 or 20.36% from 447); Max value from RGB is 197 - color contains mainly: green. Hex color #9FC55B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC55B is #603AA4. Grayscale: #ADADAD. Windows color (decimal): -6306469 or 6014367. OLE color: 6014367.
HSL color Cylindrical-coordinate representation of color #9FC55B: hue angle of 81.51º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FC55B is Cyan = 0.19, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 159 | 197 | 91 | - |
| CMYK | 0.19 | 0 | 0.54 | 0.23 |
| HSL | 81.51º | 0.48% | 0.56% | - |
| HSV(B) | 81.51º | 0.54% | 0.77% | - |
| XYZ | 36.15 | 48.06 | 17.27 | - |
| YUV | 173.55 | 81.41 | 117.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 197 | 91 | 0.19 | 0 | 0.54 | 0.23 | 81.51 | 0.48 | 0.56 |
| Hex | 9F | C5 | 5B | 13 | 0 | 36 | 17 | 52 | 30 | 38 |
| Octal | 237 | 305 | 133 | 23 | 0 | 66 | 27 | 122 | 60 | 70 |
| Binary | 10011111 | 11000101 | 1011011 | 10011 | 0 | 110110 | 10111 | 1010010 | 110000 | 111000 |
Color Harmonies of #9FC55B
Complementary color
Monochromatic Colors of #9FC55B
Black with #9FC55B
Text Example
Text Example
White with #9FC55B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC55B; }
p { color: rgb(159,197,91); }
H1.HeaderClassName
{
color: #9FC55B;
}
.AnyTagClassName
{
color: #9FC55B;
}
</style>
background-color css
<style>
a { background-color: #9FC55B; }
a { background-color: rgb(159,197,91); }
div.DivClassName
{
background-color: #9FC55B;
}
.BgClassName
{
background-color: #9FC55B;
}
</style>
border-color css
<style>
span { border-color: #9FC55B; }
span { border-color: rgb(159,197,91); }
td.TdClassName
{
border-color: #9FC55B;
}
.TagClassName
{
border-color: #9FC55B;
}
</style>