Shades of Gum Leaf #ACC5AF
Tints of Gum Leaf #ACC5AF
RGB
CMYK
RGB Variations
Color information
#ACC5AF (or 0xACC5AF) is known color: Gum Leaf. HEX triplet: AC, C5 and AF. RGB value is (172,197,175). Sum of RGB (Red+Green+Blue) = 172+197+175=544 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.62% from 544); Green value is 197 (77.34% from 255 or 36.21% from 544); Blue value is 175 (68.75% from 255 or 32.17% from 544); Max value from RGB is 197 - color contains mainly: green. Hex color #ACC5AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC5AF is #533A50. Grayscale: #BBBBBB. Windows color (decimal): -5454417 or 11519404. OLE color: 11519404.
HSL color Cylindrical-coordinate representation of color #ACC5AF: hue angle of 127.2º degrees, saturation: 0.18, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #ACC5AF is Cyan = 0.13, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 172 | 197 | 175 | - |
| CMYK | 0.13 | 0 | 0.11 | 0.23 |
| HSL | 127.2º | 0.18% | 0.72% | - |
| HSV(B) | 127.2º | 0.13% | 0.77% | - |
| XYZ | 44.72 | 51.8 | 48.2 | - |
| YUV | 187.02 | 121.22 | 117.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 197 | 175 | 0.13 | 0 | 0.11 | 0.23 | 127.2 | 0.18 | 0.72 |
| Hex | AC | C5 | AF | D | 0 | B | 17 | 7F | 12 | 48 |
| Octal | 254 | 305 | 257 | 15 | 0 | 13 | 27 | 177 | 22 | 110 |
| Binary | 10101100 | 11000101 | 10101111 | 1101 | 0 | 1011 | 10111 | 1111111 | 10010 | 1001000 |
Color Harmonies of #ACC5AF
Complementary color
Monochromatic Colors of #ACC5AF
Black with #ACC5AF
Text Example
Text Example
White with #ACC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC5AF; }
p { color: rgb(172,197,175); }
H1.HeaderClassName
{
color: #ACC5AF;
}
.AnyTagClassName
{
color: #ACC5AF;
}
</style>
background-color css
<style>
a { background-color: #ACC5AF; }
a { background-color: rgb(172,197,175); }
div.DivClassName
{
background-color: #ACC5AF;
}
.BgClassName
{
background-color: #ACC5AF;
}
</style>
border-color css
<style>
span { border-color: #ACC5AF; }
span { border-color: rgb(172,197,175); }
td.TdClassName
{
border-color: #ACC5AF;
}
.TagClassName
{
border-color: #ACC5AF;
}
</style>