Shades of Olivine #A2C180
Tints of Olivine #A2C180
RGB
CMYK
RGB Variations
Color information
#A2C180 (or 0xA2C180) is known color: Olivine. HEX triplet: A2, C1 and 80. RGB value is (162,193,128). Sum of RGB (Red+Green+Blue) = 162+193+128=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 193 (75.78% from 255 or 39.96% from 483); Blue value is 128 (50.39% from 255 or 26.50% from 483); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C180 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C180 is #5D3E7F. Grayscale: #B0B0B0. Windows color (decimal): -6110848 or 8438178. OLE color: 8438178.
HSL color Cylindrical-coordinate representation of color #A2C180: hue angle of 88.62º 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 #A2C180 is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 128 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.24 |
| HSL | 88.62º | 0.34% | 0.63% | - |
| HSV(B) | 88.62º | 0.34% | 0.76% | - |
| XYZ | 37.87 | 47.38 | 27.57 | - |
| YUV | 176.32 | 100.73 | 117.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 128 | 0.16 | 0 | 0.34 | 0.24 | 88.62 | 0.34 | 0.63 |
| Hex | A2 | C1 | 80 | 10 | 0 | 22 | 18 | 59 | 22 | 3F |
| Octal | 242 | 301 | 200 | 20 | 0 | 42 | 30 | 131 | 42 | 77 |
| Binary | 10100010 | 11000001 | 10000000 | 10000 | 0 | 100010 | 11000 | 1011001 | 100010 | 111111 |
Color Harmonies of #A2C180
Complementary color
Monochromatic Colors of #A2C180
Black with #A2C180
Text Example
Text Example
White with #A2C180
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C180; }
p { color: rgb(162,193,128); }
H1.HeaderClassName
{
color: #A2C180;
}
.AnyTagClassName
{
color: #A2C180;
}
</style>
background-color css
<style>
a { background-color: #A2C180; }
a { background-color: rgb(162,193,128); }
div.DivClassName
{
background-color: #A2C180;
}
.BgClassName
{
background-color: #A2C180;
}
</style>
border-color css
<style>
span { border-color: #A2C180; }
span { border-color: rgb(162,193,128); }
td.TdClassName
{
border-color: #A2C180;
}
.TagClassName
{
border-color: #A2C180;
}
</style>