Shades of Gum Leaf #ACCFB2
Tints of Gum Leaf #ACCFB2
RGB
CMYK
RGB Variations
Color information
#ACCFB2 (or 0xACCFB2) is known color: Gum Leaf. HEX triplet: AC, CF and B2. RGB value is (172,207,178). Sum of RGB (Red+Green+Blue) = 172+207+178=557 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.88% from 557); Green value is 207 (81.25% from 255 or 37.16% from 557); Blue value is 178 (69.92% from 255 or 31.96% from 557); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFB2 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCFB2 is #53304D. Grayscale: #C1C1C1. Windows color (decimal): -5451854 or 11718572. OLE color: 11718572.
HSL color Cylindrical-coordinate representation of color #ACCFB2: hue angle of 130.29º degrees, saturation: 0.27, 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 #ACCFB2 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 178 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.19 |
| HSL | 130.29º | 0.27% | 0.74% | - |
| HSV(B) | 130.29º | 0.17% | 0.81% | - |
| XYZ | 47.36 | 56.61 | 50.55 | - |
| YUV | 193.23 | 119.4 | 112.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 178 | 0.17 | 0 | 0.14 | 0.19 | 130.29 | 0.27 | 0.74 |
| Hex | AC | CF | B2 | 11 | 0 | E | 13 | 82 | 1B | 4A |
| Octal | 254 | 317 | 262 | 21 | 0 | 16 | 23 | 202 | 33 | 112 |
| Binary | 10101100 | 11001111 | 10110010 | 10001 | 0 | 1110 | 10011 | 10000010 | 11011 | 1001010 |
Color Harmonies of #ACCFB2
Complementary color
Monochromatic Colors of #ACCFB2
Black with #ACCFB2
Text Example
Text Example
White with #ACCFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCFB2; }
p { color: rgb(172,207,178); }
H1.HeaderClassName
{
color: #ACCFB2;
}
.AnyTagClassName
{
color: #ACCFB2;
}
</style>
background-color css
<style>
a { background-color: #ACCFB2; }
a { background-color: rgb(172,207,178); }
div.DivClassName
{
background-color: #ACCFB2;
}
.BgClassName
{
background-color: #ACCFB2;
}
</style>
border-color css
<style>
span { border-color: #ACCFB2; }
span { border-color: rgb(172,207,178); }
td.TdClassName
{
border-color: #ACCFB2;
}
.TagClassName
{
border-color: #ACCFB2;
}
</style>