Shades of Olivine #A2C16F
Tints of Olivine #A2C16F
RGB
CMYK
RGB Variations
Color information
#A2C16F (or 0xA2C16F) is known color: Olivine. HEX triplet: A2, C1 and 6F. RGB value is (162,193,111). Sum of RGB (Red+Green+Blue) = 162+193+111=466 (61% of max value = 765). Red value is 162 (63.67% from 255 or 34.76% from 466); Green value is 193 (75.78% from 255 or 41.42% from 466); Blue value is 111 (43.75% from 255 or 23.82% from 466); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C16F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C16F is #5D3E90. Grayscale: #AEAEAE. Windows color (decimal): -6110865 or 7324066. OLE color: 7324066.
HSL color Cylindrical-coordinate representation of color #A2C16F: hue angle of 82.68º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2C16F is Cyan = 0.16, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 111 | - |
| CMYK | 0.16 | 0 | 0.42 | 0.24 |
| HSL | 82.68º | 0.4% | 0.6% | - |
| HSV(B) | 82.68º | 0.42% | 0.76% | - |
| XYZ | 36.84 | 46.97 | 22.16 | - |
| YUV | 174.38 | 92.23 | 119.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 111 | 0.16 | 0 | 0.42 | 0.24 | 82.68 | 0.4 | 0.6 |
| Hex | A2 | C1 | 6F | 10 | 0 | 2A | 18 | 53 | 28 | 3C |
| Octal | 242 | 301 | 157 | 20 | 0 | 52 | 30 | 123 | 50 | 74 |
| Binary | 10100010 | 11000001 | 1101111 | 10000 | 0 | 101010 | 11000 | 1010011 | 101000 | 111100 |
Color Harmonies of #A2C16F
Complementary color
Monochromatic Colors of #A2C16F
Black with #A2C16F
Text Example
Text Example
White with #A2C16F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C16F; }
p { color: rgb(162,193,111); }
H1.HeaderClassName
{
color: #A2C16F;
}
.AnyTagClassName
{
color: #A2C16F;
}
</style>
background-color css
<style>
a { background-color: #A2C16F; }
a { background-color: rgb(162,193,111); }
div.DivClassName
{
background-color: #A2C16F;
}
.BgClassName
{
background-color: #A2C16F;
}
</style>
border-color css
<style>
span { border-color: #A2C16F; }
span { border-color: rgb(162,193,111); }
td.TdClassName
{
border-color: #A2C16F;
}
.TagClassName
{
border-color: #A2C16F;
}
</style>