Shades of Gum Leaf #A0C5AC
Tints of Gum Leaf #A0C5AC
RGB
CMYK
RGB Variations
Color information
#A0C5AC (or 0xA0C5AC) is known color: Gum Leaf. HEX triplet: A0, C5 and AC. RGB value is (160,197,172). Sum of RGB (Red+Green+Blue) = 160+197+172=529 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.25% from 529); Green value is 197 (77.34% from 255 or 37.24% from 529); Blue value is 172 (67.58% from 255 or 32.51% from 529); Max value from RGB is 197 - color contains mainly: green. Hex color #A0C5AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0C5AC is #5F3A53. Grayscale: #B7B7B7. Windows color (decimal): -6240852 or 11322784. OLE color: 11322784.
HSL color Cylindrical-coordinate representation of color #A0C5AC: hue angle of 139.46º degrees, saturation: 0.24, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A0C5AC is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 160 | 197 | 172 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.23 |
| HSL | 139.46º | 0.24% | 0.7% | - |
| HSV(B) | 139.46º | 0.19% | 0.77% | - |
| XYZ | 41.91 | 50.38 | 46.55 | - |
| YUV | 183.09 | 121.74 | 111.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 197 | 172 | 0.19 | 0 | 0.13 | 0.23 | 139.46 | 0.24 | 0.7 |
| Hex | A0 | C5 | AC | 13 | 0 | D | 17 | 8B | 18 | 46 |
| Octal | 240 | 305 | 254 | 23 | 0 | 15 | 27 | 213 | 30 | 106 |
| Binary | 10100000 | 11000101 | 10101100 | 10011 | 0 | 1101 | 10111 | 10001011 | 11000 | 1000110 |
Color Harmonies of #A0C5AC
Complementary color
Monochromatic Colors of #A0C5AC
Black with #A0C5AC
Text Example
Text Example
White with #A0C5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0C5AC; }
p { color: rgb(160,197,172); }
H1.HeaderClassName
{
color: #A0C5AC;
}
.AnyTagClassName
{
color: #A0C5AC;
}
</style>
background-color css
<style>
a { background-color: #A0C5AC; }
a { background-color: rgb(160,197,172); }
div.DivClassName
{
background-color: #A0C5AC;
}
.BgClassName
{
background-color: #A0C5AC;
}
</style>
border-color css
<style>
span { border-color: #A0C5AC; }
span { border-color: rgb(160,197,172); }
td.TdClassName
{
border-color: #A0C5AC;
}
.TagClassName
{
border-color: #A0C5AC;
}
</style>