Shades of Olivine #9FD466
Tints of Olivine #9FD466
RGB
CMYK
RGB Variations
Color information
#9FD466 (or 0x9FD466) is known color: Olivine. HEX triplet: 9F, D4 and 66. RGB value is (159,212,102). Sum of RGB (Red+Green+Blue) = 159+212+102=473 (62% of max value = 765). Red value is 159 (62.5% from 255 or 33.62% from 473); Green value is 212 (83.20% from 255 or 44.82% from 473); Blue value is 102 (40.23% from 255 or 21.56% from 473); Max value from RGB is 212 - color contains mainly: green. Hex color #9FD466 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9FD466 is #602B99. Grayscale: #B8B8B8. Windows color (decimal): -6302618 or 6739103. OLE color: 6739103.
HSL color Cylindrical-coordinate representation of color #9FD466: hue angle of 88.91º degrees, saturation: 0.56, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9FD466 is Cyan = 0.25, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 159 | 212 | 102 | - |
| CMYK | 0.25 | 0 | 0.52 | 0.17 |
| HSL | 88.91º | 0.56% | 0.62% | - |
| HSV(B) | 88.91º | 0.52% | 0.83% | - |
| XYZ | 40.24 | 55.42 | 21.15 | - |
| YUV | 183.61 | 81.94 | 110.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 212 | 102 | 0.25 | 0 | 0.52 | 0.17 | 88.91 | 0.56 | 0.62 |
| Hex | 9F | D4 | 66 | 19 | 0 | 34 | 11 | 59 | 38 | 3E |
| Octal | 237 | 324 | 146 | 31 | 0 | 64 | 21 | 131 | 70 | 76 |
| Binary | 10011111 | 11010100 | 1100110 | 11001 | 0 | 110100 | 10001 | 1011001 | 111000 | 111110 |
Color Harmonies of #9FD466
Complementary color
Monochromatic Colors of #9FD466
Black with #9FD466
Text Example
Text Example
White with #9FD466
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FD466; }
p { color: rgb(159,212,102); }
H1.HeaderClassName
{
color: #9FD466;
}
.AnyTagClassName
{
color: #9FD466;
}
</style>
background-color css
<style>
a { background-color: #9FD466; }
a { background-color: rgb(159,212,102); }
div.DivClassName
{
background-color: #9FD466;
}
.BgClassName
{
background-color: #9FD466;
}
</style>
border-color css
<style>
span { border-color: #9FD466; }
span { border-color: rgb(159,212,102); }
td.TdClassName
{
border-color: #9FD466;
}
.TagClassName
{
border-color: #9FD466;
}
</style>