Shades of Olivine #A0C87A
Tints of Olivine #A0C87A
RGB
CMYK
RGB Variations
Color information
#A0C87A (or 0xA0C87A) is known color: Olivine. HEX triplet: A0, C8 and 7A. RGB value is (160,200,122). Sum of RGB (Red+Green+Blue) = 160+200+122=482 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.20% from 482); Green value is 200 (78.52% from 255 or 41.49% from 482); Blue value is 122 (48.05% from 255 or 25.31% from 482); Max value from RGB is 200 - color contains mainly: green. Hex color #A0C87A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C87A is #5F3785. Grayscale: #B3B3B3. Windows color (decimal): -6240134 or 8046752. OLE color: 8046752.
HSL color Cylindrical-coordinate representation of color #A0C87A: hue angle of 90.77º degrees, saturation: 0.41, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #A0C87A is Cyan = 0.2, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 160 | 200 | 122 | - |
| CMYK | 0.2 | 0 | 0.39 | 0.22 |
| HSL | 90.77º | 0.41% | 0.63% | - |
| HSV(B) | 90.77º | 0.39% | 0.78% | - |
| XYZ | 38.66 | 50.19 | 26.06 | - |
| YUV | 179.15 | 95.75 | 114.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 200 | 122 | 0.2 | 0 | 0.39 | 0.22 | 90.77 | 0.41 | 0.63 |
| Hex | A0 | C8 | 7A | 14 | 0 | 27 | 16 | 5B | 29 | 3F |
| Octal | 240 | 310 | 172 | 24 | 0 | 47 | 26 | 133 | 51 | 77 |
| Binary | 10100000 | 11001000 | 1111010 | 10100 | 0 | 100111 | 10110 | 1011011 | 101001 | 111111 |
Color Harmonies of #A0C87A
Complementary color
Monochromatic Colors of #A0C87A
Black with #A0C87A
Text Example
Text Example
White with #A0C87A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C87A; }
p { color: rgb(160,200,122); }
H1.HeaderClassName
{
color: #A0C87A;
}
.AnyTagClassName
{
color: #A0C87A;
}
</style>
background-color css
<style>
a { background-color: #A0C87A; }
a { background-color: rgb(160,200,122); }
div.DivClassName
{
background-color: #A0C87A;
}
.BgClassName
{
background-color: #A0C87A;
}
</style>
border-color css
<style>
span { border-color: #A0C87A; }
span { border-color: rgb(160,200,122); }
td.TdClassName
{
border-color: #A0C87A;
}
.TagClassName
{
border-color: #A0C87A;
}
</style>