Shades of Gum Leaf #A8D9B5
Tints of Gum Leaf #A8D9B5
RGB
CMYK
RGB Variations
Color information
#A8D9B5 (or 0xA8D9B5) is known color: Gum Leaf. HEX triplet: A8, D9 and B5. RGB value is (168,217,181). Sum of RGB (Red+Green+Blue) = 168+217+181=566 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.68% from 566); Green value is 217 (85.16% from 255 or 38.34% from 566); Blue value is 181 (71.09% from 255 or 31.98% from 566); Max value from RGB is 217 - color contains mainly: green. Hex color #A8D9B5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8D9B5 is #57264A. Grayscale: #C6C6C6. Windows color (decimal): -5711435 or 11917736. OLE color: 11917736.
HSL color Cylindrical-coordinate representation of color #A8D9B5: hue angle of 135.92º degrees, saturation: 0.39, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A8D9B5 is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 168 | 217 | 181 | - |
| CMYK | 0.23 | 0 | 0.17 | 0.15 |
| HSL | 135.92º | 0.39% | 0.75% | - |
| HSV(B) | 135.92º | 0.23% | 0.85% | - |
| XYZ | 49.3 | 61.29 | 52.95 | - |
| YUV | 198.25 | 118.27 | 106.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 217 | 181 | 0.23 | 0 | 0.17 | 0.15 | 135.92 | 0.39 | 0.75 |
| Hex | A8 | D9 | B5 | 17 | 0 | 11 | F | 88 | 27 | 4B |
| Octal | 250 | 331 | 265 | 27 | 0 | 21 | 17 | 210 | 47 | 113 |
| Binary | 10101000 | 11011001 | 10110101 | 10111 | 0 | 10001 | 1111 | 10001000 | 100111 | 1001011 |
Color Harmonies of #A8D9B5
Complementary color
Monochromatic Colors of #A8D9B5
Black with #A8D9B5
Text Example
Text Example
White with #A8D9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D9B5; }
p { color: rgb(168,217,181); }
H1.HeaderClassName
{
color: #A8D9B5;
}
.AnyTagClassName
{
color: #A8D9B5;
}
</style>
background-color css
<style>
a { background-color: #A8D9B5; }
a { background-color: rgb(168,217,181); }
div.DivClassName
{
background-color: #A8D9B5;
}
.BgClassName
{
background-color: #A8D9B5;
}
</style>
border-color css
<style>
span { border-color: #A8D9B5; }
span { border-color: rgb(168,217,181); }
td.TdClassName
{
border-color: #A8D9B5;
}
.TagClassName
{
border-color: #A8D9B5;
}
</style>