Shades of Olivine #9FD266
Tints of Olivine #9FD266
RGB
CMYK
RGB Variations
Color information
#9FD266 (or 0x9FD266) is known color: Olivine. HEX triplet: 9F, D2 and 66. RGB value is (159,210,102). Sum of RGB (Red+Green+Blue) = 159+210+102=471 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.76% from 471); Green value is 210 (82.42% from 255 or 44.59% from 471); Blue value is 102 (40.23% from 255 or 21.66% from 471); Max value from RGB is 210 - color contains mainly: green. Hex color #9FD266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD266 is #602D99. Grayscale: #B6B6B6. Windows color (decimal): -6303130 or 6738591. OLE color: 6738591.
HSL color Cylindrical-coordinate representation of color #9FD266: hue angle of 88.33º degrees, saturation: 0.55, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9FD266 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 159 | 210 | 102 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.18 |
| HSL | 88.33º | 0.55% | 0.61% | - |
| HSV(B) | 88.33º | 0.51% | 0.82% | - |
| XYZ | 39.74 | 54.42 | 20.98 | - |
| YUV | 182.44 | 82.6 | 111.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 210 | 102 | 0.24 | 0 | 0.51 | 0.18 | 88.33 | 0.55 | 0.61 |
| Hex | 9F | D2 | 66 | 18 | 0 | 33 | 12 | 58 | 37 | 3D |
| Octal | 237 | 322 | 146 | 30 | 0 | 63 | 22 | 130 | 67 | 75 |
| Binary | 10011111 | 11010010 | 1100110 | 11000 | 0 | 110011 | 10010 | 1011000 | 110111 | 111101 |
Color Harmonies of #9FD266
Complementary color
Monochromatic Colors of #9FD266
Black with #9FD266
Text Example
Text Example
White with #9FD266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD266; }
p { color: rgb(159,210,102); }
H1.HeaderClassName
{
color: #9FD266;
}
.AnyTagClassName
{
color: #9FD266;
}
</style>
background-color css
<style>
a { background-color: #9FD266; }
a { background-color: rgb(159,210,102); }
div.DivClassName
{
background-color: #9FD266;
}
.BgClassName
{
background-color: #9FD266;
}
</style>
border-color css
<style>
span { border-color: #9FD266; }
span { border-color: rgb(159,210,102); }
td.TdClassName
{
border-color: #9FD266;
}
.TagClassName
{
border-color: #9FD266;
}
</style>