Shades of Olivine #A0CE6A
Tints of Olivine #A0CE6A
RGB
CMYK
RGB Variations
Color information
#A0CE6A (or 0xA0CE6A) is known color: Olivine. HEX triplet: A0, CE and 6A. RGB value is (160,206,106). Sum of RGB (Red+Green+Blue) = 160+206+106=472 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.90% from 472); Green value is 206 (80.86% from 255 or 43.64% from 472); Blue value is 106 (41.80% from 255 or 22.46% from 472); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE6A is #5F3195. Grayscale: #B5B5B5. Windows color (decimal): -6238614 or 6999712. OLE color: 6999712.
HSL color Cylindrical-coordinate representation of color #A0CE6A: hue angle of 87.6º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A0CE6A is Cyan = 0.22, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 106 | - |
| CMYK | 0.22 | 0 | 0.49 | 0.19 |
| HSL | 87.6º | 0.51% | 0.61% | - |
| HSV(B) | 87.6º | 0.49% | 0.81% | - |
| XYZ | 39.17 | 52.66 | 21.73 | - |
| YUV | 180.85 | 85.76 | 113.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 106 | 0.22 | 0 | 0.49 | 0.19 | 87.6 | 0.51 | 0.61 |
| Hex | A0 | CE | 6A | 16 | 0 | 31 | 13 | 58 | 33 | 3D |
| Octal | 240 | 316 | 152 | 26 | 0 | 61 | 23 | 130 | 63 | 75 |
| Binary | 10100000 | 11001110 | 1101010 | 10110 | 0 | 110001 | 10011 | 1011000 | 110011 | 111101 |
Color Harmonies of #A0CE6A
Complementary color
Monochromatic Colors of #A0CE6A
Black with #A0CE6A
Text Example
Text Example
White with #A0CE6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE6A; }
p { color: rgb(160,206,106); }
H1.HeaderClassName
{
color: #A0CE6A;
}
.AnyTagClassName
{
color: #A0CE6A;
}
</style>
background-color css
<style>
a { background-color: #A0CE6A; }
a { background-color: rgb(160,206,106); }
div.DivClassName
{
background-color: #A0CE6A;
}
.BgClassName
{
background-color: #A0CE6A;
}
</style>
border-color css
<style>
span { border-color: #A0CE6A; }
span { border-color: rgb(160,206,106); }
td.TdClassName
{
border-color: #A0CE6A;
}
.TagClassName
{
border-color: #A0CE6A;
}
</style>