Shades of Olivine #A2C773
Tints of Olivine #A2C773
RGB
CMYK
RGB Variations
Color information
#A2C773 (or 0xA2C773) is known color: Olivine. HEX triplet: A2, C7 and 73. RGB value is (162,199,115). Sum of RGB (Red+Green+Blue) = 162+199+115=476 (63% of max value = 765). Red value is 162 (63.67% from 255 or 34.03% from 476); Green value is 199 (78.12% from 255 or 41.81% from 476); Blue value is 115 (45.31% from 255 or 24.16% from 476); Max value from RGB is 199 - color contains mainly: green. Hex color #A2C773 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C773 is #5D388C. Grayscale: #B2B2B2. Windows color (decimal): -6109325 or 7587746. OLE color: 7587746.
HSL color Cylindrical-coordinate representation of color #A2C773: hue angle of 86.43º degrees, saturation: 0.43, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2C773 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 199 | 115 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.22 |
| HSL | 86.43º | 0.43% | 0.62% | - |
| HSV(B) | 86.43º | 0.42% | 0.78% | - |
| XYZ | 38.42 | 49.77 | 23.8 | - |
| YUV | 178.36 | 92.24 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 199 | 115 | 0.19 | 0 | 0.42 | 0.22 | 86.43 | 0.43 | 0.62 |
| Hex | A2 | C7 | 73 | 13 | 0 | 2A | 16 | 56 | 2B | 3E |
| Octal | 242 | 307 | 163 | 23 | 0 | 52 | 26 | 126 | 53 | 76 |
| Binary | 10100010 | 11000111 | 1110011 | 10011 | 0 | 101010 | 10110 | 1010110 | 101011 | 111110 |
Color Harmonies of #A2C773
Complementary color
Monochromatic Colors of #A2C773
Black with #A2C773
Text Example
Text Example
White with #A2C773
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C773; }
p { color: rgb(162,199,115); }
H1.HeaderClassName
{
color: #A2C773;
}
.AnyTagClassName
{
color: #A2C773;
}
</style>
background-color css
<style>
a { background-color: #A2C773; }
a { background-color: rgb(162,199,115); }
div.DivClassName
{
background-color: #A2C773;
}
.BgClassName
{
background-color: #A2C773;
}
</style>
border-color css
<style>
span { border-color: #A2C773; }
span { border-color: rgb(162,199,115); }
td.TdClassName
{
border-color: #A2C773;
}
.TagClassName
{
border-color: #A2C773;
}
</style>