Shades of Olivine #A2C975
Tints of Olivine #A2C975
RGB
CMYK
RGB Variations
Color information
#A2C975 (or 0xA2C975) is known color: Olivine. HEX triplet: A2, C9 and 75. RGB value is (162,201,117). Sum of RGB (Red+Green+Blue) = 162+201+117=480 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.75% from 480); Green value is 201 (78.91% from 255 or 41.88% from 480); Blue value is 117 (46.09% from 255 or 24.38% from 480); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C975 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C975 is #5D368A. Grayscale: #B4B4B4. Windows color (decimal): -6108811 or 7719330. OLE color: 7719330.
HSL color Cylindrical-coordinate representation of color #A2C975: hue angle of 87.86º degrees, saturation: 0.44, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A2C975 is Cyan = 0.19, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 117 | - |
| CMYK | 0.19 | 0 | 0.42 | 0.21 |
| HSL | 87.86º | 0.44% | 0.62% | - |
| HSV(B) | 87.86º | 0.42% | 0.79% | - |
| XYZ | 39 | 50.74 | 24.57 | - |
| YUV | 179.76 | 92.58 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 117 | 0.19 | 0 | 0.42 | 0.21 | 87.86 | 0.44 | 0.62 |
| Hex | A2 | C9 | 75 | 13 | 0 | 2A | 15 | 58 | 2C | 3E |
| Octal | 242 | 311 | 165 | 23 | 0 | 52 | 25 | 130 | 54 | 76 |
| Binary | 10100010 | 11001001 | 1110101 | 10011 | 0 | 101010 | 10101 | 1011000 | 101100 | 111110 |
Color Harmonies of #A2C975
Complementary color
Monochromatic Colors of #A2C975
Black with #A2C975
Text Example
Text Example
White with #A2C975
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C975; }
p { color: rgb(162,201,117); }
H1.HeaderClassName
{
color: #A2C975;
}
.AnyTagClassName
{
color: #A2C975;
}
</style>
background-color css
<style>
a { background-color: #A2C975; }
a { background-color: rgb(162,201,117); }
div.DivClassName
{
background-color: #A2C975;
}
.BgClassName
{
background-color: #A2C975;
}
</style>
border-color css
<style>
span { border-color: #A2C975; }
span { border-color: rgb(162,201,117); }
td.TdClassName
{
border-color: #A2C975;
}
.TagClassName
{
border-color: #A2C975;
}
</style>