Shades of Olivine #A0CE6C
Tints of Olivine #A0CE6C
RGB
CMYK
RGB Variations
Color information
#A0CE6C (or 0xA0CE6C) is known color: Olivine. HEX triplet: A0, CE and 6C. RGB value is (160,206,108). Sum of RGB (Red+Green+Blue) = 160+206+108=474 (62% of max value = 765). Red value is 160 (62.89% from 255 or 33.76% from 474); Green value is 206 (80.86% from 255 or 43.46% from 474); Blue value is 108 (42.58% from 255 or 22.78% from 474); Max value from RGB is 206 - color contains mainly: green. Hex color #A0CE6C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #A0CE6C is #5F3193. Grayscale: #B5B5B5. Windows color (decimal): -6238612 or 7130784. OLE color: 7130784.
HSL color Cylindrical-coordinate representation of color #A0CE6C: hue angle of 88.16º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A0CE6C is Cyan = 0.22, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 160 | 206 | 108 | - |
| CMYK | 0.22 | 0 | 0.48 | 0.19 |
| HSL | 88.16º | 0.5% | 0.62% | - |
| HSV(B) | 88.16º | 0.48% | 0.81% | - |
| XYZ | 39.28 | 52.7 | 22.29 | - |
| YUV | 181.07 | 86.76 | 112.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 206 | 108 | 0.22 | 0 | 0.48 | 0.19 | 88.16 | 0.5 | 0.62 |
| Hex | A0 | CE | 6C | 16 | 0 | 30 | 13 | 58 | 32 | 3E |
| Octal | 240 | 316 | 154 | 26 | 0 | 60 | 23 | 130 | 62 | 76 |
| Binary | 10100000 | 11001110 | 1101100 | 10110 | 0 | 110000 | 10011 | 1011000 | 110010 | 111110 |
Color Harmonies of #A0CE6C
Complementary color
Monochromatic Colors of #A0CE6C
Black with #A0CE6C
Text Example
Text Example
White with #A0CE6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0CE6C; }
p { color: rgb(160,206,108); }
H1.HeaderClassName
{
color: #A0CE6C;
}
.AnyTagClassName
{
color: #A0CE6C;
}
</style>
background-color css
<style>
a { background-color: #A0CE6C; }
a { background-color: rgb(160,206,108); }
div.DivClassName
{
background-color: #A0CE6C;
}
.BgClassName
{
background-color: #A0CE6C;
}
</style>
border-color css
<style>
span { border-color: #A0CE6C; }
span { border-color: rgb(160,206,108); }
td.TdClassName
{
border-color: #A0CE6C;
}
.TagClassName
{
border-color: #A0CE6C;
}
</style>