Shades of Gum Leaf #A9CDB6
Tints of Gum Leaf #A9CDB6
RGB
CMYK
RGB Variations
Color information
#A9CDB6 (or 0xA9CDB6) is known color: Gum Leaf. HEX triplet: A9, CD and B6. RGB value is (169,205,182). Sum of RGB (Red+Green+Blue) = 169+205+182=556 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.40% from 556); Green value is 205 (80.47% from 255 or 36.87% from 556); Blue value is 182 (71.48% from 255 or 32.73% from 556); Max value from RGB is 205 - color contains mainly: green. Hex color #A9CDB6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CDB6 is #563249. Grayscale: #BFBFBF. Windows color (decimal): -5648970 or 11980201. OLE color: 11980201.
HSL color Cylindrical-coordinate representation of color #A9CDB6: hue angle of 141.67º degrees, saturation: 0.26, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9CDB6 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 169 | 205 | 182 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.20 |
| HSL | 141.67º | 0.26% | 0.73% | - |
| HSV(B) | 141.67º | 0.18% | 0.8% | - |
| XYZ | 46.64 | 55.48 | 52.51 | - |
| YUV | 191.61 | 122.57 | 111.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 205 | 182 | 0.18 | 0 | 0.11 | 0.20 | 141.67 | 0.26 | 0.73 |
| Hex | A9 | CD | B6 | 12 | 0 | B | 14 | 8E | 1A | 49 |
| Octal | 251 | 315 | 266 | 22 | 0 | 13 | 24 | 216 | 32 | 111 |
| Binary | 10101001 | 11001101 | 10110110 | 10010 | 0 | 1011 | 10100 | 10001110 | 11010 | 1001001 |
Color Harmonies of #A9CDB6
Complementary color
Monochromatic Colors of #A9CDB6
Black with #A9CDB6
Text Example
Text Example
White with #A9CDB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CDB6; }
p { color: rgb(169,205,182); }
H1.HeaderClassName
{
color: #A9CDB6;
}
.AnyTagClassName
{
color: #A9CDB6;
}
</style>
background-color css
<style>
a { background-color: #A9CDB6; }
a { background-color: rgb(169,205,182); }
div.DivClassName
{
background-color: #A9CDB6;
}
.BgClassName
{
background-color: #A9CDB6;
}
</style>
border-color css
<style>
span { border-color: #A9CDB6; }
span { border-color: rgb(169,205,182); }
td.TdClassName
{
border-color: #A9CDB6;
}
.TagClassName
{
border-color: #A9CDB6;
}
</style>