Shades of Olivine #A2C978
Tints of Olivine #A2C978
RGB
CMYK
RGB Variations
Color information
#A2C978 (or 0xA2C978) is known color: Olivine. HEX triplet: A2, C9 and 78. RGB value is (162,201,120). Sum of RGB (Red+Green+Blue) = 162+201+120=483 (63% of max value = 765). Red value is 162 (63.67% from 255 or 33.54% from 483); Green value is 201 (78.91% from 255 or 41.61% from 483); Blue value is 120 (47.27% from 255 or 24.84% from 483); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C978 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A2C978 is #5D3687. Grayscale: #B4B4B4. Windows color (decimal): -6108808 or 7915938. OLE color: 7915938.
HSL color Cylindrical-coordinate representation of color #A2C978: hue angle of 88.89º degrees, saturation: 0.43, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A2C978 is Cyan = 0.19, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 120 | - |
| CMYK | 0.19 | 0 | 0.40 | 0.21 |
| HSL | 88.89º | 0.43% | 0.63% | - |
| HSV(B) | 88.89º | 0.4% | 0.79% | - |
| XYZ | 39.18 | 50.81 | 25.51 | - |
| YUV | 180.11 | 94.08 | 115.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 120 | 0.19 | 0 | 0.40 | 0.21 | 88.89 | 0.43 | 0.63 |
| Hex | A2 | C9 | 78 | 13 | 0 | 28 | 15 | 59 | 2B | 3F |
| Octal | 242 | 311 | 170 | 23 | 0 | 50 | 25 | 131 | 53 | 77 |
| Binary | 10100010 | 11001001 | 1111000 | 10011 | 0 | 101000 | 10101 | 1011001 | 101011 | 111111 |
Color Harmonies of #A2C978
Complementary color
Monochromatic Colors of #A2C978
Black with #A2C978
Text Example
Text Example
White with #A2C978
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C978; }
p { color: rgb(162,201,120); }
H1.HeaderClassName
{
color: #A2C978;
}
.AnyTagClassName
{
color: #A2C978;
}
</style>
background-color css
<style>
a { background-color: #A2C978; }
a { background-color: rgb(162,201,120); }
div.DivClassName
{
background-color: #A2C978;
}
.BgClassName
{
background-color: #A2C978;
}
</style>
border-color css
<style>
span { border-color: #A2C978; }
span { border-color: rgb(162,201,120); }
td.TdClassName
{
border-color: #A2C978;
}
.TagClassName
{
border-color: #A2C978;
}
</style>