Shades of Celadon #A1E2AA
Tints of Celadon #A1E2AA
RGB
CMYK
RGB Variations
Color information
#A1E2AA (or 0xA1E2AA) is known color: Celadon. HEX triplet: A1, E2 and AA. RGB value is (161,226,170). Sum of RGB (Red+Green+Blue) = 161+226+170=557 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.90% from 557); Green value is 226 (88.67% from 255 or 40.57% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E2AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E2AA is #5E1D55. Grayscale: #C8C8C8. Windows color (decimal): -6167894 or 11199137. OLE color: 11199137.
HSL color Cylindrical-coordinate representation of color #A1E2AA: hue angle of 128.31º degrees, saturation: 0.53, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A1E2AA is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 226 | 170 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.11 |
| HSL | 128.31º | 0.53% | 0.76% | - |
| HSV(B) | 128.31º | 0.29% | 0.89% | - |
| XYZ | 49.15 | 64.87 | 47.96 | - |
| YUV | 200.18 | 110.97 | 100.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 226 | 170 | 0.29 | 0 | 0.25 | 0.11 | 128.31 | 0.53 | 0.76 |
| Hex | A1 | E2 | AA | 1D | 0 | 19 | B | 80 | 35 | 4C |
| Octal | 241 | 342 | 252 | 35 | 0 | 31 | 13 | 200 | 65 | 114 |
| Binary | 10100001 | 11100010 | 10101010 | 11101 | 0 | 11001 | 1011 | 10000000 | 110101 | 1001100 |
Color Harmonies of #A1E2AA
Complementary color
Monochromatic Colors of #A1E2AA
Black with #A1E2AA
Text Example
Text Example
White with #A1E2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E2AA; }
p { color: rgb(161,226,170); }
H1.HeaderClassName
{
color: #A1E2AA;
}
.AnyTagClassName
{
color: #A1E2AA;
}
</style>
background-color css
<style>
a { background-color: #A1E2AA; }
a { background-color: rgb(161,226,170); }
div.DivClassName
{
background-color: #A1E2AA;
}
.BgClassName
{
background-color: #A1E2AA;
}
</style>
border-color css
<style>
span { border-color: #A1E2AA; }
span { border-color: rgb(161,226,170); }
td.TdClassName
{
border-color: #A1E2AA;
}
.TagClassName
{
border-color: #A1E2AA;
}
</style>