Shades of Gum Leaf #A9D0B1
Tints of Gum Leaf #A9D0B1
RGB
CMYK
RGB Variations
Color information
#A9D0B1 (or 0xA9D0B1) is known color: Gum Leaf. HEX triplet: A9, D0 and B1. RGB value is (169,208,177). Sum of RGB (Red+Green+Blue) = 169+208+177=554 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.51% from 554); Green value is 208 (81.64% from 255 or 37.55% from 554); Blue value is 177 (69.53% from 255 or 31.95% from 554); Max value from RGB is 208 - color contains mainly: green. Hex color #A9D0B1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D0B1 is #562F4E. Grayscale: #C0C0C0. Windows color (decimal): -5648207 or 11653289. OLE color: 11653289.
HSL color Cylindrical-coordinate representation of color #A9D0B1: hue angle of 132.31º 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 #A9D0B1 is Cyan = 0.19, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 169 | 208 | 177 | - |
| CMYK | 0.19 | 0 | 0.15 | 0.18 |
| HSL | 132.31º | 0.29% | 0.74% | - |
| HSV(B) | 132.31º | 0.19% | 0.82% | - |
| XYZ | 46.85 | 56.72 | 50.07 | - |
| YUV | 192.81 | 119.08 | 111.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 208 | 177 | 0.19 | 0 | 0.15 | 0.18 | 132.31 | 0.29 | 0.74 |
| Hex | A9 | D0 | B1 | 13 | 0 | F | 12 | 84 | 1D | 4A |
| Octal | 251 | 320 | 261 | 23 | 0 | 17 | 22 | 204 | 35 | 112 |
| Binary | 10101001 | 11010000 | 10110001 | 10011 | 0 | 1111 | 10010 | 10000100 | 11101 | 1001010 |
Color Harmonies of #A9D0B1
Complementary color
Monochromatic Colors of #A9D0B1
Black with #A9D0B1
Text Example
Text Example
White with #A9D0B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D0B1; }
p { color: rgb(169,208,177); }
H1.HeaderClassName
{
color: #A9D0B1;
}
.AnyTagClassName
{
color: #A9D0B1;
}
</style>
background-color css
<style>
a { background-color: #A9D0B1; }
a { background-color: rgb(169,208,177); }
div.DivClassName
{
background-color: #A9D0B1;
}
.BgClassName
{
background-color: #A9D0B1;
}
</style>
border-color css
<style>
span { border-color: #A9D0B1; }
span { border-color: rgb(169,208,177); }
td.TdClassName
{
border-color: #A9D0B1;
}
.TagClassName
{
border-color: #A9D0B1;
}
</style>