Shades of Gum Leaf #A9C8B4
Tints of Gum Leaf #A9C8B4
RGB
CMYK
RGB Variations
Color information
#A9C8B4 (or 0xA9C8B4) is known color: Gum Leaf. HEX triplet: A9, C8 and B4. RGB value is (169,200,180). Sum of RGB (Red+Green+Blue) = 169+200+180=549 (72% of max value = 765). Red value is 169 (66.41% from 255 or 30.78% from 549); Green value is 200 (78.52% from 255 or 36.43% from 549); Blue value is 180 (70.70% from 255 or 32.79% from 549); Max value from RGB is 200 - color contains mainly: green. Hex color #A9C8B4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9C8B4 is #56374B. Grayscale: #BCBCBC. Windows color (decimal): -5650252 or 11847849. OLE color: 11847849.
HSL color Cylindrical-coordinate representation of color #A9C8B4: hue angle of 141.29º degrees, saturation: 0.22, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A9C8B4 is Cyan = 0.16, Magento = 0, Yellow = 0.1 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 169 | 200 | 180 | - |
| CMYK | 0.16 | 0 | 0.1 | 0.22 |
| HSL | 141.29º | 0.22% | 0.72% | - |
| HSV(B) | 141.29º | 0.16% | 0.78% | - |
| XYZ | 45.25 | 53.04 | 51.03 | - |
| YUV | 188.45 | 123.23 | 114.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 200 | 180 | 0.16 | 0 | 0.1 | 0.22 | 141.29 | 0.22 | 0.72 |
| Hex | A9 | C8 | B4 | 10 | 0 | A | 16 | 8D | 16 | 48 |
| Octal | 251 | 310 | 264 | 20 | 0 | 12 | 26 | 215 | 26 | 110 |
| Binary | 10101001 | 11001000 | 10110100 | 10000 | 0 | 1010 | 10110 | 10001101 | 10110 | 1001000 |
Color Harmonies of #A9C8B4
Complementary color
Monochromatic Colors of #A9C8B4
Black with #A9C8B4
Text Example
Text Example
White with #A9C8B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9C8B4; }
p { color: rgb(169,200,180); }
H1.HeaderClassName
{
color: #A9C8B4;
}
.AnyTagClassName
{
color: #A9C8B4;
}
</style>
background-color css
<style>
a { background-color: #A9C8B4; }
a { background-color: rgb(169,200,180); }
div.DivClassName
{
background-color: #A9C8B4;
}
.BgClassName
{
background-color: #A9C8B4;
}
</style>
border-color css
<style>
span { border-color: #A9C8B4; }
span { border-color: rgb(169,200,180); }
td.TdClassName
{
border-color: #A9C8B4;
}
.TagClassName
{
border-color: #A9C8B4;
}
</style>