Shades of Gum Leaf #A9D0B5
Tints of Gum Leaf #A9D0B5
RGB
CMYK
RGB Variations
Color information
#A9D0B5 (or 0xA9D0B5) is known color: Gum Leaf. HEX triplet: A9, D0 and B5. RGB value is (169,208,181). Sum of RGB (Red+Green+Blue) = 169+208+181=558 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.29% from 558); Green value is 208 (81.64% from 255 or 37.28% from 558); Blue value is 181 (71.09% from 255 or 32.44% from 558); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D0B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D0B5 is #562F4A. Grayscale: #C1C1C1. Windows color (decimal): -5648203 or 11915433. OLE color: 11915433.
HSL color Cylindrical-coordinate representation of color #A9D0B5: hue angle of 138.46º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #A9D0B5 is Cyan = 0.19, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 208 | 181 | - |
| CMYK | 0.19 | 0 | 0.13 | 0.18 |
| HSL | 138.46º | 0.29% | 0.74% | - |
| HSV(B) | 138.46º | 0.19% | 0.82% | - |
| XYZ | 47.26 | 56.88 | 52.2 | - |
| YUV | 193.26 | 121.08 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 208 | 181 | 0.19 | 0 | 0.13 | 0.18 | 138.46 | 0.29 | 0.74 |
| Hex | A9 | D0 | B5 | 13 | 0 | D | 12 | 8A | 1D | 4A |
| Octal | 251 | 320 | 265 | 23 | 0 | 15 | 22 | 212 | 35 | 112 |
| Binary | 10101001 | 11010000 | 10110101 | 10011 | 0 | 1101 | 10010 | 10001010 | 11101 | 1001010 |
Color Harmonies of #A9D0B5
Complementary color
Monochromatic Colors of #A9D0B5
Black with #A9D0B5
Text Example
Text Example
White with #A9D0B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D0B5; }
p { color: rgb(169,208,181); }
H1.HeaderClassName
{
color: #A9D0B5;
}
.AnyTagClassName
{
color: #A9D0B5;
}
</style>
background-color css
<style>
a { background-color: #A9D0B5; }
a { background-color: rgb(169,208,181); }
div.DivClassName
{
background-color: #A9D0B5;
}
.BgClassName
{
background-color: #A9D0B5;
}
</style>
border-color css
<style>
span { border-color: #A9D0B5; }
span { border-color: rgb(169,208,181); }
td.TdClassName
{
border-color: #A9D0B5;
}
.TagClassName
{
border-color: #A9D0B5;
}
</style>