Shades of Olivine #A2C45D
Tints of Olivine #A2C45D
RGB
CMYK
RGB Variations
Color information
#A2C45D (or 0xA2C45D) is known color: Olivine. HEX triplet: A2, C4 and 5D. RGB value is (162,196,93). Sum of RGB (Red+Green+Blue) = 162+196+93=451 (59% of max value = 765). Red value is 162 (63.67% from 255 or 35.92% from 451); Green value is 196 (76.95% from 255 or 43.46% from 451); Blue value is 93 (36.72% from 255 or 20.62% from 451); Max value from RGB is 196 - color contains mainly: green. Hex color #A2C45D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C45D is #5D3BA2. Grayscale: #AEAEAE. Windows color (decimal): -6110115 or 6145186. OLE color: 6145186.
HSL color Cylindrical-coordinate representation of color #A2C45D: hue angle of 79.81º degrees, saturation: 0.47, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A2C45D is Cyan = 0.17, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 162 | 196 | 93 | - |
| CMYK | 0.17 | 0 | 0.53 | 0.23 |
| HSL | 79.81º | 0.47% | 0.57% | - |
| HSV(B) | 79.81º | 0.53% | 0.77% | - |
| XYZ | 36.62 | 47.95 | 17.68 | - |
| YUV | 174.09 | 82.24 | 119.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 196 | 93 | 0.17 | 0 | 0.53 | 0.23 | 79.81 | 0.47 | 0.57 |
| Hex | A2 | C4 | 5D | 11 | 0 | 35 | 17 | 50 | 2F | 39 |
| Octal | 242 | 304 | 135 | 21 | 0 | 65 | 27 | 120 | 57 | 71 |
| Binary | 10100010 | 11000100 | 1011101 | 10001 | 0 | 110101 | 10111 | 1010000 | 101111 | 111001 |
Color Harmonies of #A2C45D
Complementary color
Monochromatic Colors of #A2C45D
Black with #A2C45D
Text Example
Text Example
White with #A2C45D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C45D; }
p { color: rgb(162,196,93); }
H1.HeaderClassName
{
color: #A2C45D;
}
.AnyTagClassName
{
color: #A2C45D;
}
</style>
background-color css
<style>
a { background-color: #A2C45D; }
a { background-color: rgb(162,196,93); }
div.DivClassName
{
background-color: #A2C45D;
}
.BgClassName
{
background-color: #A2C45D;
}
</style>
border-color css
<style>
span { border-color: #A2C45D; }
span { border-color: rgb(162,196,93); }
td.TdClassName
{
border-color: #A2C45D;
}
.TagClassName
{
border-color: #A2C45D;
}
</style>