Shades of Olivine #A0C170
Tints of Olivine #A0C170
RGB
CMYK
RGB Variations
Color information
#A0C170 (or 0xA0C170) is known color: Olivine. HEX triplet: A0, C1 and 70. RGB value is (160,193,112). Sum of RGB (Red+Green+Blue) = 160+193+112=465 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.41% from 465); Green value is 193 (75.78% from 255 or 41.51% from 465); Blue value is 112 (44.14% from 255 or 24.09% from 465); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C170 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C170 is #5F3E8F. Grayscale: #AEAEAE. Windows color (decimal): -6241936 or 7389600. OLE color: 7389600.
HSL color Cylindrical-coordinate representation of color #A0C170: hue angle of 84.44º degrees, saturation: 0.4, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A0C170 is Cyan = 0.17, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 193 | 112 | - |
| CMYK | 0.17 | 0 | 0.42 | 0.24 |
| HSL | 84.44º | 0.4% | 0.6% | - |
| HSV(B) | 84.44º | 0.42% | 0.76% | - |
| XYZ | 36.49 | 46.78 | 22.44 | - |
| YUV | 173.9 | 93.07 | 118.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 112 | 0.17 | 0 | 0.42 | 0.24 | 84.44 | 0.4 | 0.6 |
| Hex | A0 | C1 | 70 | 11 | 0 | 2A | 18 | 54 | 28 | 3C |
| Octal | 240 | 301 | 160 | 21 | 0 | 52 | 30 | 124 | 50 | 74 |
| Binary | 10100000 | 11000001 | 1110000 | 10001 | 0 | 101010 | 11000 | 1010100 | 101000 | 111100 |
Color Harmonies of #A0C170
Complementary color
Monochromatic Colors of #A0C170
Black with #A0C170
Text Example
Text Example
White with #A0C170
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C170; }
p { color: rgb(160,193,112); }
H1.HeaderClassName
{
color: #A0C170;
}
.AnyTagClassName
{
color: #A0C170;
}
</style>
background-color css
<style>
a { background-color: #A0C170; }
a { background-color: rgb(160,193,112); }
div.DivClassName
{
background-color: #A0C170;
}
.BgClassName
{
background-color: #A0C170;
}
</style>
border-color css
<style>
span { border-color: #A0C170; }
span { border-color: rgb(160,193,112); }
td.TdClassName
{
border-color: #A0C170;
}
.TagClassName
{
border-color: #A0C170;
}
</style>