Shades of Gum Leaf #A2CDB0
Tints of Gum Leaf #A2CDB0
RGB
CMYK
RGB Variations
Color information
#A2CDB0 (or 0xA2CDB0) is known color: Gum Leaf. HEX triplet: A2, CD and B0. RGB value is (162,205,176). Sum of RGB (Red+Green+Blue) = 162+205+176=543 (71% of max value = 765). Red value is 162 (63.67% from 255 or 29.83% from 543); Green value is 205 (80.47% from 255 or 37.75% from 543); Blue value is 176 (69.14% from 255 or 32.41% from 543); Max value from RGB is 205 - color contains mainly: green. Hex color #A2CDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2CDB0 is #5D324F. Grayscale: #BCBCBC. Windows color (decimal): -6107728 or 11586978. OLE color: 11586978.
HSL color Cylindrical-coordinate representation of color #A2CDB0: hue angle of 139.53º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A2CDB0 is Cyan = 0.21, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 162 | 205 | 176 | - |
| CMYK | 0.21 | 0 | 0.14 | 0.20 |
| HSL | 139.53º | 0.3% | 0.72% | - |
| HSV(B) | 139.53º | 0.21% | 0.8% | - |
| XYZ | 44.57 | 54.48 | 49.24 | - |
| YUV | 188.84 | 120.75 | 108.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 205 | 176 | 0.21 | 0 | 0.14 | 0.20 | 139.53 | 0.3 | 0.72 |
| Hex | A2 | CD | B0 | 15 | 0 | E | 14 | 8C | 1E | 48 |
| Octal | 242 | 315 | 260 | 25 | 0 | 16 | 24 | 214 | 36 | 110 |
| Binary | 10100010 | 11001101 | 10110000 | 10101 | 0 | 1110 | 10100 | 10001100 | 11110 | 1001000 |
Color Harmonies of #A2CDB0
Complementary color
Monochromatic Colors of #A2CDB0
Black with #A2CDB0
Text Example
Text Example
White with #A2CDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2CDB0; }
p { color: rgb(162,205,176); }
H1.HeaderClassName
{
color: #A2CDB0;
}
.AnyTagClassName
{
color: #A2CDB0;
}
</style>
background-color css
<style>
a { background-color: #A2CDB0; }
a { background-color: rgb(162,205,176); }
div.DivClassName
{
background-color: #A2CDB0;
}
.BgClassName
{
background-color: #A2CDB0;
}
</style>
border-color css
<style>
span { border-color: #A2CDB0; }
span { border-color: rgb(162,205,176); }
td.TdClassName
{
border-color: #A2CDB0;
}
.TagClassName
{
border-color: #A2CDB0;
}
</style>