Shades of Gum Leaf #ACCFB1
Tints of Gum Leaf #ACCFB1
RGB
CMYK
RGB Variations
Color information
#ACCFB1 (or 0xACCFB1) is known color: Gum Leaf. HEX triplet: AC, CF and B1. RGB value is (172,207,177). Sum of RGB (Red+Green+Blue) = 172+207+177=556 (73% of max value = 765). Red value is 172 (67.58% from 255 or 30.94% from 556); Green value is 207 (81.25% from 255 or 37.23% from 556); Blue value is 177 (69.53% from 255 or 31.83% from 556); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFB1 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCFB1 is #53304E. Grayscale: #C1C1C1. Windows color (decimal): -5451855 or 11653036. OLE color: 11653036.
HSL color Cylindrical-coordinate representation of color #ACCFB1: hue angle of 128.57º 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 #ACCFB1 is Cyan = 0.17, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 177 | - |
| CMYK | 0.17 | 0 | 0.14 | 0.19 |
| HSL | 128.57º | 0.27% | 0.74% | - |
| HSV(B) | 128.57º | 0.17% | 0.81% | - |
| XYZ | 47.26 | 56.57 | 50.02 | - |
| YUV | 193.12 | 118.9 | 112.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 177 | 0.17 | 0 | 0.14 | 0.19 | 128.57 | 0.27 | 0.74 |
| Hex | AC | CF | B1 | 11 | 0 | E | 13 | 81 | 1B | 4A |
| Octal | 254 | 317 | 261 | 21 | 0 | 16 | 23 | 201 | 33 | 112 |
| Binary | 10101100 | 11001111 | 10110001 | 10001 | 0 | 1110 | 10011 | 10000001 | 11011 | 1001010 |
Color Harmonies of #ACCFB1
Complementary color
Monochromatic Colors of #ACCFB1
Black with #ACCFB1
Text Example
Text Example
White with #ACCFB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCFB1; }
p { color: rgb(172,207,177); }
H1.HeaderClassName
{
color: #ACCFB1;
}
.AnyTagClassName
{
color: #ACCFB1;
}
</style>
background-color css
<style>
a { background-color: #ACCFB1; }
a { background-color: rgb(172,207,177); }
div.DivClassName
{
background-color: #ACCFB1;
}
.BgClassName
{
background-color: #ACCFB1;
}
</style>
border-color css
<style>
span { border-color: #ACCFB1; }
span { border-color: rgb(172,207,177); }
td.TdClassName
{
border-color: #ACCFB1;
}
.TagClassName
{
border-color: #ACCFB1;
}
</style>