Shades of Olivine #A0C270
Tints of Olivine #A0C270
RGB
CMYK
RGB Variations
Color information
#A0C270 (or 0xA0C270) is known color: Olivine. HEX triplet: A0, C2 and 70. RGB value is (160,194,112). Sum of RGB (Red+Green+Blue) = 160+194+112=466 (61% of max value = 765). Red value is 160 (62.89% from 255 or 34.33% from 466); Green value is 194 (76.17% from 255 or 41.63% from 466); Blue value is 112 (44.14% from 255 or 24.03% from 466); Max value from RGB is 194 - color contains mainly: green. Hex color #A0C270 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C270 is #5F3D8F. Grayscale: #AEAEAE. Windows color (decimal): -6241680 or 7389856. OLE color: 7389856.
HSL color Cylindrical-coordinate representation of color #A0C270: hue angle of 84.88º 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 #A0C270 is Cyan = 0.18, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 160 | 194 | 112 | - |
| CMYK | 0.18 | 0 | 0.42 | 0.24 |
| HSL | 84.88º | 0.4% | 0.6% | - |
| HSV(B) | 84.88º | 0.42% | 0.76% | - |
| XYZ | 36.71 | 47.23 | 22.51 | - |
| YUV | 174.49 | 92.74 | 117.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 194 | 112 | 0.18 | 0 | 0.42 | 0.24 | 84.88 | 0.4 | 0.6 |
| Hex | A0 | C2 | 70 | 12 | 0 | 2A | 18 | 55 | 28 | 3C |
| Octal | 240 | 302 | 160 | 22 | 0 | 52 | 30 | 125 | 50 | 74 |
| Binary | 10100000 | 11000010 | 1110000 | 10010 | 0 | 101010 | 11000 | 1010101 | 101000 | 111100 |
Color Harmonies of #A0C270
Complementary color
Monochromatic Colors of #A0C270
Black with #A0C270
Text Example
Text Example
White with #A0C270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C270; }
p { color: rgb(160,194,112); }
H1.HeaderClassName
{
color: #A0C270;
}
.AnyTagClassName
{
color: #A0C270;
}
</style>
background-color css
<style>
a { background-color: #A0C270; }
a { background-color: rgb(160,194,112); }
div.DivClassName
{
background-color: #A0C270;
}
.BgClassName
{
background-color: #A0C270;
}
</style>
border-color css
<style>
span { border-color: #A0C270; }
span { border-color: rgb(160,194,112); }
td.TdClassName
{
border-color: #A0C270;
}
.TagClassName
{
border-color: #A0C270;
}
</style>