Shades of Olivine #9FC263
Tints of Olivine #9FC263
RGB
CMYK
RGB Variations
Color information
#9FC263 (or 0x9FC263) is known color: Olivine. HEX triplet: 9F, C2 and 63. RGB value is (159,194,99). Sum of RGB (Red+Green+Blue) = 159+194+99=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 194 (76.17% from 255 or 42.92% from 452); Blue value is 99 (39.06% from 255 or 21.90% from 452); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC263 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC263 is #603D9C. Grayscale: #ADADAD. Windows color (decimal): -6307229 or 6537887. OLE color: 6537887.
HSL color Cylindrical-coordinate representation of color #9FC263: hue angle of 82.11º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9FC263 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 194 | 99 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.24 |
| HSL | 82.11º | 0.44% | 0.57% | - |
| HSV(B) | 82.11º | 0.49% | 0.76% | - |
| XYZ | 35.84 | 46.86 | 18.96 | - |
| YUV | 172.71 | 86.4 | 118.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 194 | 99 | 0.18 | 0 | 0.49 | 0.24 | 82.11 | 0.44 | 0.57 |
| Hex | 9F | C2 | 63 | 12 | 0 | 31 | 18 | 52 | 2C | 39 |
| Octal | 237 | 302 | 143 | 22 | 0 | 61 | 30 | 122 | 54 | 71 |
| Binary | 10011111 | 11000010 | 1100011 | 10010 | 0 | 110001 | 11000 | 1010010 | 101100 | 111001 |
Color Harmonies of #9FC263
Complementary color
Monochromatic Colors of #9FC263
Black with #9FC263
Text Example
Text Example
White with #9FC263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC263; }
p { color: rgb(159,194,99); }
H1.HeaderClassName
{
color: #9FC263;
}
.AnyTagClassName
{
color: #9FC263;
}
</style>
background-color css
<style>
a { background-color: #9FC263; }
a { background-color: rgb(159,194,99); }
div.DivClassName
{
background-color: #9FC263;
}
.BgClassName
{
background-color: #9FC263;
}
</style>
border-color css
<style>
span { border-color: #9FC263; }
span { border-color: rgb(159,194,99); }
td.TdClassName
{
border-color: #9FC263;
}
.TagClassName
{
border-color: #9FC263;
}
</style>