Shades of Olivine #A1D06D
Tints of Olivine #A1D06D
RGB
CMYK
RGB Variations
Color information
#A1D06D (or 0xA1D06D) is known color: Olivine. HEX triplet: A1, D0 and 6D. RGB value is (161,208,109). Sum of RGB (Red+Green+Blue) = 161+208+109=478 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.68% from 478); Green value is 208 (81.64% from 255 or 43.51% from 478); Blue value is 109 (42.97% from 255 or 22.80% from 478); Max value from RGB is 208 - color contains mainly: green. Hex color #A1D06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1D06D is #5E2F92. Grayscale: #B7B7B7. Windows color (decimal): -6172563 or 7196833. OLE color: 7196833.
HSL color Cylindrical-coordinate representation of color #A1D06D: hue angle of 88.48º 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 #A1D06D is Cyan = 0.23, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 161 | 208 | 109 | - |
| CMYK | 0.23 | 0 | 0.48 | 0.18 |
| HSL | 88.48º | 0.51% | 0.62% | - |
| HSV(B) | 88.48º | 0.48% | 0.82% | - |
| XYZ | 40.01 | 53.79 | 22.74 | - |
| YUV | 182.66 | 86.43 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 208 | 109 | 0.23 | 0 | 0.48 | 0.18 | 88.48 | 0.51 | 0.62 |
| Hex | A1 | D0 | 6D | 17 | 0 | 30 | 12 | 58 | 33 | 3E |
| Octal | 241 | 320 | 155 | 27 | 0 | 60 | 22 | 130 | 63 | 76 |
| Binary | 10100001 | 11010000 | 1101101 | 10111 | 0 | 110000 | 10010 | 1011000 | 110011 | 111110 |
Color Harmonies of #A1D06D
Complementary color
Monochromatic Colors of #A1D06D
Black with #A1D06D
Text Example
Text Example
White with #A1D06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1D06D; }
p { color: rgb(161,208,109); }
H1.HeaderClassName
{
color: #A1D06D;
}
.AnyTagClassName
{
color: #A1D06D;
}
</style>
background-color css
<style>
a { background-color: #A1D06D; }
a { background-color: rgb(161,208,109); }
div.DivClassName
{
background-color: #A1D06D;
}
.BgClassName
{
background-color: #A1D06D;
}
</style>
border-color css
<style>
span { border-color: #A1D06D; }
span { border-color: rgb(161,208,109); }
td.TdClassName
{
border-color: #A1D06D;
}
.TagClassName
{
border-color: #A1D06D;
}
</style>