Shades of Gum Leaf #ACC4AF
Tints of Gum Leaf #ACC4AF
RGB
CMYK
RGB Variations
Color information
#ACC4AF (or 0xACC4AF) is known color: Gum Leaf. HEX triplet: AC, C4 and AF. RGB value is (172,196,175). Sum of RGB (Red+Green+Blue) = 172+196+175=543 (71% of max value = 765). Red value is 172 (67.58% from 255 or 31.68% from 543); Green value is 196 (76.95% from 255 or 36.10% from 543); Blue value is 175 (68.75% from 255 or 32.23% from 543); Max value from RGB is 196 - color contains mainly: green. Hex color #ACC4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC4AF is #533B50. Grayscale: #BABABA. Windows color (decimal): -5454673 or 11519148. OLE color: 11519148.
HSL color Cylindrical-coordinate representation of color #ACC4AF: hue angle of 127.5º degrees, saturation: 0.17, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #ACC4AF is Cyan = 0.12, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 196 | 175 | - |
| CMYK | 0.12 | 0 | 0.11 | 0.23 |
| HSL | 127.5º | 0.17% | 0.72% | - |
| HSV(B) | 127.5º | 0.12% | 0.77% | - |
| XYZ | 44.49 | 51.35 | 48.12 | - |
| YUV | 186.43 | 121.55 | 117.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 196 | 175 | 0.12 | 0 | 0.11 | 0.23 | 127.5 | 0.17 | 0.72 |
| Hex | AC | C4 | AF | C | 0 | B | 17 | 80 | 11 | 48 |
| Octal | 254 | 304 | 257 | 14 | 0 | 13 | 27 | 200 | 21 | 110 |
| Binary | 10101100 | 11000100 | 10101111 | 1100 | 0 | 1011 | 10111 | 10000000 | 10001 | 1001000 |
Color Harmonies of #ACC4AF
Complementary color
Monochromatic Colors of #ACC4AF
Black with #ACC4AF
Text Example
Text Example
White with #ACC4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC4AF; }
p { color: rgb(172,196,175); }
H1.HeaderClassName
{
color: #ACC4AF;
}
.AnyTagClassName
{
color: #ACC4AF;
}
</style>
background-color css
<style>
a { background-color: #ACC4AF; }
a { background-color: rgb(172,196,175); }
div.DivClassName
{
background-color: #ACC4AF;
}
.BgClassName
{
background-color: #ACC4AF;
}
</style>
border-color css
<style>
span { border-color: #ACC4AF; }
span { border-color: rgb(172,196,175); }
td.TdClassName
{
border-color: #ACC4AF;
}
.TagClassName
{
border-color: #ACC4AF;
}
</style>