Shades of Gum Leaf #ABCCAF
Tints of Gum Leaf #ABCCAF
RGB
CMYK
RGB Variations
Color information
#ABCCAF (or 0xABCCAF) is known color: Gum Leaf. HEX triplet: AB, CC and AF. RGB value is (171,204,175). Sum of RGB (Red+Green+Blue) = 171+204+175=550 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.09% from 550); Green value is 204 (80.08% from 255 or 37.09% from 550); Blue value is 175 (68.75% from 255 or 31.82% from 550); Max value from RGB is 204 - color contains mainly: green. Hex color #ABCCAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCCAF is #543350. Grayscale: #BEBEBE. Windows color (decimal): -5518161 or 11521195. OLE color: 11521195.
HSL color Cylindrical-coordinate representation of color #ABCCAF: hue angle of 127.27º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABCCAF is Cyan = 0.16, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 171 | 204 | 175 | - |
| CMYK | 0.16 | 0 | 0.14 | 0.2 |
| HSL | 127.27º | 0.24% | 0.74% | - |
| HSV(B) | 127.27º | 0.16% | 0.8% | - |
| XYZ | 46.13 | 54.94 | 48.73 | - |
| YUV | 190.83 | 119.07 | 113.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 204 | 175 | 0.16 | 0 | 0.14 | 0.2 | 127.27 | 0.24 | 0.74 |
| Hex | AB | CC | AF | 10 | 0 | E | 14 | 7F | 18 | 4A |
| Octal | 253 | 314 | 257 | 20 | 0 | 16 | 24 | 177 | 30 | 112 |
| Binary | 10101011 | 11001100 | 10101111 | 10000 | 0 | 1110 | 10100 | 1111111 | 11000 | 1001010 |
Color Harmonies of #ABCCAF
Complementary color
Monochromatic Colors of #ABCCAF
Black with #ABCCAF
Text Example
Text Example
White with #ABCCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCCAF; }
p { color: rgb(171,204,175); }
H1.HeaderClassName
{
color: #ABCCAF;
}
.AnyTagClassName
{
color: #ABCCAF;
}
</style>
background-color css
<style>
a { background-color: #ABCCAF; }
a { background-color: rgb(171,204,175); }
div.DivClassName
{
background-color: #ABCCAF;
}
.BgClassName
{
background-color: #ABCCAF;
}
</style>
border-color css
<style>
span { border-color: #ABCCAF; }
span { border-color: rgb(171,204,175); }
td.TdClassName
{
border-color: #ABCCAF;
}
.TagClassName
{
border-color: #ABCCAF;
}
</style>