Shades of Olivine #A0C470
Tints of Olivine #A0C470
RGB
CMYK
RGB Variations
Color information
#A0C470 (or 0xA0C470) is known color: Olivine. HEX triplet: A0, C4 and 70. RGB value is (160,196,112). Sum of RGB (Red+Green+Blue) = 160+196+112=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 196 (76.95% from 255 or 41.88% from 468); Blue value is 112 (44.14% from 255 or 23.93% from 468); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C470 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C470 is #5F3B8F. Grayscale: #AFAFAF. Windows color (decimal): -6241168 or 7390368. OLE color: 7390368.
HSL color Cylindrical-coordinate representation of color #A0C470: hue angle of 85.71º degrees, saturation: 0.42, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A0C470 is Cyan = 0.18, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 196 | 112 | - |
| CMYK | 0.18 | 0 | 0.43 | 0.23 |
| HSL | 85.71º | 0.42% | 0.6% | - |
| HSV(B) | 85.71º | 0.43% | 0.77% | - |
| XYZ | 37.16 | 48.12 | 22.66 | - |
| YUV | 175.66 | 92.07 | 116.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 196 | 112 | 0.18 | 0 | 0.43 | 0.23 | 85.71 | 0.42 | 0.6 |
| Hex | A0 | C4 | 70 | 12 | 0 | 2B | 17 | 56 | 2A | 3C |
| Octal | 240 | 304 | 160 | 22 | 0 | 53 | 27 | 126 | 52 | 74 |
| Binary | 10100000 | 11000100 | 1110000 | 10010 | 0 | 101011 | 10111 | 1010110 | 101010 | 111100 |
Color Harmonies of #A0C470
Complementary color
Monochromatic Colors of #A0C470
Black with #A0C470
Text Example
Text Example
White with #A0C470
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C470; }
p { color: rgb(160,196,112); }
H1.HeaderClassName
{
color: #A0C470;
}
.AnyTagClassName
{
color: #A0C470;
}
</style>
background-color css
<style>
a { background-color: #A0C470; }
a { background-color: rgb(160,196,112); }
div.DivClassName
{
background-color: #A0C470;
}
.BgClassName
{
background-color: #A0C470;
}
</style>
border-color css
<style>
span { border-color: #A0C470; }
span { border-color: rgb(160,196,112); }
td.TdClassName
{
border-color: #A0C470;
}
.TagClassName
{
border-color: #A0C470;
}
</style>