Shades of Olivine #A8D16C
Tints of Olivine #A8D16C
RGB
CMYK
RGB Variations
Color information
#A8D16C (or 0xA8D16C) is known color: Olivine. HEX triplet: A8, D1 and 6C. RGB value is (168,209,108). Sum of RGB (Red+Green+Blue) = 168+209+108=485 (64% of max value = 765). Red value is 168 (66.02% from 255 or 34.64% from 485); Green value is 209 (82.03% from 255 or 43.09% from 485); Blue value is 108 (42.58% from 255 or 22.27% from 485); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D16C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8D16C is #572E93. Grayscale: #B9B9B9. Windows color (decimal): -5713556 or 7131560. OLE color: 7131560.
HSL color Cylindrical-coordinate representation of color #A8D16C: hue angle of 84.36º 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 #A8D16C is Cyan = 0.20, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 108 | - |
| CMYK | 0.20 | 0 | 0.48 | 0.18 |
| HSL | 84.36º | 0.52% | 0.62% | - |
| HSV(B) | 84.36º | 0.48% | 0.82% | - |
| XYZ | 41.66 | 55.01 | 22.61 | - |
| YUV | 185.23 | 84.42 | 115.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 108 | 0.20 | 0 | 0.48 | 0.18 | 84.36 | 0.52 | 0.62 |
| Hex | A8 | D1 | 6C | 14 | 0 | 30 | 12 | 54 | 34 | 3E |
| Octal | 250 | 321 | 154 | 24 | 0 | 60 | 22 | 124 | 64 | 76 |
| Binary | 10101000 | 11010001 | 1101100 | 10100 | 0 | 110000 | 10010 | 1010100 | 110100 | 111110 |
Color Harmonies of #A8D16C
Complementary color
Monochromatic Colors of #A8D16C
Black with #A8D16C
Text Example
Text Example
White with #A8D16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D16C; }
p { color: rgb(168,209,108); }
H1.HeaderClassName
{
color: #A8D16C;
}
.AnyTagClassName
{
color: #A8D16C;
}
</style>
background-color css
<style>
a { background-color: #A8D16C; }
a { background-color: rgb(168,209,108); }
div.DivClassName
{
background-color: #A8D16C;
}
.BgClassName
{
background-color: #A8D16C;
}
</style>
border-color css
<style>
span { border-color: #A8D16C; }
span { border-color: rgb(168,209,108); }
td.TdClassName
{
border-color: #A8D16C;
}
.TagClassName
{
border-color: #A8D16C;
}
</style>