Shades of Olivine #A2C67A
Tints of Olivine #A2C67A
RGB
CMYK
RGB Variations
Color information
#A2C67A (or 0xA2C67A) is known color: Olivine. HEX triplet: A2, C6 and 7A. RGB value is (162,198,122). Sum of RGB (Red+Green+Blue) = 162+198+122=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 198 (77.73% from 255 or 41.08% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C67A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C67A is #5D3985. Grayscale: #B2B2B2. Windows color (decimal): -6109574 or 8046242. OLE color: 8046242.
HSL color Cylindrical-coordinate representation of color #A2C67A: hue angle of 88.42º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A2C67A is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 198 | 122 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.22 |
| HSL | 88.42º | 0.4% | 0.63% | - |
| HSV(B) | 88.42º | 0.38% | 0.78% | - |
| XYZ | 38.61 | 49.47 | 25.93 | - |
| YUV | 178.57 | 96.07 | 116.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 198 | 122 | 0.18 | 0 | 0.38 | 0.22 | 88.42 | 0.4 | 0.63 |
| Hex | A2 | C6 | 7A | 12 | 0 | 26 | 16 | 58 | 28 | 3F |
| Octal | 242 | 306 | 172 | 22 | 0 | 46 | 26 | 130 | 50 | 77 |
| Binary | 10100010 | 11000110 | 1111010 | 10010 | 0 | 100110 | 10110 | 1011000 | 101000 | 111111 |
Color Harmonies of #A2C67A
Complementary color
Monochromatic Colors of #A2C67A
Black with #A2C67A
Text Example
Text Example
White with #A2C67A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C67A; }
p { color: rgb(162,198,122); }
H1.HeaderClassName
{
color: #A2C67A;
}
.AnyTagClassName
{
color: #A2C67A;
}
</style>
background-color css
<style>
a { background-color: #A2C67A; }
a { background-color: rgb(162,198,122); }
div.DivClassName
{
background-color: #A2C67A;
}
.BgClassName
{
background-color: #A2C67A;
}
</style>
border-color css
<style>
span { border-color: #A2C67A; }
span { border-color: rgb(162,198,122); }
td.TdClassName
{
border-color: #A2C67A;
}
.TagClassName
{
border-color: #A2C67A;
}
</style>