Shades of Gum Leaf #A1C4AA
Tints of Gum Leaf #A1C4AA
RGB
CMYK
RGB Variations
Color information
#A1C4AA (or 0xA1C4AA) is known color: Gum Leaf. HEX triplet: A1, C4 and AA. RGB value is (161,196,170). Sum of RGB (Red+Green+Blue) = 161+196+170=527 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.55% from 527); Green value is 196 (76.95% from 255 or 37.19% from 527); Blue value is 170 (66.80% from 255 or 32.26% from 527); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C4AA is #5E3B55. Grayscale: #B6B6B6. Windows color (decimal): -6175574 or 11191457. OLE color: 11191457.
HSL color Cylindrical-coordinate representation of color #A1C4AA: hue angle of 135.43º degrees, saturation: 0.23, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #A1C4AA is Cyan = 0.18, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 196 | 170 | - |
| CMYK | 0.18 | 0 | 0.13 | 0.23 |
| HSL | 135.43º | 0.23% | 0.7% | - |
| HSV(B) | 135.43º | 0.18% | 0.77% | - |
| XYZ | 41.69 | 49.96 | 45.48 | - |
| YUV | 182.57 | 120.9 | 112.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 196 | 170 | 0.18 | 0 | 0.13 | 0.23 | 135.43 | 0.23 | 0.7 |
| Hex | A1 | C4 | AA | 12 | 0 | D | 17 | 87 | 17 | 46 |
| Octal | 241 | 304 | 252 | 22 | 0 | 15 | 27 | 207 | 27 | 106 |
| Binary | 10100001 | 11000100 | 10101010 | 10010 | 0 | 1101 | 10111 | 10000111 | 10111 | 1000110 |
Color Harmonies of #A1C4AA
Complementary color
Monochromatic Colors of #A1C4AA
Black with #A1C4AA
Text Example
Text Example
White with #A1C4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C4AA; }
p { color: rgb(161,196,170); }
H1.HeaderClassName
{
color: #A1C4AA;
}
.AnyTagClassName
{
color: #A1C4AA;
}
</style>
background-color css
<style>
a { background-color: #A1C4AA; }
a { background-color: rgb(161,196,170); }
div.DivClassName
{
background-color: #A1C4AA;
}
.BgClassName
{
background-color: #A1C4AA;
}
</style>
border-color css
<style>
span { border-color: #A1C4AA; }
span { border-color: rgb(161,196,170); }
td.TdClassName
{
border-color: #A1C4AA;
}
.TagClassName
{
border-color: #A1C4AA;
}
</style>