Shades of Olivine #A0C173
Tints of Olivine #A0C173
RGB
CMYK
RGB Variations
Color information
#A0C173 (or 0xA0C173) is known color: Olivine. HEX triplet: A0, C1 and 73. RGB value is (160,193,115). Sum of RGB (Red+Green+Blue) = 160+193+115=468 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.19% from 468); Green value is 193 (75.78% from 255 or 41.24% from 468); Blue value is 115 (45.31% from 255 or 24.57% from 468); Max value from RGB is 193 - color contains mainly: green. Hex color #A0C173 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C173 is #5F3E8C. Grayscale: #AEAEAE. Windows color (decimal): -6241933 or 7586208. OLE color: 7586208.
HSL color Cylindrical-coordinate representation of color #A0C173: hue angle of 85.38º degrees, saturation: 0.39, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0C173 is Cyan = 0.17, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 193 | 115 | - |
| CMYK | 0.17 | 0 | 0.40 | 0.24 |
| HSL | 85.38º | 0.39% | 0.6% | - |
| HSV(B) | 85.38º | 0.4% | 0.76% | - |
| XYZ | 36.66 | 46.85 | 23.33 | - |
| YUV | 174.24 | 94.57 | 117.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 193 | 115 | 0.17 | 0 | 0.40 | 0.24 | 85.38 | 0.39 | 0.6 |
| Hex | A0 | C1 | 73 | 11 | 0 | 28 | 18 | 55 | 27 | 3C |
| Octal | 240 | 301 | 163 | 21 | 0 | 50 | 30 | 125 | 47 | 74 |
| Binary | 10100000 | 11000001 | 1110011 | 10001 | 0 | 101000 | 11000 | 1010101 | 100111 | 111100 |
Color Harmonies of #A0C173
Complementary color
Monochromatic Colors of #A0C173
Black with #A0C173
Text Example
Text Example
White with #A0C173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C173; }
p { color: rgb(160,193,115); }
H1.HeaderClassName
{
color: #A0C173;
}
.AnyTagClassName
{
color: #A0C173;
}
</style>
background-color css
<style>
a { background-color: #A0C173; }
a { background-color: rgb(160,193,115); }
div.DivClassName
{
background-color: #A0C173;
}
.BgClassName
{
background-color: #A0C173;
}
</style>
border-color css
<style>
span { border-color: #A0C173; }
span { border-color: rgb(160,193,115); }
td.TdClassName
{
border-color: #A0C173;
}
.TagClassName
{
border-color: #A0C173;
}
</style>