Shades of Gum Leaf #ACCDB0
Tints of Gum Leaf #ACCDB0
RGB
CMYK
RGB Variations
Color information
#ACCDB0 (or 0xACCDB0) is known color: Gum Leaf. HEX triplet: AC, CD and B0. RGB value is (172,205,176). Sum of RGB (Red+Green+Blue) = 172+205+176=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 205 (80.47% from 255 or 37.07% from 553); Blue value is 176 (69.14% from 255 or 31.83% from 553); Max value from RGB is 205 - color contains mainly: green. Hex color #ACCDB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCDB0 is #53324F. Grayscale: #BFBFBF. Windows color (decimal): -5452368 or 11586988. OLE color: 11586988.
HSL color Cylindrical-coordinate representation of color #ACCDB0: hue angle of 127.27º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ACCDB0 is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.20.
Color convert
RGB | 172 | 205 | 176 | - |
CMYK | 0.16 | 0 | 0.14 | 0.20 |
HSL | 127.27º | 0.25% | 0.74% | - |
HSV(B) | 127.27º | 0.16% | 0.8% | - |
XYZ | 46.68 | 55.57 | 49.34 | - |
YUV | 191.83 | 119.07 | 113.86 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 205 | 176 | 0.16 | 0 | 0.14 | 0.20 | 127.27 | 0.25 | 0.74 |
Hex | AC | CD | B0 | 10 | 0 | E | 14 | 7F | 19 | 4A |
Octal | 254 | 315 | 260 | 20 | 0 | 16 | 24 | 177 | 31 | 112 |
Binary | 10101100 | 11001101 | 10110000 | 10000 | 0 | 1110 | 10100 | 1111111 | 11001 | 1001010 |
Color Harmonies of #ACCDB0
Complementary color
Monochromatic Colors of #ACCDB0
Black with #ACCDB0
Text Example
Text Example
White with #ACCDB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCDB0; }
p { color: rgb(172,205,176); }
H1.HeaderClassName
{
color: #ACCDB0;
}
.AnyTagClassName
{
color: #ACCDB0;
}
</style>
background-color css
<style>
a { background-color: #ACCDB0; }
a { background-color: rgb(172,205,176); }
div.DivClassName
{
background-color: #ACCDB0;
}
.BgClassName
{
background-color: #ACCDB0;
}
</style>
border-color css
<style>
span { border-color: #ACCDB0; }
span { border-color: rgb(172,205,176); }
td.TdClassName
{
border-color: #ACCDB0;
}
.TagClassName
{
border-color: #ACCDB0;
}
</style>