Shades of Olivine #9FC26D
Tints of Olivine #9FC26D
RGB
CMYK
RGB Variations
Color information
#9FC26D (or 0x9FC26D) is known color: Olivine. HEX triplet: 9F, C2 and 6D. RGB value is (159,194,109). Sum of RGB (Red+Green+Blue) = 159+194+109=462 (61% of max value = 765). Red value is 159 (62.5% from 255 or 34.42% from 462); Green value is 194 (76.17% from 255 or 41.99% from 462); Blue value is 109 (42.97% from 255 or 23.59% from 462); Max value from RGB is 194 - color contains mainly: green. Hex color #9FC26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FC26D is #603D92. Grayscale: #AEAEAE. Windows color (decimal): -6307219 or 7193247. OLE color: 7193247.
HSL color Cylindrical-coordinate representation of color #9FC26D: hue angle of 84.71º 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 #9FC26D is Cyan = 0.18, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 159 | 194 | 109 | - |
| CMYK | 0.18 | 0 | 0.44 | 0.24 |
| HSL | 84.71º | 0.41% | 0.59% | - |
| HSV(B) | 84.71º | 0.44% | 0.76% | - |
| XYZ | 36.35 | 47.06 | 21.64 | - |
| YUV | 173.85 | 91.4 | 117.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 194 | 109 | 0.18 | 0 | 0.44 | 0.24 | 84.71 | 0.41 | 0.59 |
| Hex | 9F | C2 | 6D | 12 | 0 | 2C | 18 | 55 | 29 | 3B |
| Octal | 237 | 302 | 155 | 22 | 0 | 54 | 30 | 125 | 51 | 73 |
| Binary | 10011111 | 11000010 | 1101101 | 10010 | 0 | 101100 | 11000 | 1010101 | 101001 | 111011 |
Color Harmonies of #9FC26D
Complementary color
Monochromatic Colors of #9FC26D
Black with #9FC26D
Text Example
Text Example
White with #9FC26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FC26D; }
p { color: rgb(159,194,109); }
H1.HeaderClassName
{
color: #9FC26D;
}
.AnyTagClassName
{
color: #9FC26D;
}
</style>
background-color css
<style>
a { background-color: #9FC26D; }
a { background-color: rgb(159,194,109); }
div.DivClassName
{
background-color: #9FC26D;
}
.BgClassName
{
background-color: #9FC26D;
}
</style>
border-color css
<style>
span { border-color: #9FC26D; }
span { border-color: rgb(159,194,109); }
td.TdClassName
{
border-color: #9FC26D;
}
.TagClassName
{
border-color: #9FC26D;
}
</style>