Shades of Gum Leaf #AAD0AD
Tints of Gum Leaf #AAD0AD
RGB
CMYK
RGB Variations
Color information
#AAD0AD (or 0xAAD0AD) is known color: Gum Leaf. HEX triplet: AA, D0 and AD. RGB value is (170,208,173). Sum of RGB (Red+Green+Blue) = 170+208+173=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 208 (81.64% from 255 or 37.75% from 551); Blue value is 173 (67.97% from 255 or 31.40% from 551); Max value from RGB is 208 - color contains mainly: green. Hex color #AAD0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAD0AD is #552F52. Grayscale: #C0C0C0. Windows color (decimal): -5582675 or 11391146. OLE color: 11391146.
HSL color Cylindrical-coordinate representation of color #AAD0AD: hue angle of 124.74º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AAD0AD is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 170 | 208 | 173 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.18 |
| HSL | 124.74º | 0.29% | 0.74% | - |
| HSV(B) | 124.74º | 0.18% | 0.82% | - |
| XYZ | 46.68 | 56.67 | 48.01 | - |
| YUV | 192.65 | 116.91 | 111.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 208 | 173 | 0.18 | 0 | 0.17 | 0.18 | 124.74 | 0.29 | 0.74 |
| Hex | AA | D0 | AD | 12 | 0 | 11 | 12 | 7D | 1D | 4A |
| Octal | 252 | 320 | 255 | 22 | 0 | 21 | 22 | 175 | 35 | 112 |
| Binary | 10101010 | 11010000 | 10101101 | 10010 | 0 | 10001 | 10010 | 1111101 | 11101 | 1001010 |
Color Harmonies of #AAD0AD
Complementary color
Monochromatic Colors of #AAD0AD
Black with #AAD0AD
Text Example
Text Example
White with #AAD0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAD0AD; }
p { color: rgb(170,208,173); }
H1.HeaderClassName
{
color: #AAD0AD;
}
.AnyTagClassName
{
color: #AAD0AD;
}
</style>
background-color css
<style>
a { background-color: #AAD0AD; }
a { background-color: rgb(170,208,173); }
div.DivClassName
{
background-color: #AAD0AD;
}
.BgClassName
{
background-color: #AAD0AD;
}
</style>
border-color css
<style>
span { border-color: #AAD0AD; }
span { border-color: rgb(170,208,173); }
td.TdClassName
{
border-color: #AAD0AD;
}
.TagClassName
{
border-color: #AAD0AD;
}
</style>