Shades of Olivine #A0D266
Tints of Olivine #A0D266
RGB
CMYK
RGB Variations
Color information
#A0D266 (or 0xA0D266) is known color: Olivine. HEX triplet: A0, D2 and 66. RGB value is (160,210,102). Sum of RGB (Red+Green+Blue) = 160+210+102=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 210 (82.42% from 255 or 44.49% from 472); Blue value is 102 (40.23% from 255 or 21.61% from 472); Max value from RGB is 210 - color contains mainly: green. Hex color #A0D266 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D266 is #5F2D99. Grayscale: #B7B7B7. Windows color (decimal): -6237594 or 6738592. OLE color: 6738592.
HSL color Cylindrical-coordinate representation of color #A0D266: hue angle of 87.78º 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 #A0D266 is Cyan = 0.24, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 210 | 102 | - |
| CMYK | 0.24 | 0 | 0.51 | 0.18 |
| HSL | 87.78º | 0.55% | 0.61% | - |
| HSV(B) | 87.78º | 0.51% | 0.82% | - |
| XYZ | 39.94 | 54.53 | 20.99 | - |
| YUV | 182.74 | 82.44 | 111.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 210 | 102 | 0.24 | 0 | 0.51 | 0.18 | 87.78 | 0.55 | 0.61 |
| Hex | A0 | D2 | 66 | 18 | 0 | 33 | 12 | 58 | 37 | 3D |
| Octal | 240 | 322 | 146 | 30 | 0 | 63 | 22 | 130 | 67 | 75 |
| Binary | 10100000 | 11010010 | 1100110 | 11000 | 0 | 110011 | 10010 | 1011000 | 110111 | 111101 |
Color Harmonies of #A0D266
Complementary color
Monochromatic Colors of #A0D266
Black with #A0D266
Text Example
Text Example
White with #A0D266
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D266; }
p { color: rgb(160,210,102); }
H1.HeaderClassName
{
color: #A0D266;
}
.AnyTagClassName
{
color: #A0D266;
}
</style>
background-color css
<style>
a { background-color: #A0D266; }
a { background-color: rgb(160,210,102); }
div.DivClassName
{
background-color: #A0D266;
}
.BgClassName
{
background-color: #A0D266;
}
</style>
border-color css
<style>
span { border-color: #A0D266; }
span { border-color: rgb(160,210,102); }
td.TdClassName
{
border-color: #A0D266;
}
.TagClassName
{
border-color: #A0D266;
}
</style>