Shades of Gum Leaf #AACFAE
Tints of Gum Leaf #AACFAE
RGB
CMYK
RGB Variations
Color information
#AACFAE (or 0xAACFAE) is known color: Gum Leaf. HEX triplet: AA, CF and AE. RGB value is (170,207,174). Sum of RGB (Red+Green+Blue) = 170+207+174=551 (72% of max value = 765). Red value is 170 (66.80% from 255 or 30.85% from 551); Green value is 207 (81.25% from 255 or 37.57% from 551); Blue value is 174 (68.36% from 255 or 31.58% from 551); Max value from RGB is 207 - color contains mainly: green. Hex color #AACFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AACFAE is #553051. Grayscale: #C0C0C0. Windows color (decimal): -5582930 or 11456426. OLE color: 11456426.
HSL color Cylindrical-coordinate representation of color #AACFAE: hue angle of 126.49º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #AACFAE is Cyan = 0.18, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 170 | 207 | 174 | - |
| CMYK | 0.18 | 0 | 0.16 | 0.19 |
| HSL | 126.49º | 0.28% | 0.74% | - |
| HSV(B) | 126.49º | 0.18% | 0.81% | - |
| XYZ | 46.53 | 56.23 | 48.45 | - |
| YUV | 192.18 | 117.74 | 112.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 207 | 174 | 0.18 | 0 | 0.16 | 0.19 | 126.49 | 0.28 | 0.74 |
| Hex | AA | CF | AE | 12 | 0 | 10 | 13 | 7E | 1C | 4A |
| Octal | 252 | 317 | 256 | 22 | 0 | 20 | 23 | 176 | 34 | 112 |
| Binary | 10101010 | 11001111 | 10101110 | 10010 | 0 | 10000 | 10011 | 1111110 | 11100 | 1001010 |
Color Harmonies of #AACFAE
Complementary color
Monochromatic Colors of #AACFAE
Black with #AACFAE
Text Example
Text Example
White with #AACFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AACFAE; }
p { color: rgb(170,207,174); }
H1.HeaderClassName
{
color: #AACFAE;
}
.AnyTagClassName
{
color: #AACFAE;
}
</style>
background-color css
<style>
a { background-color: #AACFAE; }
a { background-color: rgb(170,207,174); }
div.DivClassName
{
background-color: #AACFAE;
}
.BgClassName
{
background-color: #AACFAE;
}
</style>
border-color css
<style>
span { border-color: #AACFAE; }
span { border-color: rgb(170,207,174); }
td.TdClassName
{
border-color: #AACFAE;
}
.TagClassName
{
border-color: #AACFAE;
}
</style>