Shades of Olivine #A8D06D
Tints of Olivine #A8D06D
RGB
CMYK
RGB Variations
Color information
#A8D06D (or 0xA8D06D) is known color: Olivine. HEX triplet: A8, D0 and 6D. RGB value is (168,208,109). Sum of RGB (Red+Green+Blue) = 168+208+109=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 208 (81.64% from 255 or 42.89% from 485); Blue value is 109 (42.97% from 255 or 22.47% from 485); Max value from RGB is 208 - color contains mainly: green. Hex color #A8D06D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D06D is #572F92. Grayscale: #B9B9B9. Windows color (decimal): -5713811 or 7196840. OLE color: 7196840.
HSL color Cylindrical-coordinate representation of color #A8D06D: hue angle of 84.24º 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 #A8D06D is Cyan = 0.19, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 208 | 109 | - |
| CMYK | 0.19 | 0 | 0.48 | 0.18 |
| HSL | 84.24º | 0.51% | 0.62% | - |
| HSV(B) | 84.24º | 0.48% | 0.82% | - |
| XYZ | 41.46 | 54.54 | 22.81 | - |
| YUV | 184.75 | 85.25 | 116.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 208 | 109 | 0.19 | 0 | 0.48 | 0.18 | 84.24 | 0.51 | 0.62 |
| Hex | A8 | D0 | 6D | 13 | 0 | 30 | 12 | 54 | 33 | 3E |
| Octal | 250 | 320 | 155 | 23 | 0 | 60 | 22 | 124 | 63 | 76 |
| Binary | 10101000 | 11010000 | 1101101 | 10011 | 0 | 110000 | 10010 | 1010100 | 110011 | 111110 |
Color Harmonies of #A8D06D
Complementary color
Monochromatic Colors of #A8D06D
Black with #A8D06D
Text Example
Text Example
White with #A8D06D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D06D; }
p { color: rgb(168,208,109); }
H1.HeaderClassName
{
color: #A8D06D;
}
.AnyTagClassName
{
color: #A8D06D;
}
</style>
background-color css
<style>
a { background-color: #A8D06D; }
a { background-color: rgb(168,208,109); }
div.DivClassName
{
background-color: #A8D06D;
}
.BgClassName
{
background-color: #A8D06D;
}
</style>
border-color css
<style>
span { border-color: #A8D06D; }
span { border-color: rgb(168,208,109); }
td.TdClassName
{
border-color: #A8D06D;
}
.TagClassName
{
border-color: #A8D06D;
}
</style>