Shades of Gum Leaf #A0BEA4
Tints of Gum Leaf #A0BEA4
RGB
CMYK
RGB Variations
Color information
#A0BEA4 (or 0xA0BEA4) is known color: Gum Leaf. HEX triplet: A0, BE and A4. RGB value is (160,190,164). Sum of RGB (Red+Green+Blue) = 160+190+164=514 (68% of max value = 765). Red value is 160 (62.89% from 255 or 31.13% from 514); Green value is 190 (74.61% from 255 or 36.96% from 514); Blue value is 164 (64.45% from 255 or 31.91% from 514); Max value from RGB is 190 - color contains mainly: green. Hex color #A0BEA4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A0BEA4 is #5F415B. Grayscale: #B2B2B2. Windows color (decimal): -6242652 or 10796704. OLE color: 10796704.
HSL color Cylindrical-coordinate representation of color #A0BEA4: hue angle of 128º degrees, saturation: 0.19, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A0BEA4 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 160 | 190 | 164 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.25 |
| HSL | 128º | 0.19% | 0.69% | - |
| HSV(B) | 128º | 0.16% | 0.75% | - |
| XYZ | 39.61 | 46.98 | 42.1 | - |
| YUV | 178.07 | 120.06 | 115.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 190 | 164 | 0.16 | 0 | 0.14 | 0.25 | 128 | 0.19 | 0.69 |
| Hex | A0 | BE | A4 | 10 | 0 | E | 19 | 80 | 13 | 45 |
| Octal | 240 | 276 | 244 | 20 | 0 | 16 | 31 | 200 | 23 | 105 |
| Binary | 10100000 | 10111110 | 10100100 | 10000 | 0 | 1110 | 11001 | 10000000 | 10011 | 1000101 |
Color Harmonies of #A0BEA4
Complementary color
Monochromatic Colors of #A0BEA4
Black with #A0BEA4
Text Example
Text Example
White with #A0BEA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0BEA4; }
p { color: rgb(160,190,164); }
H1.HeaderClassName
{
color: #A0BEA4;
}
.AnyTagClassName
{
color: #A0BEA4;
}
</style>
background-color css
<style>
a { background-color: #A0BEA4; }
a { background-color: rgb(160,190,164); }
div.DivClassName
{
background-color: #A0BEA4;
}
.BgClassName
{
background-color: #A0BEA4;
}
</style>
border-color css
<style>
span { border-color: #A0BEA4; }
span { border-color: rgb(160,190,164); }
td.TdClassName
{
border-color: #A0BEA4;
}
.TagClassName
{
border-color: #A0BEA4;
}
</style>