Shades of Olivine #A0D06D
Tints of Olivine #A0D06D
RGB
CMYK
RGB Variations
Color information
#A0D06D (or 0xA0D06D) is known color: Olivine. HEX triplet: A0, D0 and 6D. RGB value is (160,208,109). Sum of RGB (Red+Green+Blue) = 160+208+109=477 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.54% from 477); Green value is 208 (81.64% from 255 or 43.61% from 477); Blue value is 109 (42.97% from 255 or 22.85% from 477); Max value from RGB is 208 - color contains mainly: green. Hex color #A0D06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0D06D is #5F2F92. Grayscale: #B6B6B6. Windows color (decimal): -6238099 or 7196832. OLE color: 7196832.
HSL color Cylindrical-coordinate representation of color #A0D06D: hue angle of 89.09º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0D06D is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 160 | 208 | 109 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.18 |
| HSL | 89.09º | 0.51% | 0.62% | - |
| HSV(B) | 89.09º | 0.48% | 0.82% | - |
| XYZ | 39.81 | 53.69 | 22.73 | - |
| YUV | 182.36 | 86.6 | 112.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 208 | 109 | 0.23 | 0 | 0.48 | 0.18 | 89.09 | 0.51 | 0.62 |
| Hex | A0 | D0 | 6D | 17 | 0 | 30 | 12 | 59 | 33 | 3E |
| Octal | 240 | 320 | 155 | 27 | 0 | 60 | 22 | 131 | 63 | 76 |
| Binary | 10100000 | 11010000 | 1101101 | 10111 | 0 | 110000 | 10010 | 1011001 | 110011 | 111110 |
Color Harmonies of #A0D06D
Complementary color
Monochromatic Colors of #A0D06D
Black with #A0D06D
Text Example
Text Example
White with #A0D06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0D06D; }
p { color: rgb(160,208,109); }
H1.HeaderClassName
{
color: #A0D06D;
}
.AnyTagClassName
{
color: #A0D06D;
}
</style>
background-color css
<style>
a { background-color: #A0D06D; }
a { background-color: rgb(160,208,109); }
div.DivClassName
{
background-color: #A0D06D;
}
.BgClassName
{
background-color: #A0D06D;
}
</style>
border-color css
<style>
span { border-color: #A0D06D; }
span { border-color: rgb(160,208,109); }
td.TdClassName
{
border-color: #A0D06D;
}
.TagClassName
{
border-color: #A0D06D;
}
</style>