Shades of Olivine #A8D16D
Tints of Olivine #A8D16D
RGB
CMYK
RGB Variations
Color information
#A8D16D (or 0xA8D16D) is known color: Olivine. HEX triplet: A8, D1 and 6D. RGB value is (168,209,109). Sum of RGB (Red+Green+Blue) = 168+209+109=486 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.57% from 486); Green value is 209 (82.03% from 255 or 43.00% from 486); Blue value is 109 (42.97% from 255 or 22.43% from 486); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D16D is #572E92. Grayscale: #B9B9B9. Windows color (decimal): -5713555 or 7197096. OLE color: 7197096.
HSL color Cylindrical-coordinate representation of color #A8D16D: hue angle of 84.6º degrees, saturation: 0.52, 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 #A8D16D is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 109 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.18 |
| HSL | 84.6º | 0.52% | 0.62% | - |
| HSV(B) | 84.6º | 0.48% | 0.82% | - |
| XYZ | 41.71 | 55.03 | 22.89 | - |
| YUV | 185.34 | 84.92 | 115.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 109 | 0.20 | 0 | 0.48 | 0.18 | 84.6 | 0.52 | 0.62 |
| Hex | A8 | D1 | 6D | 14 | 0 | 30 | 12 | 55 | 34 | 3E |
| Octal | 250 | 321 | 155 | 24 | 0 | 60 | 22 | 125 | 64 | 76 |
| Binary | 10101000 | 11010001 | 1101101 | 10100 | 0 | 110000 | 10010 | 1010101 | 110100 | 111110 |
Color Harmonies of #A8D16D
Complementary color
Monochromatic Colors of #A8D16D
Black with #A8D16D
Text Example
Text Example
White with #A8D16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D16D; }
p { color: rgb(168,209,109); }
H1.HeaderClassName
{
color: #A8D16D;
}
.AnyTagClassName
{
color: #A8D16D;
}
</style>
background-color css
<style>
a { background-color: #A8D16D; }
a { background-color: rgb(168,209,109); }
div.DivClassName
{
background-color: #A8D16D;
}
.BgClassName
{
background-color: #A8D16D;
}
</style>
border-color css
<style>
span { border-color: #A8D16D; }
span { border-color: rgb(168,209,109); }
td.TdClassName
{
border-color: #A8D16D;
}
.TagClassName
{
border-color: #A8D16D;
}
</style>