Shades of Olivine #A1C86D
Tints of Olivine #A1C86D
RGB
CMYK
RGB Variations
Color information
#A1C86D (or 0xA1C86D) is known color: Olivine. HEX triplet: A1, C8 and 6D. RGB value is (161,200,109). Sum of RGB (Red+Green+Blue) = 161+200+109=470 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.26% from 470); Green value is 200 (78.52% from 255 or 42.55% from 470); Blue value is 109 (42.97% from 255 or 23.19% from 470); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C86D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C86D is #5E3792. Grayscale: #B2B2B2. Windows color (decimal): -6174611 or 7194785. OLE color: 7194785.
HSL color Cylindrical-coordinate representation of color #A1C86D: hue angle of 85.71º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A1C86D is Cyan = 0.19, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 200 | 109 | - |
| CMYK | 0.19 | 0 | 0.46 | 0.22 |
| HSL | 85.71º | 0.45% | 0.61% | - |
| HSV(B) | 85.71º | 0.46% | 0.78% | - |
| XYZ | 38.11 | 49.99 | 22.11 | - |
| YUV | 177.97 | 89.08 | 115.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 200 | 109 | 0.19 | 0 | 0.46 | 0.22 | 85.71 | 0.45 | 0.61 |
| Hex | A1 | C8 | 6D | 13 | 0 | 2E | 16 | 56 | 2D | 3D |
| Octal | 241 | 310 | 155 | 23 | 0 | 56 | 26 | 126 | 55 | 75 |
| Binary | 10100001 | 11001000 | 1101101 | 10011 | 0 | 101110 | 10110 | 1010110 | 101101 | 111101 |
Color Harmonies of #A1C86D
Complementary color
Monochromatic Colors of #A1C86D
Black with #A1C86D
Text Example
Text Example
White with #A1C86D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C86D; }
p { color: rgb(161,200,109); }
H1.HeaderClassName
{
color: #A1C86D;
}
.AnyTagClassName
{
color: #A1C86D;
}
</style>
background-color css
<style>
a { background-color: #A1C86D; }
a { background-color: rgb(161,200,109); }
div.DivClassName
{
background-color: #A1C86D;
}
.BgClassName
{
background-color: #A1C86D;
}
</style>
border-color css
<style>
span { border-color: #A1C86D; }
span { border-color: rgb(161,200,109); }
td.TdClassName
{
border-color: #A1C86D;
}
.TagClassName
{
border-color: #A1C86D;
}
</style>