Shades of Olivine #A0C47A
Tints of Olivine #A0C47A
RGB
CMYK
RGB Variations
Color information
#A0C47A (or 0xA0C47A) is known color: Olivine. HEX triplet: A0, C4 and 7A. RGB value is (160,196,122). Sum of RGB (Red+Green+Blue) = 160+196+122=478 (63% of max value = 765). Red value is 160 (62.89% from 255 or 33.47% from 478); Green value is 196 (76.95% from 255 or 41.00% from 478); Blue value is 122 (48.05% from 255 or 25.52% from 478); Max value from RGB is 196 - color contains mainly: green. Hex color #A0C47A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0C47A is #5F3B85. Grayscale: #B1B1B1. Windows color (decimal): -6241158 or 8045728. OLE color: 8045728.
HSL color Cylindrical-coordinate representation of color #A0C47A: hue angle of 89.19º degrees, saturation: 0.39, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #A0C47A is Cyan = 0.18, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 196 | 122 | - |
| CMYK | 0.18 | 0 | 0.38 | 0.23 |
| HSL | 89.19º | 0.39% | 0.62% | - |
| HSV(B) | 89.19º | 0.38% | 0.77% | - |
| XYZ | 37.75 | 48.36 | 25.76 | - |
| YUV | 176.8 | 97.07 | 116.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 196 | 122 | 0.18 | 0 | 0.38 | 0.23 | 89.19 | 0.39 | 0.62 |
| Hex | A0 | C4 | 7A | 12 | 0 | 26 | 17 | 59 | 27 | 3E |
| Octal | 240 | 304 | 172 | 22 | 0 | 46 | 27 | 131 | 47 | 76 |
| Binary | 10100000 | 11000100 | 1111010 | 10010 | 0 | 100110 | 10111 | 1011001 | 100111 | 111110 |
Color Harmonies of #A0C47A
Complementary color
Monochromatic Colors of #A0C47A
Black with #A0C47A
Text Example
Text Example
White with #A0C47A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C47A; }
p { color: rgb(160,196,122); }
H1.HeaderClassName
{
color: #A0C47A;
}
.AnyTagClassName
{
color: #A0C47A;
}
</style>
background-color css
<style>
a { background-color: #A0C47A; }
a { background-color: rgb(160,196,122); }
div.DivClassName
{
background-color: #A0C47A;
}
.BgClassName
{
background-color: #A0C47A;
}
</style>
border-color css
<style>
span { border-color: #A0C47A; }
span { border-color: rgb(160,196,122); }
td.TdClassName
{
border-color: #A0C47A;
}
.TagClassName
{
border-color: #A0C47A;
}
</style>