Shades of Olivine #A2C17E
Tints of Olivine #A2C17E
RGB
CMYK
RGB Variations
Color information
#A2C17E (or 0xA2C17E) is known color: Olivine. HEX triplet: A2, C1 and 7E. RGB value is (162,193,126). Sum of RGB (Red+Green+Blue) = 162+193+126=481 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.68% from 481); Green value is 193 (75.78% from 255 or 40.12% from 481); Blue value is 126 (49.61% from 255 or 26.20% from 481); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C17E is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C17E is #5D3E81. Grayscale: #B0B0B0. Windows color (decimal): -6110850 or 8307106. OLE color: 8307106.
HSL color Cylindrical-coordinate representation of color #A2C17E: hue angle of 87.76º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2C17E is Cyan = 0.16, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 126 | - |
| CMYK | 0.16 | 0 | 0.35 | 0.24 |
| HSL | 87.76º | 0.35% | 0.63% | - |
| HSV(B) | 87.76º | 0.35% | 0.76% | - |
| XYZ | 37.74 | 47.33 | 26.88 | - |
| YUV | 176.09 | 99.73 | 117.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 126 | 0.16 | 0 | 0.35 | 0.24 | 87.76 | 0.35 | 0.63 |
| Hex | A2 | C1 | 7E | 10 | 0 | 23 | 18 | 58 | 23 | 3F |
| Octal | 242 | 301 | 176 | 20 | 0 | 43 | 30 | 130 | 43 | 77 |
| Binary | 10100010 | 11000001 | 1111110 | 10000 | 0 | 100011 | 11000 | 1011000 | 100011 | 111111 |
Color Harmonies of #A2C17E
Complementary color
Monochromatic Colors of #A2C17E
Black with #A2C17E
Text Example
Text Example
White with #A2C17E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C17E; }
p { color: rgb(162,193,126); }
H1.HeaderClassName
{
color: #A2C17E;
}
.AnyTagClassName
{
color: #A2C17E;
}
</style>
background-color css
<style>
a { background-color: #A2C17E; }
a { background-color: rgb(162,193,126); }
div.DivClassName
{
background-color: #A2C17E;
}
.BgClassName
{
background-color: #A2C17E;
}
</style>
border-color css
<style>
span { border-color: #A2C17E; }
span { border-color: rgb(162,193,126); }
td.TdClassName
{
border-color: #A2C17E;
}
.TagClassName
{
border-color: #A2C17E;
}
</style>