Shades of Olivine #9FC26C
Tints of Olivine #9FC26C
RGB
CMYK
RGB Variations
Color information
#9FC26C (or 0x9FC26C) is known color: Olivine. HEX triplet: 9F, C2 and 6C. RGB value is (159,194,108). Sum of RGB (Red+Green+Blue) = 159+194+108=461 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.49% from 461); Green value is 194 (76.17% from 255 or 42.08% from 461); Blue value is 108 (42.58% from 255 or 23.43% from 461); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC26C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC26C is #603D93. Grayscale: #AEAEAE. Windows color (decimal): -6307220 or 7127711. OLE color: 7127711.
HSL color Cylindrical-coordinate representation of color #9FC26C: hue angle of 84.42º degrees, saturation: 0.41, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9FC26C is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 194 | 108 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.24 |
| HSL | 84.42º | 0.41% | 0.59% | - |
| HSV(B) | 84.42º | 0.44% | 0.76% | - |
| XYZ | 36.3 | 47.04 | 21.35 | - |
| YUV | 173.73 | 90.9 | 117.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 194 | 108 | 0.18 | 0 | 0.44 | 0.24 | 84.42 | 0.41 | 0.59 |
| Hex | 9F | C2 | 6C | 12 | 0 | 2C | 18 | 54 | 29 | 3B |
| Octal | 237 | 302 | 154 | 22 | 0 | 54 | 30 | 124 | 51 | 73 |
| Binary | 10011111 | 11000010 | 1101100 | 10010 | 0 | 101100 | 11000 | 1010100 | 101001 | 111011 |
Color Harmonies of #9FC26C
Complementary color
Monochromatic Colors of #9FC26C
Black with #9FC26C
Text Example
Text Example
White with #9FC26C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC26C; }
p { color: rgb(159,194,108); }
H1.HeaderClassName
{
color: #9FC26C;
}
.AnyTagClassName
{
color: #9FC26C;
}
</style>
background-color css
<style>
a { background-color: #9FC26C; }
a { background-color: rgb(159,194,108); }
div.DivClassName
{
background-color: #9FC26C;
}
.BgClassName
{
background-color: #9FC26C;
}
</style>
border-color css
<style>
span { border-color: #9FC26C; }
span { border-color: rgb(159,194,108); }
td.TdClassName
{
border-color: #9FC26C;
}
.TagClassName
{
border-color: #9FC26C;
}
</style>