Shades of Gum Leaf #A1C2AA
Tints of Gum Leaf #A1C2AA
RGB
CMYK
RGB Variations
Color information
#A1C2AA (or 0xA1C2AA) is known color: Gum Leaf. HEX triplet: A1, C2 and AA. RGB value is (161,194,170). Sum of RGB (Red+Green+Blue) = 161+194+170=525 (69% of max value = 765). Red value is 161 (63.28% from 255 or 30.67% from 525); Green value is 194 (76.17% from 255 or 36.95% from 525); Blue value is 170 (66.80% from 255 or 32.38% from 525); Max value from RGB is 194 - color contains mainly: green. Hex color #A1C2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1C2AA is #5E3D55. Grayscale: #B5B5B5. Windows color (decimal): -6176086 or 11190945. OLE color: 11190945.
HSL color Cylindrical-coordinate representation of color #A1C2AA: hue angle of 136.36º degrees, saturation: 0.21, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #A1C2AA is Cyan = 0.17, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 161 | 194 | 170 | - |
| CMYK | 0.17 | 0 | 0.12 | 0.24 |
| HSL | 136.36º | 0.21% | 0.7% | - |
| HSV(B) | 136.36º | 0.17% | 0.76% | - |
| XYZ | 41.25 | 49.06 | 45.33 | - |
| YUV | 181.4 | 121.57 | 113.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 194 | 170 | 0.17 | 0 | 0.12 | 0.24 | 136.36 | 0.21 | 0.7 |
| Hex | A1 | C2 | AA | 11 | 0 | C | 18 | 88 | 15 | 46 |
| Octal | 241 | 302 | 252 | 21 | 0 | 14 | 30 | 210 | 25 | 106 |
| Binary | 10100001 | 11000010 | 10101010 | 10001 | 0 | 1100 | 11000 | 10001000 | 10101 | 1000110 |
Color Harmonies of #A1C2AA
Complementary color
Monochromatic Colors of #A1C2AA
Black with #A1C2AA
Text Example
Text Example
White with #A1C2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1C2AA; }
p { color: rgb(161,194,170); }
H1.HeaderClassName
{
color: #A1C2AA;
}
.AnyTagClassName
{
color: #A1C2AA;
}
</style>
background-color css
<style>
a { background-color: #A1C2AA; }
a { background-color: rgb(161,194,170); }
div.DivClassName
{
background-color: #A1C2AA;
}
.BgClassName
{
background-color: #A1C2AA;
}
</style>
border-color css
<style>
span { border-color: #A1C2AA; }
span { border-color: rgb(161,194,170); }
td.TdClassName
{
border-color: #A1C2AA;
}
.TagClassName
{
border-color: #A1C2AA;
}
</style>