Shades of Gum Leaf #ABCAAF
Tints of Gum Leaf #ABCAAF
RGB
CMYK
RGB Variations
Color information
#ABCAAF (or 0xABCAAF) is known color: Gum Leaf. HEX triplet: AB, CA and AF. RGB value is (171,202,175). Sum of RGB (Red+Green+Blue) = 171+202+175=548 (72% of max value = 765). Red value is 171 (67.19% from 255 or 31.20% from 548); Green value is 202 (79.30% from 255 or 36.86% from 548); Blue value is 175 (68.75% from 255 or 31.93% from 548); Max value from RGB is 202 - color contains mainly: green. Hex color #ABCAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ABCAAF is #543550. Grayscale: #BDBDBD. Windows color (decimal): -5518673 or 11520683. OLE color: 11520683.
HSL color Cylindrical-coordinate representation of color #ABCAAF: hue angle of 127.74º degrees, saturation: 0.23, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABCAAF is Cyan = 0.15, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 171 | 202 | 175 | - |
| CMYK | 0.15 | 0 | 0.13 | 0.21 |
| HSL | 127.74º | 0.23% | 0.73% | - |
| HSV(B) | 127.74º | 0.15% | 0.79% | - |
| XYZ | 45.65 | 53.99 | 48.57 | - |
| YUV | 189.65 | 119.73 | 114.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 202 | 175 | 0.15 | 0 | 0.13 | 0.21 | 127.74 | 0.23 | 0.73 |
| Hex | AB | CA | AF | F | 0 | D | 15 | 80 | 17 | 49 |
| Octal | 253 | 312 | 257 | 17 | 0 | 15 | 25 | 200 | 27 | 111 |
| Binary | 10101011 | 11001010 | 10101111 | 1111 | 0 | 1101 | 10101 | 10000000 | 10111 | 1001001 |
Color Harmonies of #ABCAAF
Complementary color
Monochromatic Colors of #ABCAAF
Black with #ABCAAF
Text Example
Text Example
White with #ABCAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABCAAF; }
p { color: rgb(171,202,175); }
H1.HeaderClassName
{
color: #ABCAAF;
}
.AnyTagClassName
{
color: #ABCAAF;
}
</style>
background-color css
<style>
a { background-color: #ABCAAF; }
a { background-color: rgb(171,202,175); }
div.DivClassName
{
background-color: #ABCAAF;
}
.BgClassName
{
background-color: #ABCAAF;
}
</style>
border-color css
<style>
span { border-color: #ABCAAF; }
span { border-color: rgb(171,202,175); }
td.TdClassName
{
border-color: #ABCAAF;
}
.TagClassName
{
border-color: #ABCAAF;
}
</style>