Shades of Olivine #A1C180
Tints of Olivine #A1C180
RGB
CMYK
RGB Variations
Color information
#A1C180 (or 0xA1C180) is known color: Olivine. HEX triplet: A1, C1 and 80. RGB value is (161,193,128). Sum of RGB (Red+Green+Blue) = 161+193+128=482 (63% of max value = 765). Red value is 161 (63.28% from 255 or 33.40% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 128 (50.39% from 255 or 26.56% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #A1C180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C180 is #5E3E7F. Grayscale: #B0B0B0. Windows color (decimal): -6176384 or 8438177. OLE color: 8438177.
HSL color Cylindrical-coordinate representation of color #A1C180: hue angle of 89.54º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A1C180 is Cyan = 0.17, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 193 | 128 | - |
| CMYK | 0.17 | 0 | 0.34 | 0.24 |
| HSL | 89.54º | 0.34% | 0.63% | - |
| HSV(B) | 89.54º | 0.34% | 0.76% | - |
| XYZ | 37.66 | 47.28 | 27.56 | - |
| YUV | 176.02 | 100.9 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 193 | 128 | 0.17 | 0 | 0.34 | 0.24 | 89.54 | 0.34 | 0.63 |
| Hex | A1 | C1 | 80 | 11 | 0 | 22 | 18 | 5A | 22 | 3F |
| Octal | 241 | 301 | 200 | 21 | 0 | 42 | 30 | 132 | 42 | 77 |
| Binary | 10100001 | 11000001 | 10000000 | 10001 | 0 | 100010 | 11000 | 1011010 | 100010 | 111111 |
Color Harmonies of #A1C180
Complementary color
Monochromatic Colors of #A1C180
Black with #A1C180
Text Example
Text Example
White with #A1C180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C180; }
p { color: rgb(161,193,128); }
H1.HeaderClassName
{
color: #A1C180;
}
.AnyTagClassName
{
color: #A1C180;
}
</style>
background-color css
<style>
a { background-color: #A1C180; }
a { background-color: rgb(161,193,128); }
div.DivClassName
{
background-color: #A1C180;
}
.BgClassName
{
background-color: #A1C180;
}
</style>
border-color css
<style>
span { border-color: #A1C180; }
span { border-color: rgb(161,193,128); }
td.TdClassName
{
border-color: #A1C180;
}
.TagClassName
{
border-color: #A1C180;
}
</style>