Shades of Gum Leaf #A8CEAC
Tints of Gum Leaf #A8CEAC
RGB
CMYK
RGB Variations
Color information
#A8CEAC (or 0xA8CEAC) is known color: Gum Leaf. HEX triplet: A8, CE and AC. RGB value is (168,206,172). Sum of RGB (Red+Green+Blue) = 168+206+172=546 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.77% from 546); Green value is 206 (80.86% from 255 or 37.73% from 546); Blue value is 172 (67.58% from 255 or 31.50% from 546); Max value from RGB is 206 - color contains mainly: green. Hex color #A8CEAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8CEAC is #573153. Grayscale: #BEBEBE. Windows color (decimal): -5714260 or 11325096. OLE color: 11325096.
HSL color Cylindrical-coordinate representation of color #A8CEAC: hue angle of 126.32º degrees, saturation: 0.28, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A8CEAC is Cyan = 0.18, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 168 | 206 | 172 | - |
| CMYK | 0.18 | 0 | 0.17 | 0.19 |
| HSL | 126.32º | 0.28% | 0.73% | - |
| HSV(B) | 126.32º | 0.18% | 0.81% | - |
| XYZ | 45.67 | 55.45 | 47.33 | - |
| YUV | 190.76 | 117.41 | 111.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 206 | 172 | 0.18 | 0 | 0.17 | 0.19 | 126.32 | 0.28 | 0.73 |
| Hex | A8 | CE | AC | 12 | 0 | 11 | 13 | 7E | 1C | 49 |
| Octal | 250 | 316 | 254 | 22 | 0 | 21 | 23 | 176 | 34 | 111 |
| Binary | 10101000 | 11001110 | 10101100 | 10010 | 0 | 10001 | 10011 | 1111110 | 11100 | 1001001 |
Color Harmonies of #A8CEAC
Complementary color
Monochromatic Colors of #A8CEAC
Black with #A8CEAC
Text Example
Text Example
White with #A8CEAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8CEAC; }
p { color: rgb(168,206,172); }
H1.HeaderClassName
{
color: #A8CEAC;
}
.AnyTagClassName
{
color: #A8CEAC;
}
</style>
background-color css
<style>
a { background-color: #A8CEAC; }
a { background-color: rgb(168,206,172); }
div.DivClassName
{
background-color: #A8CEAC;
}
.BgClassName
{
background-color: #A8CEAC;
}
</style>
border-color css
<style>
span { border-color: #A8CEAC; }
span { border-color: rgb(168,206,172); }
td.TdClassName
{
border-color: #A8CEAC;
}
.TagClassName
{
border-color: #A8CEAC;
}
</style>