Shades of Olivine #A2C47F
Tints of Olivine #A2C47F
RGB
CMYK
RGB Variations
Color information
#A2C47F (or 0xA2C47F) is known color: Olivine. HEX triplet: A2, C4 and 7F. RGB value is (162,196,127). Sum of RGB (Red+Green+Blue) = 162+196+127=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 196 (76.95% from 255 or 40.41% from 485); Blue value is 127 (50% from 255 or 26.19% from 485); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C47F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C47F is #5D3B80. Grayscale: #B2B2B2. Windows color (decimal): -6110081 or 8373410. OLE color: 8373410.
HSL color Cylindrical-coordinate representation of color #A2C47F: hue angle of 89.57º degrees, saturation: 0.37, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2C47F is Cyan = 0.17, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 196 | 127 | - |
| CMYK | 0.17 | 0 | 0.35 | 0.23 |
| HSL | 89.57º | 0.37% | 0.63% | - |
| HSV(B) | 89.57º | 0.35% | 0.77% | - |
| XYZ | 38.47 | 48.69 | 27.45 | - |
| YUV | 177.97 | 99.24 | 116.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 196 | 127 | 0.17 | 0 | 0.35 | 0.23 | 89.57 | 0.37 | 0.63 |
| Hex | A2 | C4 | 7F | 11 | 0 | 23 | 17 | 5A | 25 | 3F |
| Octal | 242 | 304 | 177 | 21 | 0 | 43 | 27 | 132 | 45 | 77 |
| Binary | 10100010 | 11000100 | 1111111 | 10001 | 0 | 100011 | 10111 | 1011010 | 100101 | 111111 |
Color Harmonies of #A2C47F
Complementary color
Monochromatic Colors of #A2C47F
Black with #A2C47F
Text Example
Text Example
White with #A2C47F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C47F; }
p { color: rgb(162,196,127); }
H1.HeaderClassName
{
color: #A2C47F;
}
.AnyTagClassName
{
color: #A2C47F;
}
</style>
background-color css
<style>
a { background-color: #A2C47F; }
a { background-color: rgb(162,196,127); }
div.DivClassName
{
background-color: #A2C47F;
}
.BgClassName
{
background-color: #A2C47F;
}
</style>
border-color css
<style>
span { border-color: #A2C47F; }
span { border-color: rgb(162,196,127); }
td.TdClassName
{
border-color: #A2C47F;
}
.TagClassName
{
border-color: #A2C47F;
}
</style>