Shades of Gum Leaf #A9CFB8
Tints of Gum Leaf #A9CFB8
RGB
CMYK
RGB Variations
Color information
#A9CFB8 (or 0xA9CFB8) is known color: Gum Leaf. HEX triplet: A9, CF and B8. RGB value is (169,207,184). Sum of RGB (Red+Green+Blue) = 169+207+184=560 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.18% from 560); Green value is 207 (81.25% from 255 or 36.96% from 560); Blue value is 184 (72.27% from 255 or 32.86% from 560); Max value from RGB is 207 - color contains mainly: green. Hex color #A9CFB8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9CFB8 is #563047. Grayscale: #C1C1C1. Windows color (decimal): -5648456 or 12111785. OLE color: 12111785.
HSL color Cylindrical-coordinate representation of color #A9CFB8: hue angle of 143.68º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A9CFB8 is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 169 | 207 | 184 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.19 |
| HSL | 143.68º | 0.28% | 0.74% | - |
| HSV(B) | 143.68º | 0.18% | 0.81% | - |
| XYZ | 47.33 | 56.52 | 53.76 | - |
| YUV | 193.02 | 122.91 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 207 | 184 | 0.18 | 0 | 0.11 | 0.19 | 143.68 | 0.28 | 0.74 |
| Hex | A9 | CF | B8 | 12 | 0 | B | 13 | 90 | 1C | 4A |
| Octal | 251 | 317 | 270 | 22 | 0 | 13 | 23 | 220 | 34 | 112 |
| Binary | 10101001 | 11001111 | 10111000 | 10010 | 0 | 1011 | 10011 | 10010000 | 11100 | 1001010 |
Color Harmonies of #A9CFB8
Complementary color
Monochromatic Colors of #A9CFB8
Black with #A9CFB8
Text Example
Text Example
White with #A9CFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9CFB8; }
p { color: rgb(169,207,184); }
H1.HeaderClassName
{
color: #A9CFB8;
}
.AnyTagClassName
{
color: #A9CFB8;
}
</style>
background-color css
<style>
a { background-color: #A9CFB8; }
a { background-color: rgb(169,207,184); }
div.DivClassName
{
background-color: #A9CFB8;
}
.BgClassName
{
background-color: #A9CFB8;
}
</style>
border-color css
<style>
span { border-color: #A9CFB8; }
span { border-color: rgb(169,207,184); }
td.TdClassName
{
border-color: #A9CFB8;
}
.TagClassName
{
border-color: #A9CFB8;
}
</style>