Shades of Gum Leaf #A4CDB0
Tints of Gum Leaf #A4CDB0
RGB
CMYK
RGB Variations
Color information
#A4CDB0 (or 0xA4CDB0) is known color: Gum Leaf. HEX triplet: A4, CD and B0. RGB value is (164,205,176). Sum of RGB (Red+Green+Blue) = 164+205+176=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 205 (80.47% from 255 or 37.61% from 545); Blue value is 176 (69.14% from 255 or 32.29% from 545); Max value from RGB is 205 - color contains mainly: green. Hex color #A4CDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CDB0 is #5B324F. Grayscale: #BDBDBD. Windows color (decimal): -5976656 or 11586980. OLE color: 11586980.
HSL color Cylindrical-coordinate representation of color #A4CDB0: hue angle of 137.56º degrees, saturation: 0.29, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A4CDB0 is Cyan = 0.2, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 164 | 205 | 176 | - |
| CMYK | 0.2 | 0 | 0.14 | 0.20 |
| HSL | 137.56º | 0.29% | 0.72% | - |
| HSV(B) | 137.56º | 0.2% | 0.8% | - |
| XYZ | 44.98 | 54.69 | 49.26 | - |
| YUV | 189.44 | 120.42 | 109.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 205 | 176 | 0.2 | 0 | 0.14 | 0.20 | 137.56 | 0.29 | 0.72 |
| Hex | A4 | CD | B0 | 14 | 0 | E | 14 | 8A | 1D | 48 |
| Octal | 244 | 315 | 260 | 24 | 0 | 16 | 24 | 212 | 35 | 110 |
| Binary | 10100100 | 11001101 | 10110000 | 10100 | 0 | 1110 | 10100 | 10001010 | 11101 | 1001000 |
Color Harmonies of #A4CDB0
Complementary color
Monochromatic Colors of #A4CDB0
Black with #A4CDB0
Text Example
Text Example
White with #A4CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CDB0; }
p { color: rgb(164,205,176); }
H1.HeaderClassName
{
color: #A4CDB0;
}
.AnyTagClassName
{
color: #A4CDB0;
}
</style>
background-color css
<style>
a { background-color: #A4CDB0; }
a { background-color: rgb(164,205,176); }
div.DivClassName
{
background-color: #A4CDB0;
}
.BgClassName
{
background-color: #A4CDB0;
}
</style>
border-color css
<style>
span { border-color: #A4CDB0; }
span { border-color: rgb(164,205,176); }
td.TdClassName
{
border-color: #A4CDB0;
}
.TagClassName
{
border-color: #A4CDB0;
}
</style>