Shades of Olivine #A0C972
Tints of Olivine #A0C972
RGB
CMYK
RGB Variations
Color information
#A0C972 (or 0xA0C972) is known color: Olivine. HEX triplet: A0, C9 and 72. RGB value is (160,201,114). Sum of RGB (Red+Green+Blue) = 160+201+114=475 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.68% from 475); Green value is 201 (78.91% from 255 or 42.32% from 475); Blue value is 114 (44.92% from 255 or 24% from 475); Max value from RGB is 201 - color contains mainly: green. Hex color #A0C972 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C972 is #5F368D. Grayscale: #B3B3B3. Windows color (decimal): -6239886 or 7522720. OLE color: 7522720.
HSL color Cylindrical-coordinate representation of color #A0C972: hue angle of 88.28º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0C972 is Cyan = 0.20, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 160 | 201 | 114 | - |
| CMYK | 0.20 | 0 | 0.43 | 0.21 |
| HSL | 88.28º | 0.45% | 0.62% | - |
| HSV(B) | 88.28º | 0.43% | 0.79% | - |
| XYZ | 38.42 | 50.46 | 23.63 | - |
| YUV | 178.82 | 91.42 | 114.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 201 | 114 | 0.20 | 0 | 0.43 | 0.21 | 88.28 | 0.45 | 0.62 |
| Hex | A0 | C9 | 72 | 14 | 0 | 2B | 15 | 58 | 2D | 3E |
| Octal | 240 | 311 | 162 | 24 | 0 | 53 | 25 | 130 | 55 | 76 |
| Binary | 10100000 | 11001001 | 1110010 | 10100 | 0 | 101011 | 10101 | 1011000 | 101101 | 111110 |
Color Harmonies of #A0C972
Complementary color
Monochromatic Colors of #A0C972
Black with #A0C972
Text Example
Text Example
White with #A0C972
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C972; }
p { color: rgb(160,201,114); }
H1.HeaderClassName
{
color: #A0C972;
}
.AnyTagClassName
{
color: #A0C972;
}
</style>
background-color css
<style>
a { background-color: #A0C972; }
a { background-color: rgb(160,201,114); }
div.DivClassName
{
background-color: #A0C972;
}
.BgClassName
{
background-color: #A0C972;
}
</style>
border-color css
<style>
span { border-color: #A0C972; }
span { border-color: rgb(160,201,114); }
td.TdClassName
{
border-color: #A0C972;
}
.TagClassName
{
border-color: #A0C972;
}
</style>