Shades of Gum Leaf #ABCFAE
Tints of Gum Leaf #ABCFAE
RGB
CMYK
RGB Variations
Color information
#ABCFAE (or 0xABCFAE) is known color: Gum Leaf. HEX triplet: AB, CF and AE. RGB value is (171,207,174). Sum of RGB (Red+Green+Blue) = 171+207+174=552 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.98% from 552); Green value is 207 (81.25% from 255 or 37.5% from 552); Blue value is 174 (68.36% from 255 or 31.52% from 552); Max value from RGB is 207 - color contains mainly: green. Hex color #ABCFAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCFAE is #543051. Grayscale: #C0C0C0. Windows color (decimal): -5517394 or 11456427. OLE color: 11456427.
HSL color Cylindrical-coordinate representation of color #ABCFAE: hue angle of 125º 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 #ABCFAE is Cyan = 0.17, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 171 | 207 | 174 | - |
| CMYK | 0.17 | 0 | 0.16 | 0.19 |
| HSL | 125º | 0.27% | 0.74% | - |
| HSV(B) | 125º | 0.17% | 0.81% | - |
| XYZ | 46.75 | 56.34 | 48.46 | - |
| YUV | 192.47 | 117.57 | 112.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 207 | 174 | 0.17 | 0 | 0.16 | 0.19 | 125 | 0.27 | 0.74 |
| Hex | AB | CF | AE | 11 | 0 | 10 | 13 | 7D | 1B | 4A |
| Octal | 253 | 317 | 256 | 21 | 0 | 20 | 23 | 175 | 33 | 112 |
| Binary | 10101011 | 11001111 | 10101110 | 10001 | 0 | 10000 | 10011 | 1111101 | 11011 | 1001010 |
Color Harmonies of #ABCFAE
Complementary color
Monochromatic Colors of #ABCFAE
Black with #ABCFAE
Text Example
Text Example
White with #ABCFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCFAE; }
p { color: rgb(171,207,174); }
H1.HeaderClassName
{
color: #ABCFAE;
}
.AnyTagClassName
{
color: #ABCFAE;
}
</style>
background-color css
<style>
a { background-color: #ABCFAE; }
a { background-color: rgb(171,207,174); }
div.DivClassName
{
background-color: #ABCFAE;
}
.BgClassName
{
background-color: #ABCFAE;
}
</style>
border-color css
<style>
span { border-color: #ABCFAE; }
span { border-color: rgb(171,207,174); }
td.TdClassName
{
border-color: #ABCFAE;
}
.TagClassName
{
border-color: #ABCFAE;
}
</style>