Shades of Olivine #9FC95C
Tints of Olivine #9FC95C
RGB
CMYK
RGB Variations
Color information
#9FC95C (or 0x9FC95C) is known color: Olivine. HEX triplet: 9F, C9 and 5C. RGB value is (159,201,92). Sum of RGB (Red+Green+Blue) = 159+201+92=452 (59% of max value = 765). Red value is 159 (62.5% from 255 or 35.18% from 452); Green value is 201 (78.91% from 255 or 44.47% from 452); Blue value is 92 (36.33% from 255 or 20.35% from 452); Max value from RGB is 201 - color contains mainly: green. Hex color #9FC95C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC95C is #6036A3. Grayscale: #B0B0B0. Windows color (decimal): -6305444 or 6080927. OLE color: 6080927.
HSL color Cylindrical-coordinate representation of color #9FC95C: hue angle of 83.12º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9FC95C is Cyan = 0.21, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 159 | 201 | 92 | - |
| CMYK | 0.21 | 0 | 0.54 | 0.21 |
| HSL | 83.12º | 0.5% | 0.57% | - |
| HSV(B) | 83.12º | 0.54% | 0.79% | - |
| XYZ | 37.12 | 49.92 | 17.8 | - |
| YUV | 176.02 | 80.59 | 115.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 201 | 92 | 0.21 | 0 | 0.54 | 0.21 | 83.12 | 0.5 | 0.57 |
| Hex | 9F | C9 | 5C | 15 | 0 | 36 | 15 | 53 | 32 | 39 |
| Octal | 237 | 311 | 134 | 25 | 0 | 66 | 25 | 123 | 62 | 71 |
| Binary | 10011111 | 11001001 | 1011100 | 10101 | 0 | 110110 | 10101 | 1010011 | 110010 | 111001 |
Color Harmonies of #9FC95C
Complementary color
Monochromatic Colors of #9FC95C
Black with #9FC95C
Text Example
Text Example
White with #9FC95C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC95C; }
p { color: rgb(159,201,92); }
H1.HeaderClassName
{
color: #9FC95C;
}
.AnyTagClassName
{
color: #9FC95C;
}
</style>
background-color css
<style>
a { background-color: #9FC95C; }
a { background-color: rgb(159,201,92); }
div.DivClassName
{
background-color: #9FC95C;
}
.BgClassName
{
background-color: #9FC95C;
}
</style>
border-color css
<style>
span { border-color: #9FC95C; }
span { border-color: rgb(159,201,92); }
td.TdClassName
{
border-color: #9FC95C;
}
.TagClassName
{
border-color: #9FC95C;
}
</style>