Shades of Gum Leaf #A4CFB0
Tints of Gum Leaf #A4CFB0
RGB
CMYK
RGB Variations
Color information
#A4CFB0 (or 0xA4CFB0) is known color: Gum Leaf. HEX triplet: A4, CF and B0. RGB value is (164,207,176). Sum of RGB (Red+Green+Blue) = 164+207+176=547 (72% of max value = 765). Red value is 164 (64.45% from 255 or 29.98% from 547); Green value is 207 (81.25% from 255 or 37.84% from 547); Blue value is 176 (69.14% from 255 or 32.18% from 547); Max value from RGB is 207 - color contains mainly: green. Hex color #A4CFB0 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4CFB0 is #5B304F. Grayscale: #BEBEBE. Windows color (decimal): -5976144 or 11587492. OLE color: 11587492.
HSL color Cylindrical-coordinate representation of color #A4CFB0: hue angle of 136.74º 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 #A4CFB0 is Cyan = 0.21, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 164 | 207 | 176 | - |
| CMYK | 0.21 | 0 | 0.15 | 0.19 |
| HSL | 136.74º | 0.31% | 0.73% | - |
| HSV(B) | 136.74º | 0.21% | 0.81% | - |
| XYZ | 45.46 | 55.65 | 49.42 | - |
| YUV | 190.61 | 119.75 | 109.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 207 | 176 | 0.21 | 0 | 0.15 | 0.19 | 136.74 | 0.31 | 0.73 |
| Hex | A4 | CF | B0 | 15 | 0 | F | 13 | 89 | 1F | 49 |
| Octal | 244 | 317 | 260 | 25 | 0 | 17 | 23 | 211 | 37 | 111 |
| Binary | 10100100 | 11001111 | 10110000 | 10101 | 0 | 1111 | 10011 | 10001001 | 11111 | 1001001 |
Color Harmonies of #A4CFB0
Complementary color
Monochromatic Colors of #A4CFB0
Black with #A4CFB0
Text Example
Text Example
White with #A4CFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4CFB0; }
p { color: rgb(164,207,176); }
H1.HeaderClassName
{
color: #A4CFB0;
}
.AnyTagClassName
{
color: #A4CFB0;
}
</style>
background-color css
<style>
a { background-color: #A4CFB0; }
a { background-color: rgb(164,207,176); }
div.DivClassName
{
background-color: #A4CFB0;
}
.BgClassName
{
background-color: #A4CFB0;
}
</style>
border-color css
<style>
span { border-color: #A4CFB0; }
span { border-color: rgb(164,207,176); }
td.TdClassName
{
border-color: #A4CFB0;
}
.TagClassName
{
border-color: #A4CFB0;
}
</style>