Shades of Olivine #A2C073
Tints of Olivine #A2C073
RGB
CMYK
RGB Variations
Color information
#A2C073 (or 0xA2C073) is known color: Olivine. HEX triplet: A2, C0 and 73. RGB value is (162,192,115). Sum of RGB (Red+Green+Blue) = 162+192+115=469 (62% of max value = 765). Red value is 162 (63.67% from 255 or 34.54% from 469); Green value is 192 (75.39% from 255 or 40.94% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 192 - color contains mainly: green. Hex color #A2C073 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C073 is #5D3F8C. Grayscale: #AEAEAE. Windows color (decimal): -6111117 or 7585954. OLE color: 7585954.
HSL color Cylindrical-coordinate representation of color #A2C073: hue angle of 83.38º degrees, saturation: 0.38, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2C073 is Cyan = 0.16, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 162 | 192 | 115 | - |
| CMYK | 0.16 | 0 | 0.40 | 0.25 |
| HSL | 83.38º | 0.38% | 0.6% | - |
| HSV(B) | 83.38º | 0.4% | 0.75% | - |
| XYZ | 36.84 | 46.62 | 23.28 | - |
| YUV | 174.25 | 94.56 | 119.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 192 | 115 | 0.16 | 0 | 0.40 | 0.25 | 83.38 | 0.38 | 0.6 |
| Hex | A2 | C0 | 73 | 10 | 0 | 28 | 19 | 53 | 26 | 3C |
| Octal | 242 | 300 | 163 | 20 | 0 | 50 | 31 | 123 | 46 | 74 |
| Binary | 10100010 | 11000000 | 1110011 | 10000 | 0 | 101000 | 11001 | 1010011 | 100110 | 111100 |
Color Harmonies of #A2C073
Complementary color
Monochromatic Colors of #A2C073
Black with #A2C073
Text Example
Text Example
White with #A2C073
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C073; }
p { color: rgb(162,192,115); }
H1.HeaderClassName
{
color: #A2C073;
}
.AnyTagClassName
{
color: #A2C073;
}
</style>
background-color css
<style>
a { background-color: #A2C073; }
a { background-color: rgb(162,192,115); }
div.DivClassName
{
background-color: #A2C073;
}
.BgClassName
{
background-color: #A2C073;
}
</style>
border-color css
<style>
span { border-color: #A2C073; }
span { border-color: rgb(162,192,115); }
td.TdClassName
{
border-color: #A2C073;
}
.TagClassName
{
border-color: #A2C073;
}
</style>