Shades of Gum Leaf #ACCEB1
Tints of Gum Leaf #ACCEB1
RGB
CMYK
RGB Variations
Color information
#ACCEB1 (or 0xACCEB1) is known color: Gum Leaf. HEX triplet: AC, CE and B1. RGB value is (172,206,177). Sum of RGB (Red+Green+Blue) = 172+206+177=555 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.99% from 555); Green value is 206 (80.86% from 255 or 37.12% from 555); Blue value is 177 (69.53% from 255 or 31.89% from 555); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCEB1 is #53314E. Grayscale: #C0C0C0. Windows color (decimal): -5452111 or 11652780. OLE color: 11652780.
HSL color Cylindrical-coordinate representation of color #ACCEB1: hue angle of 128.82º degrees, saturation: 0.26, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ACCEB1 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 177 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.19 |
| HSL | 128.82º | 0.26% | 0.74% | - |
| HSV(B) | 128.82º | 0.17% | 0.81% | - |
| XYZ | 47.02 | 56.09 | 49.94 | - |
| YUV | 192.53 | 119.24 | 113.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 177 | 0.17 | 0 | 0.14 | 0.19 | 128.82 | 0.26 | 0.74 |
| Hex | AC | CE | B1 | 11 | 0 | E | 13 | 81 | 1A | 4A |
| Octal | 254 | 316 | 261 | 21 | 0 | 16 | 23 | 201 | 32 | 112 |
| Binary | 10101100 | 11001110 | 10110001 | 10001 | 0 | 1110 | 10011 | 10000001 | 11010 | 1001010 |
Color Harmonies of #ACCEB1
Complementary color
Monochromatic Colors of #ACCEB1
Black with #ACCEB1
Text Example
Text Example
White with #ACCEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEB1; }
p { color: rgb(172,206,177); }
H1.HeaderClassName
{
color: #ACCEB1;
}
.AnyTagClassName
{
color: #ACCEB1;
}
</style>
background-color css
<style>
a { background-color: #ACCEB1; }
a { background-color: rgb(172,206,177); }
div.DivClassName
{
background-color: #ACCEB1;
}
.BgClassName
{
background-color: #ACCEB1;
}
</style>
border-color css
<style>
span { border-color: #ACCEB1; }
span { border-color: rgb(172,206,177); }
td.TdClassName
{
border-color: #ACCEB1;
}
.TagClassName
{
border-color: #ACCEB1;
}
</style>