Shades of Celadon #A1E4AA
Tints of Celadon #A1E4AA
RGB
CMYK
RGB Variations
Color information
#A1E4AA (or 0xA1E4AA) is known color: Celadon. HEX triplet: A1, E4 and AA. RGB value is (161,228,170). Sum of RGB (Red+Green+Blue) = 161+228+170=559 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.80% from 559); Green value is 228 (89.45% from 255 or 40.79% from 559); Blue value is 170 (66.80% from 255 or 30.41% from 559); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E4AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E4AA is #5E1B55. Grayscale: #C9C9C9. Windows color (decimal): -6167382 or 11199649. OLE color: 11199649.
HSL color Cylindrical-coordinate representation of color #A1E4AA: hue angle of 128.06º degrees, saturation: 0.55, 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 #A1E4AA is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 170 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.11 |
| HSL | 128.06º | 0.55% | 0.76% | - |
| HSV(B) | 128.06º | 0.29% | 0.89% | - |
| XYZ | 49.7 | 65.97 | 48.14 | - |
| YUV | 201.36 | 110.3 | 99.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 170 | 0.29 | 0 | 0.25 | 0.11 | 128.06 | 0.55 | 0.76 |
| Hex | A1 | E4 | AA | 1D | 0 | 19 | B | 80 | 37 | 4C |
| Octal | 241 | 344 | 252 | 35 | 0 | 31 | 13 | 200 | 67 | 114 |
| Binary | 10100001 | 11100100 | 10101010 | 11101 | 0 | 11001 | 1011 | 10000000 | 110111 | 1001100 |
Color Harmonies of #A1E4AA
Complementary color
Monochromatic Colors of #A1E4AA
Black with #A1E4AA
Text Example
Text Example
White with #A1E4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E4AA; }
p { color: rgb(161,228,170); }
H1.HeaderClassName
{
color: #A1E4AA;
}
.AnyTagClassName
{
color: #A1E4AA;
}
</style>
background-color css
<style>
a { background-color: #A1E4AA; }
a { background-color: rgb(161,228,170); }
div.DivClassName
{
background-color: #A1E4AA;
}
.BgClassName
{
background-color: #A1E4AA;
}
</style>
border-color css
<style>
span { border-color: #A1E4AA; }
span { border-color: rgb(161,228,170); }
td.TdClassName
{
border-color: #A1E4AA;
}
.TagClassName
{
border-color: #A1E4AA;
}
</style>