Shades of Gum Leaf #A2C9AD
Tints of Gum Leaf #A2C9AD
RGB
CMYK
RGB Variations
Color information
#A2C9AD (or 0xA2C9AD) is known color: Gum Leaf. HEX triplet: A2, C9 and AD. RGB value is (162,201,173). Sum of RGB (Red+Green+Blue) = 162+201+173=536 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.22% from 536); Green value is 201 (78.91% from 255 or 37.5% from 536); Blue value is 173 (67.97% from 255 or 32.28% from 536); Max value from RGB is 201 - color contains mainly: green. Hex color #A2C9AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2C9AD is #5D3652. Grayscale: #BABABA. Windows color (decimal): -6108755 or 11389346. OLE color: 11389346.
HSL color Cylindrical-coordinate representation of color #A2C9AD: hue angle of 136.92º degrees, saturation: 0.27, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A2C9AD is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 162 | 201 | 173 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.21 |
| HSL | 136.92º | 0.27% | 0.71% | - |
| HSV(B) | 136.92º | 0.19% | 0.79% | - |
| XYZ | 43.33 | 52.47 | 47.38 | - |
| YUV | 186.15 | 120.58 | 110.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 201 | 173 | 0.19 | 0 | 0.14 | 0.21 | 136.92 | 0.27 | 0.71 |
| Hex | A2 | C9 | AD | 13 | 0 | E | 15 | 89 | 1B | 47 |
| Octal | 242 | 311 | 255 | 23 | 0 | 16 | 25 | 211 | 33 | 107 |
| Binary | 10100010 | 11001001 | 10101101 | 10011 | 0 | 1110 | 10101 | 10001001 | 11011 | 1000111 |
Color Harmonies of #A2C9AD
Complementary color
Monochromatic Colors of #A2C9AD
Black with #A2C9AD
Text Example
Text Example
White with #A2C9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2C9AD; }
p { color: rgb(162,201,173); }
H1.HeaderClassName
{
color: #A2C9AD;
}
.AnyTagClassName
{
color: #A2C9AD;
}
</style>
background-color css
<style>
a { background-color: #A2C9AD; }
a { background-color: rgb(162,201,173); }
div.DivClassName
{
background-color: #A2C9AD;
}
.BgClassName
{
background-color: #A2C9AD;
}
</style>
border-color css
<style>
span { border-color: #A2C9AD; }
span { border-color: rgb(162,201,173); }
td.TdClassName
{
border-color: #A2C9AD;
}
.TagClassName
{
border-color: #A2C9AD;
}
</style>