Shades of Olivine #A0C475
Tints of Olivine #A0C475
RGB
CMYK
RGB Variations
Color information
#A0C475 (or 0xA0C475) is known color: Olivine. HEX triplet: A0, C4 and 75. RGB value is (160,196,117). Sum of RGB (Red+Green+Blue) = 160+196+117=473 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.83% from 473); Green value is 196 (76.95% from 255 or 41.44% from 473); Blue value is 117 (46.09% from 255 or 24.74% from 473); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C475 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C475 is #5F3B8A. Grayscale: #B0B0B0. Windows color (decimal): -6241163 or 7718048. OLE color: 7718048.
HSL color Cylindrical-coordinate representation of color #A0C475: hue angle of 87.34º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A0C475 is Cyan = 0.18, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 196 | 117 | - |
| CMYK | 0.18 | 0 | 0.40 | 0.23 |
| HSL | 87.34º | 0.4% | 0.61% | - |
| HSV(B) | 87.34º | 0.4% | 0.77% | - |
| XYZ | 37.45 | 48.24 | 24.17 | - |
| YUV | 176.23 | 94.57 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 196 | 117 | 0.18 | 0 | 0.40 | 0.23 | 87.34 | 0.4 | 0.61 |
| Hex | A0 | C4 | 75 | 12 | 0 | 28 | 17 | 57 | 28 | 3D |
| Octal | 240 | 304 | 165 | 22 | 0 | 50 | 27 | 127 | 50 | 75 |
| Binary | 10100000 | 11000100 | 1110101 | 10010 | 0 | 101000 | 10111 | 1010111 | 101000 | 111101 |
Color Harmonies of #A0C475
Complementary color
Monochromatic Colors of #A0C475
Black with #A0C475
Text Example
Text Example
White with #A0C475
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C475; }
p { color: rgb(160,196,117); }
H1.HeaderClassName
{
color: #A0C475;
}
.AnyTagClassName
{
color: #A0C475;
}
</style>
background-color css
<style>
a { background-color: #A0C475; }
a { background-color: rgb(160,196,117); }
div.DivClassName
{
background-color: #A0C475;
}
.BgClassName
{
background-color: #A0C475;
}
</style>
border-color css
<style>
span { border-color: #A0C475; }
span { border-color: rgb(160,196,117); }
td.TdClassName
{
border-color: #A0C475;
}
.TagClassName
{
border-color: #A0C475;
}
</style>