Shades of Gum Leaf #A4CFAF
Tints of Gum Leaf #A4CFAF
RGB
CMYK
RGB Variations
Color information
#A4CFAF (or 0xA4CFAF) is known color: Gum Leaf. HEX triplet: A4, CF and AF. RGB value is (164,207,175). Sum of RGB (Red+Green+Blue) = 164+207+175=546 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.04% from 546); Green value is 207 (81.25% from 255 or 37.91% from 546); Blue value is 175 (68.75% from 255 or 32.05% from 546); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CFAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CFAF is #5B3050. Grayscale: #BEBEBE. Windows color (decimal): -5976145 or 11521956. OLE color: 11521956.
HSL color Cylindrical-coordinate representation of color #A4CFAF: hue angle of 135.35º degrees, saturation: 0.31, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A4CFAF is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 207 | 175 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.19 |
| HSL | 135.35º | 0.31% | 0.73% | - |
| HSV(B) | 135.35º | 0.21% | 0.81% | - |
| XYZ | 45.36 | 55.61 | 48.9 | - |
| YUV | 190.5 | 119.25 | 109.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 175 | 0.21 | 0 | 0.15 | 0.19 | 135.35 | 0.31 | 0.73 |
| Hex | A4 | CF | AF | 15 | 0 | F | 13 | 87 | 1F | 49 |
| Octal | 244 | 317 | 257 | 25 | 0 | 17 | 23 | 207 | 37 | 111 |
| Binary | 10100100 | 11001111 | 10101111 | 10101 | 0 | 1111 | 10011 | 10000111 | 11111 | 1001001 |
Color Harmonies of #A4CFAF
Complementary color
Monochromatic Colors of #A4CFAF
Black with #A4CFAF
Text Example
Text Example
White with #A4CFAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CFAF; }
p { color: rgb(164,207,175); }
H1.HeaderClassName
{
color: #A4CFAF;
}
.AnyTagClassName
{
color: #A4CFAF;
}
</style>
background-color css
<style>
a { background-color: #A4CFAF; }
a { background-color: rgb(164,207,175); }
div.DivClassName
{
background-color: #A4CFAF;
}
.BgClassName
{
background-color: #A4CFAF;
}
</style>
border-color css
<style>
span { border-color: #A4CFAF; }
span { border-color: rgb(164,207,175); }
td.TdClassName
{
border-color: #A4CFAF;
}
.TagClassName
{
border-color: #A4CFAF;
}
</style>