Shades of Gum Leaf #A8CDAB
Tints of Gum Leaf #A8CDAB
RGB
CMYK
RGB Variations
Color information
#A8CDAB (or 0xA8CDAB) is known color: Gum Leaf. HEX triplet: A8, CD and AB. RGB value is (168,205,171). Sum of RGB (Red+Green+Blue) = 168+205+171=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 205 (80.47% from 255 or 37.68% from 544); Blue value is 171 (67.19% from 255 or 31.43% from 544); Max value from RGB is 205 - color contains mainly: green. Hex color #A8CDAB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CDAB is #573254. Grayscale: #BEBEBE. Windows color (decimal): -5714517 or 11259304. OLE color: 11259304.
HSL color Cylindrical-coordinate representation of color #A8CDAB: hue angle of 124.86º degrees, saturation: 0.27, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CDAB is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 168 | 205 | 171 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.20 |
| HSL | 124.86º | 0.27% | 0.73% | - |
| HSV(B) | 124.86º | 0.18% | 0.8% | - |
| XYZ | 45.33 | 54.93 | 46.74 | - |
| YUV | 190.06 | 117.24 | 112.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 205 | 171 | 0.18 | 0 | 0.17 | 0.20 | 124.86 | 0.27 | 0.73 |
| Hex | A8 | CD | AB | 12 | 0 | 11 | 14 | 7D | 1B | 49 |
| Octal | 250 | 315 | 253 | 22 | 0 | 21 | 24 | 175 | 33 | 111 |
| Binary | 10101000 | 11001101 | 10101011 | 10010 | 0 | 10001 | 10100 | 1111101 | 11011 | 1001001 |
Color Harmonies of #A8CDAB
Complementary color
Monochromatic Colors of #A8CDAB
Black with #A8CDAB
Text Example
Text Example
White with #A8CDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CDAB; }
p { color: rgb(168,205,171); }
H1.HeaderClassName
{
color: #A8CDAB;
}
.AnyTagClassName
{
color: #A8CDAB;
}
</style>
background-color css
<style>
a { background-color: #A8CDAB; }
a { background-color: rgb(168,205,171); }
div.DivClassName
{
background-color: #A8CDAB;
}
.BgClassName
{
background-color: #A8CDAB;
}
</style>
border-color css
<style>
span { border-color: #A8CDAB; }
span { border-color: rgb(168,205,171); }
td.TdClassName
{
border-color: #A8CDAB;
}
.TagClassName
{
border-color: #A8CDAB;
}
</style>