Shades of Gum Leaf #ACCEB0
Tints of Gum Leaf #ACCEB0
RGB
CMYK
RGB Variations
Color information
#ACCEB0 (or 0xACCEB0) is known color: Gum Leaf. HEX triplet: AC, CE and B0. RGB value is (172,206,176). Sum of RGB (Red+Green+Blue) = 172+206+176=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 206 (80.86% from 255 or 37.18% from 554); Blue value is 176 (69.14% from 255 or 31.77% from 554); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCEB0 is #53314F. Grayscale: #C0C0C0. Windows color (decimal): -5452112 or 11587244. OLE color: 11587244.
HSL color Cylindrical-coordinate representation of color #ACCEB0: hue angle of 127.06º 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 #ACCEB0 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 176 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.19 |
| HSL | 127.06º | 0.26% | 0.74% | - |
| HSV(B) | 127.06º | 0.17% | 0.81% | - |
| XYZ | 46.92 | 56.05 | 49.42 | - |
| YUV | 192.41 | 118.74 | 113.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 176 | 0.17 | 0 | 0.15 | 0.19 | 127.06 | 0.26 | 0.74 |
| Hex | AC | CE | B0 | 11 | 0 | F | 13 | 7F | 1A | 4A |
| Octal | 254 | 316 | 260 | 21 | 0 | 17 | 23 | 177 | 32 | 112 |
| Binary | 10101100 | 11001110 | 10110000 | 10001 | 0 | 1111 | 10011 | 1111111 | 11010 | 1001010 |
Color Harmonies of #ACCEB0
Complementary color
Monochromatic Colors of #ACCEB0
Black with #ACCEB0
Text Example
Text Example
White with #ACCEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEB0; }
p { color: rgb(172,206,176); }
H1.HeaderClassName
{
color: #ACCEB0;
}
.AnyTagClassName
{
color: #ACCEB0;
}
</style>
background-color css
<style>
a { background-color: #ACCEB0; }
a { background-color: rgb(172,206,176); }
div.DivClassName
{
background-color: #ACCEB0;
}
.BgClassName
{
background-color: #ACCEB0;
}
</style>
border-color css
<style>
span { border-color: #ACCEB0; }
span { border-color: rgb(172,206,176); }
td.TdClassName
{
border-color: #ACCEB0;
}
.TagClassName
{
border-color: #ACCEB0;
}
</style>