Shades of Gum Leaf #A8D1AD
Tints of Gum Leaf #A8D1AD
RGB
CMYK
RGB Variations
Color information
#A8D1AD (or 0xA8D1AD) is known color: Gum Leaf. HEX triplet: A8, D1 and AD. RGB value is (168,209,173). Sum of RGB (Red+Green+Blue) = 168+209+173=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 209 (82.03% from 255 or 38% from 550); Blue value is 173 (67.97% from 255 or 31.45% from 550); Max value from RGB is 209 - color contains mainly: green. Hex color #A8D1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8D1AD is #572E52. Grayscale: #C0C0C0. Windows color (decimal): -5713491 or 11391400. OLE color: 11391400.
HSL color Cylindrical-coordinate representation of color #A8D1AD: hue angle of 127.32º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A8D1AD is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 168 | 209 | 173 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.18 |
| HSL | 127.32º | 0.31% | 0.74% | - |
| HSV(B) | 127.32º | 0.2% | 0.82% | - |
| XYZ | 46.49 | 56.94 | 48.08 | - |
| YUV | 192.64 | 116.92 | 110.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 209 | 173 | 0.20 | 0 | 0.17 | 0.18 | 127.32 | 0.31 | 0.74 |
| Hex | A8 | D1 | AD | 14 | 0 | 11 | 12 | 7F | 1F | 4A |
| Octal | 250 | 321 | 255 | 24 | 0 | 21 | 22 | 177 | 37 | 112 |
| Binary | 10101000 | 11010001 | 10101101 | 10100 | 0 | 10001 | 10010 | 1111111 | 11111 | 1001010 |
Color Harmonies of #A8D1AD
Complementary color
Monochromatic Colors of #A8D1AD
Black with #A8D1AD
Text Example
Text Example
White with #A8D1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8D1AD; }
p { color: rgb(168,209,173); }
H1.HeaderClassName
{
color: #A8D1AD;
}
.AnyTagClassName
{
color: #A8D1AD;
}
</style>
background-color css
<style>
a { background-color: #A8D1AD; }
a { background-color: rgb(168,209,173); }
div.DivClassName
{
background-color: #A8D1AD;
}
.BgClassName
{
background-color: #A8D1AD;
}
</style>
border-color css
<style>
span { border-color: #A8D1AD; }
span { border-color: rgb(168,209,173); }
td.TdClassName
{
border-color: #A8D1AD;
}
.TagClassName
{
border-color: #A8D1AD;
}
</style>