Shades of Celadon #A1E2AB
Tints of Celadon #A1E2AB
RGB
CMYK
RGB Variations
Color information
#A1E2AB (or 0xA1E2AB) is known color: Celadon. HEX triplet: A1, E2 and AB. RGB value is (161,226,171). Sum of RGB (Red+Green+Blue) = 161+226+171=558 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.85% from 558); Green value is 226 (88.67% from 255 or 40.50% from 558); Blue value is 171 (67.19% from 255 or 30.65% from 558); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E2AB is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E2AB is #5E1D54. Grayscale: #C8C8C8. Windows color (decimal): -6167893 or 11264673. OLE color: 11264673.
HSL color Cylindrical-coordinate representation of color #A1E2AB: hue angle of 129.23º 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 #A1E2AB is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 226 | 171 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.11 |
| HSL | 129.23º | 0.53% | 0.76% | - |
| HSV(B) | 129.23º | 0.29% | 0.89% | - |
| XYZ | 49.24 | 64.91 | 48.46 | - |
| YUV | 200.3 | 111.47 | 99.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 226 | 171 | 0.29 | 0 | 0.24 | 0.11 | 129.23 | 0.53 | 0.76 |
| Hex | A1 | E2 | AB | 1D | 0 | 18 | B | 81 | 35 | 4C |
| Octal | 241 | 342 | 253 | 35 | 0 | 30 | 13 | 201 | 65 | 114 |
| Binary | 10100001 | 11100010 | 10101011 | 11101 | 0 | 11000 | 1011 | 10000001 | 110101 | 1001100 |
Color Harmonies of #A1E2AB
Complementary color
Monochromatic Colors of #A1E2AB
Black with #A1E2AB
Text Example
Text Example
White with #A1E2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E2AB; }
p { color: rgb(161,226,171); }
H1.HeaderClassName
{
color: #A1E2AB;
}
.AnyTagClassName
{
color: #A1E2AB;
}
</style>
background-color css
<style>
a { background-color: #A1E2AB; }
a { background-color: rgb(161,226,171); }
div.DivClassName
{
background-color: #A1E2AB;
}
.BgClassName
{
background-color: #A1E2AB;
}
</style>
border-color css
<style>
span { border-color: #A1E2AB; }
span { border-color: rgb(161,226,171); }
td.TdClassName
{
border-color: #A1E2AB;
}
.TagClassName
{
border-color: #A1E2AB;
}
</style>