Shades of Olivine #A1C576
Tints of Olivine #A1C576
RGB
CMYK
RGB Variations
Color information
#A1C576 (or 0xA1C576) is known color: Olivine. HEX triplet: A1, C5 and 76. RGB value is (161,197,118). Sum of RGB (Red+Green+Blue) = 161+197+118=476 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.82% from 476); Green value is 197 (77.34% from 255 or 41.39% from 476); Blue value is 118 (46.48% from 255 or 24.79% from 476); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C576 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C576 is #5E3A89. Grayscale: #B1B1B1. Windows color (decimal): -6175370 or 7783841. OLE color: 7783841.
HSL color Cylindrical-coordinate representation of color #A1C576: hue angle of 87.34º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A1C576 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 118 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.23 |
| HSL | 87.34º | 0.41% | 0.62% | - |
| HSV(B) | 87.34º | 0.4% | 0.77% | - |
| XYZ | 37.93 | 48.82 | 24.56 | - |
| YUV | 177.23 | 94.57 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 118 | 0.18 | 0 | 0.40 | 0.23 | 87.34 | 0.41 | 0.62 |
| Hex | A1 | C5 | 76 | 12 | 0 | 28 | 17 | 57 | 29 | 3E |
| Octal | 241 | 305 | 166 | 22 | 0 | 50 | 27 | 127 | 51 | 76 |
| Binary | 10100001 | 11000101 | 1110110 | 10010 | 0 | 101000 | 10111 | 1010111 | 101001 | 111110 |
Color Harmonies of #A1C576
Complementary color
Monochromatic Colors of #A1C576
Black with #A1C576
Text Example
Text Example
White with #A1C576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C576; }
p { color: rgb(161,197,118); }
H1.HeaderClassName
{
color: #A1C576;
}
.AnyTagClassName
{
color: #A1C576;
}
</style>
background-color css
<style>
a { background-color: #A1C576; }
a { background-color: rgb(161,197,118); }
div.DivClassName
{
background-color: #A1C576;
}
.BgClassName
{
background-color: #A1C576;
}
</style>
border-color css
<style>
span { border-color: #A1C576; }
span { border-color: rgb(161,197,118); }
td.TdClassName
{
border-color: #A1C576;
}
.TagClassName
{
border-color: #A1C576;
}
</style>