Shades of Gum Leaf #A9C9B5
Tints of Gum Leaf #A9C9B5
RGB
CMYK
RGB Variations
Color information
#A9C9B5 (or 0xA9C9B5) is known color: Gum Leaf. HEX triplet: A9, C9 and B5. RGB value is (169,201,181). Sum of RGB (Red+Green+Blue) = 169+201+181=551 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.67% from 551); Green value is 201 (78.91% from 255 or 36.48% from 551); Blue value is 181 (71.09% from 255 or 32.85% from 551); Max value from RGB is 201 - color contains mainly: green. Hex color #A9C9B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C9B5 is #56364A. Grayscale: #BDBDBD. Windows color (decimal): -5649995 or 11913641. OLE color: 11913641.
HSL color Cylindrical-coordinate representation of color #A9C9B5: hue angle of 142.5º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #A9C9B5 is Cyan = 0.16, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 169 | 201 | 181 | - |
| CMYK | 0.16 | 0 | 0.10 | 0.21 |
| HSL | 142.5º | 0.23% | 0.73% | - |
| HSV(B) | 142.5º | 0.16% | 0.79% | - |
| XYZ | 45.59 | 53.54 | 51.65 | - |
| YUV | 189.15 | 123.4 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 201 | 181 | 0.16 | 0 | 0.10 | 0.21 | 142.5 | 0.23 | 0.73 |
| Hex | A9 | C9 | B5 | 10 | 0 | A | 15 | 8E | 17 | 49 |
| Octal | 251 | 311 | 265 | 20 | 0 | 12 | 25 | 216 | 27 | 111 |
| Binary | 10101001 | 11001001 | 10110101 | 10000 | 0 | 1010 | 10101 | 10001110 | 10111 | 1001001 |
Color Harmonies of #A9C9B5
Complementary color
Monochromatic Colors of #A9C9B5
Black with #A9C9B5
Text Example
Text Example
White with #A9C9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C9B5; }
p { color: rgb(169,201,181); }
H1.HeaderClassName
{
color: #A9C9B5;
}
.AnyTagClassName
{
color: #A9C9B5;
}
</style>
background-color css
<style>
a { background-color: #A9C9B5; }
a { background-color: rgb(169,201,181); }
div.DivClassName
{
background-color: #A9C9B5;
}
.BgClassName
{
background-color: #A9C9B5;
}
</style>
border-color css
<style>
span { border-color: #A9C9B5; }
span { border-color: rgb(169,201,181); }
td.TdClassName
{
border-color: #A9C9B5;
}
.TagClassName
{
border-color: #A9C9B5;
}
</style>