Shades of Gum Leaf #ACCEAF
Tints of Gum Leaf #ACCEAF
RGB
CMYK
RGB Variations
Color information
#ACCEAF (or 0xACCEAF) is known color: Gum Leaf. HEX triplet: AC, CE and AF. RGB value is (172,206,175). Sum of RGB (Red+Green+Blue) = 172+206+175=553 (73% of max value = 765). Red value is 172 (67.58% from 255 or 31.10% from 553); Green value is 206 (80.86% from 255 or 37.25% from 553); Blue value is 175 (68.75% from 255 or 31.65% from 553); Max value from RGB is 206 - color contains mainly: green. Hex color #ACCEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACCEAF is #533150. Grayscale: #C0C0C0. Windows color (decimal): -5452113 or 11521708. OLE color: 11521708.
HSL color Cylindrical-coordinate representation of color #ACCEAF: hue angle of 125.29º degrees, saturation: 0.26, 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 #ACCEAF is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 172 | 206 | 175 | - |
| CMYK | 0.17 | 0 | 0.15 | 0.19 |
| HSL | 125.29º | 0.26% | 0.74% | - |
| HSV(B) | 125.29º | 0.17% | 0.81% | - |
| XYZ | 46.82 | 56.01 | 48.9 | - |
| YUV | 192.3 | 118.24 | 113.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 206 | 175 | 0.17 | 0 | 0.15 | 0.19 | 125.29 | 0.26 | 0.74 |
| Hex | AC | CE | AF | 11 | 0 | F | 13 | 7D | 1A | 4A |
| Octal | 254 | 316 | 257 | 21 | 0 | 17 | 23 | 175 | 32 | 112 |
| Binary | 10101100 | 11001110 | 10101111 | 10001 | 0 | 1111 | 10011 | 1111101 | 11010 | 1001010 |
Color Harmonies of #ACCEAF
Complementary color
Monochromatic Colors of #ACCEAF
Black with #ACCEAF
Text Example
Text Example
White with #ACCEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACCEAF; }
p { color: rgb(172,206,175); }
H1.HeaderClassName
{
color: #ACCEAF;
}
.AnyTagClassName
{
color: #ACCEAF;
}
</style>
background-color css
<style>
a { background-color: #ACCEAF; }
a { background-color: rgb(172,206,175); }
div.DivClassName
{
background-color: #ACCEAF;
}
.BgClassName
{
background-color: #ACCEAF;
}
</style>
border-color css
<style>
span { border-color: #ACCEAF; }
span { border-color: rgb(172,206,175); }
td.TdClassName
{
border-color: #ACCEAF;
}
.TagClassName
{
border-color: #ACCEAF;
}
</style>