Shades of Gum Leaf #A1C4AE
Tints of Gum Leaf #A1C4AE
RGB
CMYK
RGB Variations
Color information
#A1C4AE (or 0xA1C4AE) is known color: Gum Leaf. HEX triplet: A1, C4 and AE. RGB value is (161,196,174). Sum of RGB (Red+Green+Blue) = 161+196+174=531 (70% of max value = 765). Red value is 161 (63.28% from 255 or 30.32% from 531); Green value is 196 (76.95% from 255 or 36.91% from 531); Blue value is 174 (68.36% from 255 or 32.77% from 531); Max value from RGB is 196 - color contains mainly: green. Hex color #A1C4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C4AE is #5E3B51. Grayscale: #B7B7B7. Windows color (decimal): -6175570 or 11453601. OLE color: 11453601.
HSL color Cylindrical-coordinate representation of color #A1C4AE: hue angle of 142.29º 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 #A1C4AE is Cyan = 0.18, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 161 | 196 | 174 | - |
| CMYK | 0.18 | 0 | 0.11 | 0.23 |
| HSL | 142.29º | 0.23% | 0.7% | - |
| HSV(B) | 142.29º | 0.18% | 0.77% | - |
| XYZ | 42.08 | 50.11 | 47.5 | - |
| YUV | 183.03 | 122.9 | 112.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 196 | 174 | 0.18 | 0 | 0.11 | 0.23 | 142.29 | 0.23 | 0.7 |
| Hex | A1 | C4 | AE | 12 | 0 | B | 17 | 8E | 17 | 46 |
| Octal | 241 | 304 | 256 | 22 | 0 | 13 | 27 | 216 | 27 | 106 |
| Binary | 10100001 | 11000100 | 10101110 | 10010 | 0 | 1011 | 10111 | 10001110 | 10111 | 1000110 |
Color Harmonies of #A1C4AE
Complementary color
Monochromatic Colors of #A1C4AE
Black with #A1C4AE
Text Example
Text Example
White with #A1C4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C4AE; }
p { color: rgb(161,196,174); }
H1.HeaderClassName
{
color: #A1C4AE;
}
.AnyTagClassName
{
color: #A1C4AE;
}
</style>
background-color css
<style>
a { background-color: #A1C4AE; }
a { background-color: rgb(161,196,174); }
div.DivClassName
{
background-color: #A1C4AE;
}
.BgClassName
{
background-color: #A1C4AE;
}
</style>
border-color css
<style>
span { border-color: #A1C4AE; }
span { border-color: rgb(161,196,174); }
td.TdClassName
{
border-color: #A1C4AE;
}
.TagClassName
{
border-color: #A1C4AE;
}
</style>