Shades of Olivine #A2C37C
Tints of Olivine #A2C37C
RGB
CMYK
RGB Variations
Color information
#A2C37C (or 0xA2C37C) is known color: Olivine. HEX triplet: A2, C3 and 7C. RGB value is (162,195,124). Sum of RGB (Red+Green+Blue) = 162+195+124=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 195 (76.56% from 255 or 40.54% from 481); Blue value is 124 (48.83% from 255 or 25.78% from 481); Max value from RGB is 195 - color contains mainly: green. Hex color #A2C37C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C37C is #5D3C83. Grayscale: #B1B1B1. Windows color (decimal): -6110340 or 8176546. OLE color: 8176546.
HSL color Cylindrical-coordinate representation of color #A2C37C: hue angle of 87.89º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2C37C is Cyan = 0.17, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 195 | 124 | - |
| CMYK | 0.17 | 0 | 0.36 | 0.24 |
| HSL | 87.89º | 0.37% | 0.63% | - |
| HSV(B) | 87.89º | 0.36% | 0.76% | - |
| XYZ | 38.05 | 48.17 | 26.36 | - |
| YUV | 177.04 | 98.07 | 117.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 195 | 124 | 0.17 | 0 | 0.36 | 0.24 | 87.89 | 0.37 | 0.63 |
| Hex | A2 | C3 | 7C | 11 | 0 | 24 | 18 | 58 | 25 | 3F |
| Octal | 242 | 303 | 174 | 21 | 0 | 44 | 30 | 130 | 45 | 77 |
| Binary | 10100010 | 11000011 | 1111100 | 10001 | 0 | 100100 | 11000 | 1011000 | 100101 | 111111 |
Color Harmonies of #A2C37C
Complementary color
Monochromatic Colors of #A2C37C
Black with #A2C37C
Text Example
Text Example
White with #A2C37C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C37C; }
p { color: rgb(162,195,124); }
H1.HeaderClassName
{
color: #A2C37C;
}
.AnyTagClassName
{
color: #A2C37C;
}
</style>
background-color css
<style>
a { background-color: #A2C37C; }
a { background-color: rgb(162,195,124); }
div.DivClassName
{
background-color: #A2C37C;
}
.BgClassName
{
background-color: #A2C37C;
}
</style>
border-color css
<style>
span { border-color: #A2C37C; }
span { border-color: rgb(162,195,124); }
td.TdClassName
{
border-color: #A2C37C;
}
.TagClassName
{
border-color: #A2C37C;
}
</style>