Shades of Gum Leaf #A9D0B2
Tints of Gum Leaf #A9D0B2
RGB
CMYK
RGB Variations
Color information
#A9D0B2 (or 0xA9D0B2) is known color: Gum Leaf. HEX triplet: A9, D0 and B2. RGB value is (169,208,178). Sum of RGB (Red+Green+Blue) = 169+208+178=555 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.45% from 555); Green value is 208 (81.64% from 255 or 37.48% from 555); Blue value is 178 (69.92% from 255 or 32.07% from 555); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D0B2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D0B2 is #562F4D. Grayscale: #C1C1C1. Windows color (decimal): -5648206 or 11718825. OLE color: 11718825.
HSL color Cylindrical-coordinate representation of color #A9D0B2: hue angle of 133.85º 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 #A9D0B2 is Cyan = 0.19, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 208 | 178 | - |
| CMYK | 0.19 | 0 | 0.14 | 0.18 |
| HSL | 133.85º | 0.29% | 0.74% | - |
| HSV(B) | 133.85º | 0.19% | 0.82% | - |
| XYZ | 46.95 | 56.76 | 50.6 | - |
| YUV | 192.92 | 119.58 | 110.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 208 | 178 | 0.19 | 0 | 0.14 | 0.18 | 133.85 | 0.29 | 0.74 |
| Hex | A9 | D0 | B2 | 13 | 0 | E | 12 | 86 | 1D | 4A |
| Octal | 251 | 320 | 262 | 23 | 0 | 16 | 22 | 206 | 35 | 112 |
| Binary | 10101001 | 11010000 | 10110010 | 10011 | 0 | 1110 | 10010 | 10000110 | 11101 | 1001010 |
Color Harmonies of #A9D0B2
Complementary color
Monochromatic Colors of #A9D0B2
Black with #A9D0B2
Text Example
Text Example
White with #A9D0B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D0B2; }
p { color: rgb(169,208,178); }
H1.HeaderClassName
{
color: #A9D0B2;
}
.AnyTagClassName
{
color: #A9D0B2;
}
</style>
background-color css
<style>
a { background-color: #A9D0B2; }
a { background-color: rgb(169,208,178); }
div.DivClassName
{
background-color: #A9D0B2;
}
.BgClassName
{
background-color: #A9D0B2;
}
</style>
border-color css
<style>
span { border-color: #A9D0B2; }
span { border-color: rgb(169,208,178); }
td.TdClassName
{
border-color: #A9D0B2;
}
.TagClassName
{
border-color: #A9D0B2;
}
</style>