Shades of Olivine #A8C16D
Tints of Olivine #A8C16D
RGB
CMYK
RGB Variations
Color information
#A8C16D (or 0xA8C16D) is known color: Olivine. HEX triplet: A8, C1 and 6D. RGB value is (168,193,109). Sum of RGB (Red+Green+Blue) = 168+193+109=470 (62% of max value = 765). Red value is 168 (66.02% from 255 or 35.74% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #A8C16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A8C16D is #573E92. Grayscale: #B0B0B0. Windows color (decimal): -5717651 or 7193000. OLE color: 7193000.
HSL color Cylindrical-coordinate representation of color #A8C16D: hue angle of 77.86º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A8C16D is Cyan = 0.13, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 168 | 193 | 109 | - |
| CMYK | 0.13 | 0 | 0.44 | 0.24 |
| HSL | 77.86º | 0.4% | 0.59% | - |
| HSV(B) | 77.86º | 0.44% | 0.76% | - |
| XYZ | 37.98 | 47.57 | 21.65 | - |
| YUV | 175.95 | 90.22 | 122.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 193 | 109 | 0.13 | 0 | 0.44 | 0.24 | 77.86 | 0.4 | 0.59 |
| Hex | A8 | C1 | 6D | D | 0 | 2C | 18 | 4E | 28 | 3B |
| Octal | 250 | 301 | 155 | 15 | 0 | 54 | 30 | 116 | 50 | 73 |
| Binary | 10101000 | 11000001 | 1101101 | 1101 | 0 | 101100 | 11000 | 1001110 | 101000 | 111011 |
Color Harmonies of #A8C16D
Complementary color
Monochromatic Colors of #A8C16D
Black with #A8C16D
Text Example
Text Example
White with #A8C16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8C16D; }
p { color: rgb(168,193,109); }
H1.HeaderClassName
{
color: #A8C16D;
}
.AnyTagClassName
{
color: #A8C16D;
}
</style>
background-color css
<style>
a { background-color: #A8C16D; }
a { background-color: rgb(168,193,109); }
div.DivClassName
{
background-color: #A8C16D;
}
.BgClassName
{
background-color: #A8C16D;
}
</style>
border-color css
<style>
span { border-color: #A8C16D; }
span { border-color: rgb(168,193,109); }
td.TdClassName
{
border-color: #A8C16D;
}
.TagClassName
{
border-color: #A8C16D;
}
</style>