Shades of Celadon #A2E1AA
Tints of Celadon #A2E1AA
RGB
CMYK
RGB Variations
Color information
#A2E1AA (or 0xA2E1AA) is known color: Celadon. HEX triplet: A2, E1 and AA. RGB value is (162,225,170). Sum of RGB (Red+Green+Blue) = 162+225+170=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 225 (88.28% from 255 or 40.39% from 557); Blue value is 170 (66.80% from 255 or 30.52% from 557); Max value from RGB is 225 - color contains mainly: green. Hex color #A2E1AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E1AA is #5D1E55. Grayscale: #C8C8C8. Windows color (decimal): -6102614 or 11198882. OLE color: 11198882.
HSL color Cylindrical-coordinate representation of color #A2E1AA: hue angle of 127.62º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A2E1AA is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 162 | 225 | 170 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.12 |
| HSL | 127.62º | 0.51% | 0.76% | - |
| HSV(B) | 127.62º | 0.28% | 0.88% | - |
| XYZ | 49.08 | 64.43 | 47.88 | - |
| YUV | 199.89 | 111.13 | 100.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 225 | 170 | 0.28 | 0 | 0.24 | 0.12 | 127.62 | 0.51 | 0.76 |
| Hex | A2 | E1 | AA | 1C | 0 | 18 | C | 80 | 33 | 4C |
| Octal | 242 | 341 | 252 | 34 | 0 | 30 | 14 | 200 | 63 | 114 |
| Binary | 10100010 | 11100001 | 10101010 | 11100 | 0 | 11000 | 1100 | 10000000 | 110011 | 1001100 |
Color Harmonies of #A2E1AA
Complementary color
Monochromatic Colors of #A2E1AA
Black with #A2E1AA
Text Example
Text Example
White with #A2E1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E1AA; }
p { color: rgb(162,225,170); }
H1.HeaderClassName
{
color: #A2E1AA;
}
.AnyTagClassName
{
color: #A2E1AA;
}
</style>
background-color css
<style>
a { background-color: #A2E1AA; }
a { background-color: rgb(162,225,170); }
div.DivClassName
{
background-color: #A2E1AA;
}
.BgClassName
{
background-color: #A2E1AA;
}
</style>
border-color css
<style>
span { border-color: #A2E1AA; }
span { border-color: rgb(162,225,170); }
td.TdClassName
{
border-color: #A2E1AA;
}
.TagClassName
{
border-color: #A2E1AA;
}
</style>