Shades of Olivine #A1C564
Tints of Olivine #A1C564
RGB
CMYK
RGB Variations
Color information
#A1C564 (or 0xA1C564) is known color: Olivine. HEX triplet: A1, C5 and 64. RGB value is (161,197,100). Sum of RGB (Red+Green+Blue) = 161+197+100=458 (60% of max value = 765). Red value is 161 (63.28% from 255 or 35.15% from 458); Green value is 197 (77.34% from 255 or 43.01% from 458); Blue value is 100 (39.45% from 255 or 21.83% from 458); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C564 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C564 is #5E3A9B. Grayscale: #AFAFAF. Windows color (decimal): -6175388 or 6604193. OLE color: 6604193.
HSL color Cylindrical-coordinate representation of color #A1C564: hue angle of 82.27º degrees, saturation: 0.46, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1C564 is Cyan = 0.18, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 100 | - |
| CMYK | 0.18 | 0 | 0.49 | 0.23 |
| HSL | 82.27º | 0.46% | 0.58% | - |
| HSV(B) | 82.27º | 0.49% | 0.77% | - |
| XYZ | 36.96 | 48.43 | 19.46 | - |
| YUV | 175.18 | 85.57 | 117.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 100 | 0.18 | 0 | 0.49 | 0.23 | 82.27 | 0.46 | 0.58 |
| Hex | A1 | C5 | 64 | 12 | 0 | 31 | 17 | 52 | 2E | 3A |
| Octal | 241 | 305 | 144 | 22 | 0 | 61 | 27 | 122 | 56 | 72 |
| Binary | 10100001 | 11000101 | 1100100 | 10010 | 0 | 110001 | 10111 | 1010010 | 101110 | 111010 |
Color Harmonies of #A1C564
Complementary color
Monochromatic Colors of #A1C564
Black with #A1C564
Text Example
Text Example
White with #A1C564
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C564; }
p { color: rgb(161,197,100); }
H1.HeaderClassName
{
color: #A1C564;
}
.AnyTagClassName
{
color: #A1C564;
}
</style>
background-color css
<style>
a { background-color: #A1C564; }
a { background-color: rgb(161,197,100); }
div.DivClassName
{
background-color: #A1C564;
}
.BgClassName
{
background-color: #A1C564;
}
</style>
border-color css
<style>
span { border-color: #A1C564; }
span { border-color: rgb(161,197,100); }
td.TdClassName
{
border-color: #A1C564;
}
.TagClassName
{
border-color: #A1C564;
}
</style>