Shades of Gum Leaf #A4C2AD
Tints of Gum Leaf #A4C2AD
RGB
CMYK
RGB Variations
Color information
#A4C2AD (or 0xA4C2AD) is known color: Gum Leaf. HEX triplet: A4, C2 and AD. RGB value is (164,194,173). Sum of RGB (Red+Green+Blue) = 164+194+173=531 (70% of max value = 765). Red value is 164 (64.45% from 255 or 30.89% from 531); Green value is 194 (76.17% from 255 or 36.53% from 531); Blue value is 173 (67.97% from 255 or 32.58% from 531); Max value from RGB is 194 - color contains mainly: green. Hex color #A4C2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4C2AD is #5B3D52. Grayscale: #B6B6B6. Windows color (decimal): -5979475 or 11387556. OLE color: 11387556.
HSL color Cylindrical-coordinate representation of color #A4C2AD: hue angle of 138º degrees, saturation: 0.2, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #A4C2AD is Cyan = 0.15, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 164 | 194 | 173 | - |
| CMYK | 0.15 | 0 | 0.11 | 0.24 |
| HSL | 138º | 0.2% | 0.7% | - |
| HSV(B) | 138º | 0.15% | 0.76% | - |
| XYZ | 42.14 | 49.49 | 46.87 | - |
| YUV | 182.64 | 122.56 | 114.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 194 | 173 | 0.15 | 0 | 0.11 | 0.24 | 138 | 0.2 | 0.7 |
| Hex | A4 | C2 | AD | F | 0 | B | 18 | 8A | 14 | 46 |
| Octal | 244 | 302 | 255 | 17 | 0 | 13 | 30 | 212 | 24 | 106 |
| Binary | 10100100 | 11000010 | 10101101 | 1111 | 0 | 1011 | 11000 | 10001010 | 10100 | 1000110 |
Color Harmonies of #A4C2AD
Complementary color
Monochromatic Colors of #A4C2AD
Black with #A4C2AD
Text Example
Text Example
White with #A4C2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4C2AD; }
p { color: rgb(164,194,173); }
H1.HeaderClassName
{
color: #A4C2AD;
}
.AnyTagClassName
{
color: #A4C2AD;
}
</style>
background-color css
<style>
a { background-color: #A4C2AD; }
a { background-color: rgb(164,194,173); }
div.DivClassName
{
background-color: #A4C2AD;
}
.BgClassName
{
background-color: #A4C2AD;
}
</style>
border-color css
<style>
span { border-color: #A4C2AD; }
span { border-color: rgb(164,194,173); }
td.TdClassName
{
border-color: #A4C2AD;
}
.TagClassName
{
border-color: #A4C2AD;
}
</style>