Shades of Olivine #9FC05C
Tints of Olivine #9FC05C
RGB
CMYK
RGB Variations
Color information
#9FC05C (or 0x9FC05C) is known color: Olivine. HEX triplet: 9F, C0 and 5C. RGB value is (159,192,92). Sum of RGB (Red+Green+Blue) = 159+192+92=443 (58% of max value = 765). Red value is 159 (62.5% from 255 or 35.89% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 92 (36.33% from 255 or 20.77% from 443); Max value from RGB is 192 - color contains mainly: green. Hex color #9FC05C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC05C is #603FA3. Grayscale: #ABABAB. Windows color (decimal): -6307748 or 6078623. OLE color: 6078623.
HSL color Cylindrical-coordinate representation of color #9FC05C: hue angle of 79.8º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FC05C is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 159 | 192 | 92 | - |
| CMYK | 0.17 | 0 | 0.52 | 0.25 |
| HSL | 79.8º | 0.44% | 0.56% | - |
| HSV(B) | 79.8º | 0.52% | 0.75% | - |
| XYZ | 35.08 | 45.84 | 17.12 | - |
| YUV | 170.73 | 83.57 | 119.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 192 | 92 | 0.17 | 0 | 0.52 | 0.25 | 79.8 | 0.44 | 0.56 |
| Hex | 9F | C0 | 5C | 11 | 0 | 34 | 19 | 50 | 2C | 38 |
| Octal | 237 | 300 | 134 | 21 | 0 | 64 | 31 | 120 | 54 | 70 |
| Binary | 10011111 | 11000000 | 1011100 | 10001 | 0 | 110100 | 11001 | 1010000 | 101100 | 111000 |
Color Harmonies of #9FC05C
Complementary color
Monochromatic Colors of #9FC05C
Black with #9FC05C
Text Example
Text Example
White with #9FC05C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC05C; }
p { color: rgb(159,192,92); }
H1.HeaderClassName
{
color: #9FC05C;
}
.AnyTagClassName
{
color: #9FC05C;
}
</style>
background-color css
<style>
a { background-color: #9FC05C; }
a { background-color: rgb(159,192,92); }
div.DivClassName
{
background-color: #9FC05C;
}
.BgClassName
{
background-color: #9FC05C;
}
</style>
border-color css
<style>
span { border-color: #9FC05C; }
span { border-color: rgb(159,192,92); }
td.TdClassName
{
border-color: #9FC05C;
}
.TagClassName
{
border-color: #9FC05C;
}
</style>