Shades of Olivine #A2C15C
Tints of Olivine #A2C15C
RGB
CMYK
RGB Variations
Color information
#A2C15C (or 0xA2C15C) is known color: Olivine. HEX triplet: A2, C1 and 5C. RGB value is (162,193,92). Sum of RGB (Red+Green+Blue) = 162+193+92=447 (59% of max value = 765). Red value is 162 (63.67% from 255 or 36.24% from 447); Green value is 193 (75.78% from 255 or 43.18% from 447); Blue value is 92 (36.33% from 255 or 20.58% from 447); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C15C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C15C is #5D3EA3. Grayscale: #ACACAC. Windows color (decimal): -6110884 or 6078882. OLE color: 6078882.
HSL color Cylindrical-coordinate representation of color #A2C15C: hue angle of 78.42º degrees, saturation: 0.45, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A2C15C is Cyan = 0.16, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 92 | - |
| CMYK | 0.16 | 0 | 0.52 | 0.24 |
| HSL | 78.42º | 0.45% | 0.56% | - |
| HSV(B) | 78.42º | 0.52% | 0.76% | - |
| XYZ | 35.9 | 46.59 | 17.23 | - |
| YUV | 172.22 | 82.73 | 120.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 92 | 0.16 | 0 | 0.52 | 0.24 | 78.42 | 0.45 | 0.56 |
| Hex | A2 | C1 | 5C | 10 | 0 | 34 | 18 | 4E | 2D | 38 |
| Octal | 242 | 301 | 134 | 20 | 0 | 64 | 30 | 116 | 55 | 70 |
| Binary | 10100010 | 11000001 | 1011100 | 10000 | 0 | 110100 | 11000 | 1001110 | 101101 | 111000 |
Color Harmonies of #A2C15C
Complementary color
Monochromatic Colors of #A2C15C
Black with #A2C15C
Text Example
Text Example
White with #A2C15C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C15C; }
p { color: rgb(162,193,92); }
H1.HeaderClassName
{
color: #A2C15C;
}
.AnyTagClassName
{
color: #A2C15C;
}
</style>
background-color css
<style>
a { background-color: #A2C15C; }
a { background-color: rgb(162,193,92); }
div.DivClassName
{
background-color: #A2C15C;
}
.BgClassName
{
background-color: #A2C15C;
}
</style>
border-color css
<style>
span { border-color: #A2C15C; }
span { border-color: rgb(162,193,92); }
td.TdClassName
{
border-color: #A2C15C;
}
.TagClassName
{
border-color: #A2C15C;
}
</style>