Shades of Gum Leaf #ACCFAF
Tints of Gum Leaf #ACCFAF
RGB
CMYK
RGB Variations
Color information
#ACCFAF (or 0xACCFAF) is known color: Gum Leaf. HEX triplet: AC, CF and AF. RGB value is (172,207,175). Sum of RGB (Red+Green+Blue) = 172+207+175=554 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.05% from 554); Green value is 207 (81.25% from 255 or 37.36% from 554); Blue value is 175 (68.75% from 255 or 31.59% from 554); Max value from RGB is 207 - color contains mainly: green. Hex color #ACCFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCFAF is #533050. Grayscale: #C0C0C0. Windows color (decimal): -5451857 or 11521964. OLE color: 11521964.
HSL color Cylindrical-coordinate representation of color #ACCFAF: hue angle of 125.14º 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 #ACCFAF is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 207 | 175 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.19 |
| HSL | 125.14º | 0.27% | 0.74% | - |
| HSV(B) | 125.14º | 0.17% | 0.81% | - |
| XYZ | 47.06 | 56.49 | 48.98 | - |
| YUV | 192.89 | 117.9 | 113.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 207 | 175 | 0.17 | 0 | 0.15 | 0.19 | 125.14 | 0.27 | 0.74 |
| Hex | AC | CF | AF | 11 | 0 | F | 13 | 7D | 1B | 4A |
| Octal | 254 | 317 | 257 | 21 | 0 | 17 | 23 | 175 | 33 | 112 |
| Binary | 10101100 | 11001111 | 10101111 | 10001 | 0 | 1111 | 10011 | 1111101 | 11011 | 1001010 |
Color Harmonies of #ACCFAF
Complementary color
Monochromatic Colors of #ACCFAF
Black with #ACCFAF
Text Example
Text Example
White with #ACCFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCFAF; }
p { color: rgb(172,207,175); }
H1.HeaderClassName
{
color: #ACCFAF;
}
.AnyTagClassName
{
color: #ACCFAF;
}
</style>
background-color css
<style>
a { background-color: #ACCFAF; }
a { background-color: rgb(172,207,175); }
div.DivClassName
{
background-color: #ACCFAF;
}
.BgClassName
{
background-color: #ACCFAF;
}
</style>
border-color css
<style>
span { border-color: #ACCFAF; }
span { border-color: rgb(172,207,175); }
td.TdClassName
{
border-color: #ACCFAF;
}
.TagClassName
{
border-color: #ACCFAF;
}
</style>