Shades of Olivine #A1C569
Tints of Olivine #A1C569
RGB
CMYK
RGB Variations
Color information
#A1C569 (or 0xA1C569) is known color: Olivine. HEX triplet: A1, C5 and 69. RGB value is (161,197,105). Sum of RGB (Red+Green+Blue) = 161+197+105=463 (61% of max value = 765). Red value is 161 (63.28% from 255 or 34.77% from 463); Green value is 197 (77.34% from 255 or 42.55% from 463); Blue value is 105 (41.41% from 255 or 22.68% from 463); Max value from RGB is 197 - color contains mainly: green. Hex color #A1C569 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A1C569 is #5E3A96. Grayscale: #B0B0B0. Windows color (decimal): -6175383 or 6931873. OLE color: 6931873.
HSL color Cylindrical-coordinate representation of color #A1C569: hue angle of 83.48º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A1C569 is Cyan = 0.18, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 197 | 105 | - |
| CMYK | 0.18 | 0 | 0.47 | 0.23 |
| HSL | 83.48º | 0.44% | 0.59% | - |
| HSV(B) | 83.48º | 0.47% | 0.77% | - |
| XYZ | 37.21 | 48.53 | 20.77 | - |
| YUV | 175.75 | 88.07 | 117.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 197 | 105 | 0.18 | 0 | 0.47 | 0.23 | 83.48 | 0.44 | 0.59 |
| Hex | A1 | C5 | 69 | 12 | 0 | 2F | 17 | 53 | 2C | 3B |
| Octal | 241 | 305 | 151 | 22 | 0 | 57 | 27 | 123 | 54 | 73 |
| Binary | 10100001 | 11000101 | 1101001 | 10010 | 0 | 101111 | 10111 | 1010011 | 101100 | 111011 |
Color Harmonies of #A1C569
Complementary color
Monochromatic Colors of #A1C569
Black with #A1C569
Text Example
Text Example
White with #A1C569
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C569; }
p { color: rgb(161,197,105); }
H1.HeaderClassName
{
color: #A1C569;
}
.AnyTagClassName
{
color: #A1C569;
}
</style>
background-color css
<style>
a { background-color: #A1C569; }
a { background-color: rgb(161,197,105); }
div.DivClassName
{
background-color: #A1C569;
}
.BgClassName
{
background-color: #A1C569;
}
</style>
border-color css
<style>
span { border-color: #A1C569; }
span { border-color: rgb(161,197,105); }
td.TdClassName
{
border-color: #A1C569;
}
.TagClassName
{
border-color: #A1C569;
}
</style>