Shades of Olivine #A2C97A
Tints of Olivine #A2C97A
RGB
CMYK
RGB Variations
Color information
#A2C97A (or 0xA2C97A) is known color: Olivine. HEX triplet: A2, C9 and 7A. RGB value is (162,201,122). Sum of RGB (Red+Green+Blue) = 162+201+122=485 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.40% from 485); Green value is 201 (78.91% from 255 or 41.44% from 485); Blue value is 122 (48.05% from 255 or 25.15% from 485); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C97A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C97A is #5D3685. Grayscale: #B4B4B4. Windows color (decimal): -6108806 or 8047010. OLE color: 8047010.
HSL color Cylindrical-coordinate representation of color #A2C97A: hue angle of 89.62º degrees, saturation: 0.42, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A2C97A is Cyan = 0.19, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 122 | - |
| CMYK | 0.19 | 0 | 0.39 | 0.21 |
| HSL | 89.62º | 0.42% | 0.63% | - |
| HSV(B) | 89.62º | 0.39% | 0.79% | - |
| XYZ | 39.3 | 50.86 | 26.16 | - |
| YUV | 180.33 | 95.08 | 114.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 122 | 0.19 | 0 | 0.39 | 0.21 | 89.62 | 0.42 | 0.63 |
| Hex | A2 | C9 | 7A | 13 | 0 | 27 | 15 | 5A | 2A | 3F |
| Octal | 242 | 311 | 172 | 23 | 0 | 47 | 25 | 132 | 52 | 77 |
| Binary | 10100010 | 11001001 | 1111010 | 10011 | 0 | 100111 | 10101 | 1011010 | 101010 | 111111 |
Color Harmonies of #A2C97A
Complementary color
Monochromatic Colors of #A2C97A
Black with #A2C97A
Text Example
Text Example
White with #A2C97A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C97A; }
p { color: rgb(162,201,122); }
H1.HeaderClassName
{
color: #A2C97A;
}
.AnyTagClassName
{
color: #A2C97A;
}
</style>
background-color css
<style>
a { background-color: #A2C97A; }
a { background-color: rgb(162,201,122); }
div.DivClassName
{
background-color: #A2C97A;
}
.BgClassName
{
background-color: #A2C97A;
}
</style>
border-color css
<style>
span { border-color: #A2C97A; }
span { border-color: rgb(162,201,122); }
td.TdClassName
{
border-color: #A2C97A;
}
.TagClassName
{
border-color: #A2C97A;
}
</style>