Shades of Gum Leaf #ACC8AF
Tints of Gum Leaf #ACC8AF
RGB
CMYK
RGB Variations
Color information
#ACC8AF (or 0xACC8AF) is known color: Gum Leaf. HEX triplet: AC, C8 and AF. RGB value is (172,200,175). Sum of RGB (Red+Green+Blue) = 172+200+175=547 (72% of max value = 765). Red value is 172 (67.58% from 255 or 31.44% from 547); Green value is 200 (78.52% from 255 or 36.56% from 547); Blue value is 175 (68.75% from 255 or 31.99% from 547); Max value from RGB is 200 - color contains mainly: green. Hex color #ACC8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACC8AF is #533750. Grayscale: #BCBCBC. Windows color (decimal): -5453649 or 11520172. OLE color: 11520172.
HSL color Cylindrical-coordinate representation of color #ACC8AF: hue angle of 126.43º degrees, saturation: 0.2, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #ACC8AF is Cyan = 0.14, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 172 | 200 | 175 | - |
| CMYK | 0.14 | 0 | 0.12 | 0.22 |
| HSL | 126.43º | 0.2% | 0.73% | - |
| HSV(B) | 126.43º | 0.14% | 0.78% | - |
| XYZ | 45.41 | 53.17 | 48.43 | - |
| YUV | 188.78 | 120.22 | 116.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 200 | 175 | 0.14 | 0 | 0.12 | 0.22 | 126.43 | 0.2 | 0.73 |
| Hex | AC | C8 | AF | E | 0 | C | 16 | 7E | 14 | 49 |
| Octal | 254 | 310 | 257 | 16 | 0 | 14 | 26 | 176 | 24 | 111 |
| Binary | 10101100 | 11001000 | 10101111 | 1110 | 0 | 1100 | 10110 | 1111110 | 10100 | 1001001 |
Color Harmonies of #ACC8AF
Complementary color
Monochromatic Colors of #ACC8AF
Black with #ACC8AF
Text Example
Text Example
White with #ACC8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACC8AF; }
p { color: rgb(172,200,175); }
H1.HeaderClassName
{
color: #ACC8AF;
}
.AnyTagClassName
{
color: #ACC8AF;
}
</style>
background-color css
<style>
a { background-color: #ACC8AF; }
a { background-color: rgb(172,200,175); }
div.DivClassName
{
background-color: #ACC8AF;
}
.BgClassName
{
background-color: #ACC8AF;
}
</style>
border-color css
<style>
span { border-color: #ACC8AF; }
span { border-color: rgb(172,200,175); }
td.TdClassName
{
border-color: #ACC8AF;
}
.TagClassName
{
border-color: #ACC8AF;
}
</style>