Shades of Olivine #A8D16F
Tints of Olivine #A8D16F
RGB
CMYK
RGB Variations
Color information
#A8D16F (or 0xA8D16F) is known color: Olivine. HEX triplet: A8, D1 and 6F. RGB value is (168,209,111). Sum of RGB (Red+Green+Blue) = 168+209+111=488 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.43% from 488); Green value is 209 (82.03% from 255 or 42.83% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D16F is #572E90. Grayscale: #B9B9B9. Windows color (decimal): -5713553 or 7328168. OLE color: 7328168.
HSL color Cylindrical-coordinate representation of color #A8D16F: hue angle of 85.1º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A8D16F is Cyan = 0.20, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 111 | - |
| CMYK | 0.20 | 0 | 0.47 | 0.18 |
| HSL | 85.1º | 0.52% | 0.63% | - |
| HSV(B) | 85.1º | 0.47% | 0.82% | - |
| XYZ | 41.82 | 55.07 | 23.47 | - |
| YUV | 185.57 | 85.92 | 115.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 111 | 0.20 | 0 | 0.47 | 0.18 | 85.1 | 0.52 | 0.63 |
| Hex | A8 | D1 | 6F | 14 | 0 | 2F | 12 | 55 | 34 | 3F |
| Octal | 250 | 321 | 157 | 24 | 0 | 57 | 22 | 125 | 64 | 77 |
| Binary | 10101000 | 11010001 | 1101111 | 10100 | 0 | 101111 | 10010 | 1010101 | 110100 | 111111 |
Color Harmonies of #A8D16F
Complementary color
Monochromatic Colors of #A8D16F
Black with #A8D16F
Text Example
Text Example
White with #A8D16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D16F; }
p { color: rgb(168,209,111); }
H1.HeaderClassName
{
color: #A8D16F;
}
.AnyTagClassName
{
color: #A8D16F;
}
</style>
background-color css
<style>
a { background-color: #A8D16F; }
a { background-color: rgb(168,209,111); }
div.DivClassName
{
background-color: #A8D16F;
}
.BgClassName
{
background-color: #A8D16F;
}
</style>
border-color css
<style>
span { border-color: #A8D16F; }
span { border-color: rgb(168,209,111); }
td.TdClassName
{
border-color: #A8D16F;
}
.TagClassName
{
border-color: #A8D16F;
}
</style>