Shades of Olivine #A2C17F
Tints of Olivine #A2C17F
RGB
CMYK
RGB Variations
Color information
#A2C17F (or 0xA2C17F) is known color: Olivine. HEX triplet: A2, C1 and 7F. RGB value is (162,193,127). Sum of RGB (Red+Green+Blue) = 162+193+127=482 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.61% from 482); Green value is 193 (75.78% from 255 or 40.04% from 482); Blue value is 127 (50% from 255 or 26.35% from 482); Max value from RGB is 193 - color contains mainly: green. Hex color #A2C17F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C17F is #5D3E80. Grayscale: #B0B0B0. Windows color (decimal): -6110849 or 8372642. OLE color: 8372642.
HSL color Cylindrical-coordinate representation of color #A2C17F: hue angle of 88.18º degrees, saturation: 0.35, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A2C17F is Cyan = 0.16, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 162 | 193 | 127 | - |
| CMYK | 0.16 | 0 | 0.34 | 0.24 |
| HSL | 88.18º | 0.35% | 0.63% | - |
| HSV(B) | 88.18º | 0.34% | 0.76% | - |
| XYZ | 37.8 | 47.35 | 27.23 | - |
| YUV | 176.21 | 100.23 | 117.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 193 | 127 | 0.16 | 0 | 0.34 | 0.24 | 88.18 | 0.35 | 0.63 |
| Hex | A2 | C1 | 7F | 10 | 0 | 22 | 18 | 58 | 23 | 3F |
| Octal | 242 | 301 | 177 | 20 | 0 | 42 | 30 | 130 | 43 | 77 |
| Binary | 10100010 | 11000001 | 1111111 | 10000 | 0 | 100010 | 11000 | 1011000 | 100011 | 111111 |
Color Harmonies of #A2C17F
Complementary color
Monochromatic Colors of #A2C17F
Black with #A2C17F
Text Example
Text Example
White with #A2C17F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C17F; }
p { color: rgb(162,193,127); }
H1.HeaderClassName
{
color: #A2C17F;
}
.AnyTagClassName
{
color: #A2C17F;
}
</style>
background-color css
<style>
a { background-color: #A2C17F; }
a { background-color: rgb(162,193,127); }
div.DivClassName
{
background-color: #A2C17F;
}
.BgClassName
{
background-color: #A2C17F;
}
</style>
border-color css
<style>
span { border-color: #A2C17F; }
span { border-color: rgb(162,193,127); }
td.TdClassName
{
border-color: #A2C17F;
}
.TagClassName
{
border-color: #A2C17F;
}
</style>