Shades of Olivine #A1C861
Tints of Olivine #A1C861
RGB
CMYK
RGB Variations
Color information
#A1C861 (or 0xA1C861) is known color: Olivine. HEX triplet: A1, C8 and 61. RGB value is (161,200,97). Sum of RGB (Red+Green+Blue) = 161+200+97=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 200 (78.52% from 255 or 43.67% from 458); Blue value is 97 (38.28% from 255 or 21.18% from 458); Max value from RGB is 200 - color contains mainly: green. Hex color #A1C861 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C861 is #5E379E. Grayscale: #B0B0B0. Windows color (decimal): -6174623 or 6408353. OLE color: 6408353.
HSL color Cylindrical-coordinate representation of color #A1C861: hue angle of 82.72º degrees, saturation: 0.48, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A1C861 is Cyan = 0.19, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 161 | 200 | 97 | - |
| CMYK | 0.19 | 0 | 0.52 | 0.22 |
| HSL | 82.72º | 0.48% | 0.58% | - |
| HSV(B) | 82.72º | 0.52% | 0.78% | - |
| XYZ | 37.51 | 49.75 | 18.93 | - |
| YUV | 176.6 | 83.08 | 116.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 200 | 97 | 0.19 | 0 | 0.52 | 0.22 | 82.72 | 0.48 | 0.58 |
| Hex | A1 | C8 | 61 | 13 | 0 | 34 | 16 | 53 | 30 | 3A |
| Octal | 241 | 310 | 141 | 23 | 0 | 64 | 26 | 123 | 60 | 72 |
| Binary | 10100001 | 11001000 | 1100001 | 10011 | 0 | 110100 | 10110 | 1010011 | 110000 | 111010 |
Color Harmonies of #A1C861
Complementary color
Monochromatic Colors of #A1C861
Black with #A1C861
Text Example
Text Example
White with #A1C861
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C861; }
p { color: rgb(161,200,97); }
H1.HeaderClassName
{
color: #A1C861;
}
.AnyTagClassName
{
color: #A1C861;
}
</style>
background-color css
<style>
a { background-color: #A1C861; }
a { background-color: rgb(161,200,97); }
div.DivClassName
{
background-color: #A1C861;
}
.BgClassName
{
background-color: #A1C861;
}
</style>
border-color css
<style>
span { border-color: #A1C861; }
span { border-color: rgb(161,200,97); }
td.TdClassName
{
border-color: #A1C861;
}
.TagClassName
{
border-color: #A1C861;
}
</style>