Shades of Gum Leaf #A9D7B3
Tints of Gum Leaf #A9D7B3
RGB
CMYK
RGB Variations
Color information
#A9D7B3 (or 0xA9D7B3) is known color: Gum Leaf. HEX triplet: A9, D7 and B3. RGB value is (169,215,179). Sum of RGB (Red+Green+Blue) = 169+215+179=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 215 (84.38% from 255 or 38.19% from 563); Blue value is 179 (70.31% from 255 or 31.79% from 563); Max value from RGB is 215 - color contains mainly: green. Hex color #A9D7B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D7B3 is #56284C. Grayscale: #C5C5C5. Windows color (decimal): -5646413 or 11786153. OLE color: 11786153.
HSL color Cylindrical-coordinate representation of color #A9D7B3: hue angle of 133.04º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9D7B3 is Cyan = 0.21, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 215 | 179 | - |
| CMYK | 0.21 | 0 | 0.17 | 0.16 |
| HSL | 133.04º | 0.37% | 0.75% | - |
| HSV(B) | 133.04º | 0.21% | 0.84% | - |
| XYZ | 48.8 | 60.29 | 51.71 | - |
| YUV | 197.14 | 117.76 | 107.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 215 | 179 | 0.21 | 0 | 0.17 | 0.16 | 133.04 | 0.37 | 0.75 |
| Hex | A9 | D7 | B3 | 15 | 0 | 11 | 10 | 85 | 25 | 4B |
| Octal | 251 | 327 | 263 | 25 | 0 | 21 | 20 | 205 | 45 | 113 |
| Binary | 10101001 | 11010111 | 10110011 | 10101 | 0 | 10001 | 10000 | 10000101 | 100101 | 1001011 |
Color Harmonies of #A9D7B3
Complementary color
Monochromatic Colors of #A9D7B3
Black with #A9D7B3
Text Example
Text Example
White with #A9D7B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D7B3; }
p { color: rgb(169,215,179); }
H1.HeaderClassName
{
color: #A9D7B3;
}
.AnyTagClassName
{
color: #A9D7B3;
}
</style>
background-color css
<style>
a { background-color: #A9D7B3; }
a { background-color: rgb(169,215,179); }
div.DivClassName
{
background-color: #A9D7B3;
}
.BgClassName
{
background-color: #A9D7B3;
}
</style>
border-color css
<style>
span { border-color: #A9D7B3; }
span { border-color: rgb(169,215,179); }
td.TdClassName
{
border-color: #A9D7B3;
}
.TagClassName
{
border-color: #A9D7B3;
}
</style>