Shades of Gum Leaf #A6CFAC
Tints of Gum Leaf #A6CFAC
RGB
CMYK
RGB Variations
Color information
#A6CFAC (or 0xA6CFAC) is known color: Gum Leaf. HEX triplet: A6, CF and AC. RGB value is (166,207,172). Sum of RGB (Red+Green+Blue) = 166+207+172=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 207 (81.25% from 255 or 37.98% from 545); Blue value is 172 (67.58% from 255 or 31.56% from 545); Max value from RGB is 207 - color contains mainly: green. Hex color #A6CFAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6CFAC is #593053. Grayscale: #BEBEBE. Windows color (decimal): -5845076 or 11325350. OLE color: 11325350.
HSL color Cylindrical-coordinate representation of color #A6CFAC: hue angle of 128.78º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #A6CFAC is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 166 | 207 | 172 | - |
| CMYK | 0.20 | 0 | 0.17 | 0.19 |
| HSL | 128.78º | 0.3% | 0.73% | - |
| HSV(B) | 128.78º | 0.2% | 0.81% | - |
| XYZ | 45.49 | 55.71 | 47.39 | - |
| YUV | 190.75 | 117.42 | 110.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 207 | 172 | 0.20 | 0 | 0.17 | 0.19 | 128.78 | 0.3 | 0.73 |
| Hex | A6 | CF | AC | 14 | 0 | 11 | 13 | 81 | 1E | 49 |
| Octal | 246 | 317 | 254 | 24 | 0 | 21 | 23 | 201 | 36 | 111 |
| Binary | 10100110 | 11001111 | 10101100 | 10100 | 0 | 10001 | 10011 | 10000001 | 11110 | 1001001 |
Color Harmonies of #A6CFAC
Complementary color
Monochromatic Colors of #A6CFAC
Black with #A6CFAC
Text Example
Text Example
White with #A6CFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6CFAC; }
p { color: rgb(166,207,172); }
H1.HeaderClassName
{
color: #A6CFAC;
}
.AnyTagClassName
{
color: #A6CFAC;
}
</style>
background-color css
<style>
a { background-color: #A6CFAC; }
a { background-color: rgb(166,207,172); }
div.DivClassName
{
background-color: #A6CFAC;
}
.BgClassName
{
background-color: #A6CFAC;
}
</style>
border-color css
<style>
span { border-color: #A6CFAC; }
span { border-color: rgb(166,207,172); }
td.TdClassName
{
border-color: #A6CFAC;
}
.TagClassName
{
border-color: #A6CFAC;
}
</style>