Shades of Olivine #A2C67E
Tints of Olivine #A2C67E
RGB
CMYK
RGB Variations
Color information
#A2C67E (or 0xA2C67E) is known color: Olivine. HEX triplet: A2, C6 and 7E. RGB value is (162,198,126). Sum of RGB (Red+Green+Blue) = 162+198+126=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 126 (49.61% from 255 or 25.93% from 486); Max value from RGB is 198 - color contains mainly: green. Hex color #A2C67E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C67E is #5D3981. Grayscale: #B3B3B3. Windows color (decimal): -6109570 or 8308386. OLE color: 8308386.
HSL color Cylindrical-coordinate representation of color #A2C67E: hue angle of 90º degrees, saturation: 0.39, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2C67E is Cyan = 0.18, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 162 | 198 | 126 | - |
| CMYK | 0.18 | 0 | 0.36 | 0.22 |
| HSL | 90º | 0.39% | 0.64% | - |
| HSV(B) | 90º | 0.36% | 0.78% | - |
| XYZ | 38.86 | 49.58 | 27.26 | - |
| YUV | 179.03 | 98.07 | 115.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 198 | 126 | 0.18 | 0 | 0.36 | 0.22 | 90 | 0.39 | 0.64 |
| Hex | A2 | C6 | 7E | 12 | 0 | 24 | 16 | 5A | 27 | 40 |
| Octal | 242 | 306 | 176 | 22 | 0 | 44 | 26 | 132 | 47 | 100 |
| Binary | 10100010 | 11000110 | 1111110 | 10010 | 0 | 100100 | 10110 | 1011010 | 100111 | 1000000 |
Color Harmonies of #A2C67E
Complementary color
Monochromatic Colors of #A2C67E
Black with #A2C67E
Text Example
Text Example
White with #A2C67E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C67E; }
p { color: rgb(162,198,126); }
H1.HeaderClassName
{
color: #A2C67E;
}
.AnyTagClassName
{
color: #A2C67E;
}
</style>
background-color css
<style>
a { background-color: #A2C67E; }
a { background-color: rgb(162,198,126); }
div.DivClassName
{
background-color: #A2C67E;
}
.BgClassName
{
background-color: #A2C67E;
}
</style>
border-color css
<style>
span { border-color: #A2C67E; }
span { border-color: rgb(162,198,126); }
td.TdClassName
{
border-color: #A2C67E;
}
.TagClassName
{
border-color: #A2C67E;
}
</style>