Shades of Olivine #9FD26D
Tints of Olivine #9FD26D
RGB
CMYK
RGB Variations
Color information
#9FD26D (or 0x9FD26D) is known color: Olivine. HEX triplet: 9F, D2 and 6D. RGB value is (159,210,109). Sum of RGB (Red+Green+Blue) = 159+210+109=478 (63% of max value = 765). Red value is 159 (62.5% from 255 or 33.26% from 478); Green value is 210 (82.42% from 255 or 43.93% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD26D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD26D is #602D92. Grayscale: #B7B7B7. Windows color (decimal): -6303123 or 7197343. OLE color: 7197343.
HSL color Cylindrical-coordinate representation of color #9FD26D: hue angle of 90.3º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9FD26D is Cyan = 0.24, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 210 | 109 | - |
| CMYK | 0.24 | 0 | 0.48 | 0.18 |
| HSL | 90.3º | 0.53% | 0.63% | - |
| HSV(B) | 90.3º | 0.48% | 0.82% | - |
| XYZ | 40.1 | 54.57 | 22.89 | - |
| YUV | 183.24 | 86.1 | 110.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 210 | 109 | 0.24 | 0 | 0.48 | 0.18 | 90.3 | 0.53 | 0.63 |
| Hex | 9F | D2 | 6D | 18 | 0 | 30 | 12 | 5A | 35 | 3F |
| Octal | 237 | 322 | 155 | 30 | 0 | 60 | 22 | 132 | 65 | 77 |
| Binary | 10011111 | 11010010 | 1101101 | 11000 | 0 | 110000 | 10010 | 1011010 | 110101 | 111111 |
Color Harmonies of #9FD26D
Complementary color
Monochromatic Colors of #9FD26D
Black with #9FD26D
Text Example
Text Example
White with #9FD26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD26D; }
p { color: rgb(159,210,109); }
H1.HeaderClassName
{
color: #9FD26D;
}
.AnyTagClassName
{
color: #9FD26D;
}
</style>
background-color css
<style>
a { background-color: #9FD26D; }
a { background-color: rgb(159,210,109); }
div.DivClassName
{
background-color: #9FD26D;
}
.BgClassName
{
background-color: #9FD26D;
}
</style>
border-color css
<style>
span { border-color: #9FD26D; }
span { border-color: rgb(159,210,109); }
td.TdClassName
{
border-color: #9FD26D;
}
.TagClassName
{
border-color: #9FD26D;
}
</style>