Shades of Olivine #A2CC73
Tints of Olivine #A2CC73
RGB
CMYK
RGB Variations
Color information
#A2CC73 (or 0xA2CC73) is known color: Olivine. HEX triplet: A2, CC and 73. RGB value is (162,204,115). Sum of RGB (Red+Green+Blue) = 162+204+115=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 204 (80.08% from 255 or 42.41% from 481); Blue value is 115 (45.31% from 255 or 23.91% from 481); Max value from RGB is 204 - color contains mainly: green. Hex color #A2CC73 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2CC73 is #5D338C. Grayscale: #B5B5B5. Windows color (decimal): -6108045 or 7589026. OLE color: 7589026.
HSL color Cylindrical-coordinate representation of color #A2CC73: hue angle of 88.31º degrees, saturation: 0.47, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A2CC73 is Cyan = 0.21, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 162 | 204 | 115 | - |
| CMYK | 0.21 | 0 | 0.44 | 0.2 |
| HSL | 88.31º | 0.47% | 0.63% | - |
| HSV(B) | 88.31º | 0.44% | 0.8% | - |
| XYZ | 39.59 | 52.1 | 24.19 | - |
| YUV | 181.3 | 90.59 | 114.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 204 | 115 | 0.21 | 0 | 0.44 | 0.2 | 88.31 | 0.47 | 0.63 |
| Hex | A2 | CC | 73 | 15 | 0 | 2C | 14 | 58 | 2F | 3F |
| Octal | 242 | 314 | 163 | 25 | 0 | 54 | 24 | 130 | 57 | 77 |
| Binary | 10100010 | 11001100 | 1110011 | 10101 | 0 | 101100 | 10100 | 1011000 | 101111 | 111111 |
Color Harmonies of #A2CC73
Complementary color
Monochromatic Colors of #A2CC73
Black with #A2CC73
Text Example
Text Example
White with #A2CC73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CC73; }
p { color: rgb(162,204,115); }
H1.HeaderClassName
{
color: #A2CC73;
}
.AnyTagClassName
{
color: #A2CC73;
}
</style>
background-color css
<style>
a { background-color: #A2CC73; }
a { background-color: rgb(162,204,115); }
div.DivClassName
{
background-color: #A2CC73;
}
.BgClassName
{
background-color: #A2CC73;
}
</style>
border-color css
<style>
span { border-color: #A2CC73; }
span { border-color: rgb(162,204,115); }
td.TdClassName
{
border-color: #A2CC73;
}
.TagClassName
{
border-color: #A2CC73;
}
</style>