Shades of Gum Leaf #A4C5AD
Tints of Gum Leaf #A4C5AD
RGB
CMYK
RGB Variations
Color information
#A4C5AD (or 0xA4C5AD) is known color: Gum Leaf. HEX triplet: A4, C5 and AD. RGB value is (164,197,173). Sum of RGB (Red+Green+Blue) = 164+197+173=534 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.71% from 534); Green value is 197 (77.34% from 255 or 36.89% from 534); Blue value is 173 (67.97% from 255 or 32.40% from 534); Max value from RGB is 197 - color contains mainly: green. Hex color #A4C5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C5AD is #5B3A52. Grayscale: #B8B8B8. Windows color (decimal): -5978707 or 11388324. OLE color: 11388324.
HSL color Cylindrical-coordinate representation of color #A4C5AD: hue angle of 136.36º degrees, saturation: 0.22, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A4C5AD is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 164 | 197 | 173 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.23 |
| HSL | 136.36º | 0.22% | 0.71% | - |
| HSV(B) | 136.36º | 0.17% | 0.77% | - |
| XYZ | 42.82 | 50.84 | 47.09 | - |
| YUV | 184.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 197 | 173 | 0.17 | 0 | 0.12 | 0.23 | 136.36 | 0.22 | 0.71 |
| Hex | A4 | C5 | AD | 11 | 0 | C | 17 | 88 | 16 | 47 |
| Octal | 244 | 305 | 255 | 21 | 0 | 14 | 27 | 210 | 26 | 107 |
| Binary | 10100100 | 11000101 | 10101101 | 10001 | 0 | 1100 | 10111 | 10001000 | 10110 | 1000111 |
Color Harmonies of #A4C5AD
Complementary color
Monochromatic Colors of #A4C5AD
Black with #A4C5AD
Text Example
Text Example
White with #A4C5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C5AD; }
p { color: rgb(164,197,173); }
H1.HeaderClassName
{
color: #A4C5AD;
}
.AnyTagClassName
{
color: #A4C5AD;
}
</style>
background-color css
<style>
a { background-color: #A4C5AD; }
a { background-color: rgb(164,197,173); }
div.DivClassName
{
background-color: #A4C5AD;
}
.BgClassName
{
background-color: #A4C5AD;
}
</style>
border-color css
<style>
span { border-color: #A4C5AD; }
span { border-color: rgb(164,197,173); }
td.TdClassName
{
border-color: #A4C5AD;
}
.TagClassName
{
border-color: #A4C5AD;
}
</style>