Shades of Olivine #A0C080
Tints of Olivine #A0C080
RGB
CMYK
RGB Variations
Color information
#A0C080 (or 0xA0C080) is known color: Olivine. HEX triplet: A0, C0 and 80. RGB value is (160,192,128). Sum of RGB (Red+Green+Blue) = 160+192+128=480 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.33% from 480); Green value is 192 (75.39% from 255 or 40% from 480); Blue value is 128 (50.39% from 255 or 26.67% from 480); Max value from RGB is 192 - color contains mainly: green. Hex color #A0C080 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C080 is #5F3F7F. Grayscale: #AFAFAF. Windows color (decimal): -6242176 or 8437920. OLE color: 8437920.
HSL color Cylindrical-coordinate representation of color #A0C080: hue angle of 90º degrees, saturation: 0.34, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0C080 is Cyan = 0.17, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 192 | 128 | - |
| CMYK | 0.17 | 0 | 0.33 | 0.25 |
| HSL | 90º | 0.34% | 0.63% | - |
| HSV(B) | 90º | 0.33% | 0.75% | - |
| XYZ | 37.24 | 46.73 | 27.48 | - |
| YUV | 175.14 | 101.4 | 117.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 192 | 128 | 0.17 | 0 | 0.33 | 0.25 | 90 | 0.34 | 0.63 |
| Hex | A0 | C0 | 80 | 11 | 0 | 21 | 19 | 5A | 22 | 3F |
| Octal | 240 | 300 | 200 | 21 | 0 | 41 | 31 | 132 | 42 | 77 |
| Binary | 10100000 | 11000000 | 10000000 | 10001 | 0 | 100001 | 11001 | 1011010 | 100010 | 111111 |
Color Harmonies of #A0C080
Complementary color
Monochromatic Colors of #A0C080
Black with #A0C080
Text Example
Text Example
White with #A0C080
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C080; }
p { color: rgb(160,192,128); }
H1.HeaderClassName
{
color: #A0C080;
}
.AnyTagClassName
{
color: #A0C080;
}
</style>
background-color css
<style>
a { background-color: #A0C080; }
a { background-color: rgb(160,192,128); }
div.DivClassName
{
background-color: #A0C080;
}
.BgClassName
{
background-color: #A0C080;
}
</style>
border-color css
<style>
span { border-color: #A0C080; }
span { border-color: rgb(160,192,128); }
td.TdClassName
{
border-color: #A0C080;
}
.TagClassName
{
border-color: #A0C080;
}
</style>