Shades of Olivine #A2C173
Tints of Olivine #A2C173
RGB
CMYK
RGB Variations
Color information
#A2C173 (or 0xA2C173) is known color: Olivine. HEX triplet: A2, C1 and 73. RGB value is (162,193,115). Sum of RGB (Red+Green+Blue) = 162+193+115=470 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.47% from 470); Green value is 193 (75.78% from 255 or 41.06% from 470); Blue value is 115 (45.31% from 255 or 24.47% from 470); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C173 is #5D3E8C. Grayscale: #AFAFAF. Windows color (decimal): -6110861 or 7586210. OLE color: 7586210.
HSL color Cylindrical-coordinate representation of color #A2C173: hue angle of 83.85º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2C173 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 115 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.24 |
| HSL | 83.85º | 0.39% | 0.6% | - |
| HSV(B) | 83.85º | 0.4% | 0.76% | - |
| XYZ | 37.06 | 47.06 | 23.35 | - |
| YUV | 174.84 | 94.23 | 118.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 115 | 0.16 | 0 | 0.40 | 0.24 | 83.85 | 0.39 | 0.6 |
| Hex | A2 | C1 | 73 | 10 | 0 | 28 | 18 | 54 | 27 | 3C |
| Octal | 242 | 301 | 163 | 20 | 0 | 50 | 30 | 124 | 47 | 74 |
| Binary | 10100010 | 11000001 | 1110011 | 10000 | 0 | 101000 | 11000 | 1010100 | 100111 | 111100 |
Color Harmonies of #A2C173
Complementary color
Monochromatic Colors of #A2C173
Black with #A2C173
Text Example
Text Example
White with #A2C173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C173; }
p { color: rgb(162,193,115); }
H1.HeaderClassName
{
color: #A2C173;
}
.AnyTagClassName
{
color: #A2C173;
}
</style>
background-color css
<style>
a { background-color: #A2C173; }
a { background-color: rgb(162,193,115); }
div.DivClassName
{
background-color: #A2C173;
}
.BgClassName
{
background-color: #A2C173;
}
</style>
border-color css
<style>
span { border-color: #A2C173; }
span { border-color: rgb(162,193,115); }
td.TdClassName
{
border-color: #A2C173;
}
.TagClassName
{
border-color: #A2C173;
}
</style>