Shades of Olivine #A1C86A
Tints of Olivine #A1C86A
RGB
CMYK
RGB Variations
Color information
#A1C86A (or 0xA1C86A) is known color: Olivine. HEX triplet: A1, C8 and 6A. RGB value is (161,200,106). Sum of RGB (Red+Green+Blue) = 161+200+106=467 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.48% from 467); Green value is 200 (78.52% from 255 or 42.83% from 467); Blue value is 106 (41.80% from 255 or 22.70% from 467); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C86A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C86A is #5E3795. Grayscale: #B1B1B1. Windows color (decimal): -6174614 or 6998177. OLE color: 6998177.
HSL color Cylindrical-coordinate representation of color #A1C86A: hue angle of 84.89º degrees, saturation: 0.46, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1C86A is Cyan = 0.19, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 200 | 106 | - |
| CMYK | 0.19 | 0 | 0.47 | 0.22 |
| HSL | 84.89º | 0.46% | 0.6% | - |
| HSV(B) | 84.89º | 0.47% | 0.78% | - |
| XYZ | 37.95 | 49.93 | 21.27 | - |
| YUV | 177.62 | 87.58 | 116.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 200 | 106 | 0.19 | 0 | 0.47 | 0.22 | 84.89 | 0.46 | 0.6 |
| Hex | A1 | C8 | 6A | 13 | 0 | 2F | 16 | 55 | 2E | 3C |
| Octal | 241 | 310 | 152 | 23 | 0 | 57 | 26 | 125 | 56 | 74 |
| Binary | 10100001 | 11001000 | 1101010 | 10011 | 0 | 101111 | 10110 | 1010101 | 101110 | 111100 |
Color Harmonies of #A1C86A
Complementary color
Monochromatic Colors of #A1C86A
Black with #A1C86A
Text Example
Text Example
White with #A1C86A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C86A; }
p { color: rgb(161,200,106); }
H1.HeaderClassName
{
color: #A1C86A;
}
.AnyTagClassName
{
color: #A1C86A;
}
</style>
background-color css
<style>
a { background-color: #A1C86A; }
a { background-color: rgb(161,200,106); }
div.DivClassName
{
background-color: #A1C86A;
}
.BgClassName
{
background-color: #A1C86A;
}
</style>
border-color css
<style>
span { border-color: #A1C86A; }
span { border-color: rgb(161,200,106); }
td.TdClassName
{
border-color: #A1C86A;
}
.TagClassName
{
border-color: #A1C86A;
}
</style>