Shades of Olivine #A1C86E
Tints of Olivine #A1C86E
RGB
CMYK
RGB Variations
Color information
#A1C86E (or 0xA1C86E) is known color: Olivine. HEX triplet: A1, C8 and 6E. RGB value is (161,200,110). Sum of RGB (Red+Green+Blue) = 161+200+110=471 (62% of max value = 765). Red value is 161 (63.28% from 255 or 34.18% from 471); Green value is 200 (78.52% from 255 or 42.46% from 471); Blue value is 110 (43.36% from 255 or 23.35% from 471); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C86E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C86E is #5E3791. Grayscale: #B2B2B2. Windows color (decimal): -6174610 or 7260321. OLE color: 7260321.
HSL color Cylindrical-coordinate representation of color #A1C86E: hue angle of 86º 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 #A1C86E is Cyan = 0.19, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 200 | 110 | - |
| CMYK | 0.19 | 0 | 0.45 | 0.22 |
| HSL | 86º | 0.45% | 0.61% | - |
| HSV(B) | 86º | 0.45% | 0.78% | - |
| XYZ | 38.17 | 50.01 | 22.39 | - |
| YUV | 178.08 | 89.58 | 115.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 200 | 110 | 0.19 | 0 | 0.45 | 0.22 | 86 | 0.45 | 0.61 |
| Hex | A1 | C8 | 6E | 13 | 0 | 2D | 16 | 56 | 2D | 3D |
| Octal | 241 | 310 | 156 | 23 | 0 | 55 | 26 | 126 | 55 | 75 |
| Binary | 10100001 | 11001000 | 1101110 | 10011 | 0 | 101101 | 10110 | 1010110 | 101101 | 111101 |
Color Harmonies of #A1C86E
Complementary color
Monochromatic Colors of #A1C86E
Black with #A1C86E
Text Example
Text Example
White with #A1C86E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C86E; }
p { color: rgb(161,200,110); }
H1.HeaderClassName
{
color: #A1C86E;
}
.AnyTagClassName
{
color: #A1C86E;
}
</style>
background-color css
<style>
a { background-color: #A1C86E; }
a { background-color: rgb(161,200,110); }
div.DivClassName
{
background-color: #A1C86E;
}
.BgClassName
{
background-color: #A1C86E;
}
</style>
border-color css
<style>
span { border-color: #A1C86E; }
span { border-color: rgb(161,200,110); }
td.TdClassName
{
border-color: #A1C86E;
}
.TagClassName
{
border-color: #A1C86E;
}
</style>