Shades of Olivine #A2C467
Tints of Olivine #A2C467
RGB
CMYK
RGB Variations
Color information
#A2C467 (or 0xA2C467) is known color: Olivine. HEX triplet: A2, C4 and 67. RGB value is (162,196,103). Sum of RGB (Red+Green+Blue) = 162+196+103=461 (61% of max value = 765). Red value is 162 (63.67% from 255 or 35.14% from 461); Green value is 196 (76.95% from 255 or 42.52% from 461); Blue value is 103 (40.62% from 255 or 22.34% from 461); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C467 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C467 is #5D3B98. Grayscale: #AFAFAF. Windows color (decimal): -6110105 or 6800546. OLE color: 6800546.
HSL color Cylindrical-coordinate representation of color #A2C467: hue angle of 81.94º degrees, saturation: 0.44, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A2C467 is Cyan = 0.17, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 196 | 103 | - |
| CMYK | 0.17 | 0 | 0.47 | 0.23 |
| HSL | 81.94º | 0.44% | 0.59% | - |
| HSV(B) | 81.94º | 0.47% | 0.77% | - |
| XYZ | 37.09 | 48.14 | 20.17 | - |
| YUV | 175.23 | 87.24 | 118.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 196 | 103 | 0.17 | 0 | 0.47 | 0.23 | 81.94 | 0.44 | 0.59 |
| Hex | A2 | C4 | 67 | 11 | 0 | 2F | 17 | 52 | 2C | 3B |
| Octal | 242 | 304 | 147 | 21 | 0 | 57 | 27 | 122 | 54 | 73 |
| Binary | 10100010 | 11000100 | 1100111 | 10001 | 0 | 101111 | 10111 | 1010010 | 101100 | 111011 |
Color Harmonies of #A2C467
Complementary color
Monochromatic Colors of #A2C467
Black with #A2C467
Text Example
Text Example
White with #A2C467
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C467; }
p { color: rgb(162,196,103); }
H1.HeaderClassName
{
color: #A2C467;
}
.AnyTagClassName
{
color: #A2C467;
}
</style>
background-color css
<style>
a { background-color: #A2C467; }
a { background-color: rgb(162,196,103); }
div.DivClassName
{
background-color: #A2C467;
}
.BgClassName
{
background-color: #A2C467;
}
</style>
border-color css
<style>
span { border-color: #A2C467; }
span { border-color: rgb(162,196,103); }
td.TdClassName
{
border-color: #A2C467;
}
.TagClassName
{
border-color: #A2C467;
}
</style>