Shades of Celadon #A1E5A6
Tints of Celadon #A1E5A6
RGB
CMYK
RGB Variations
Color information
#A1E5A6 (or 0xA1E5A6) is known color: Celadon. HEX triplet: A1, E5 and A6. RGB value is (161,229,166). Sum of RGB (Red+Green+Blue) = 161+229+166=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 229 (89.84% from 255 or 41.19% from 556); Blue value is 166 (65.23% from 255 or 29.86% from 556); Max value from RGB is 229 - color contains mainly: green. Hex color #A1E5A6 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E5A6 is #5E1A59. Grayscale: #C9C9C9. Windows color (decimal): -6167130 or 10937761. OLE color: 10937761.
HSL color Cylindrical-coordinate representation of color #A1E5A6: hue angle of 124.41º degrees, saturation: 0.57, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E5A6 is Cyan = 0.30, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 229 | 166 | - |
| CMYK | 0.30 | 0 | 0.28 | 0.10 |
| HSL | 124.41º | 0.57% | 0.76% | - |
| HSV(B) | 124.41º | 0.3% | 0.9% | - |
| XYZ | 49.6 | 66.37 | 46.27 | - |
| YUV | 201.49 | 107.97 | 99.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 229 | 166 | 0.30 | 0 | 0.28 | 0.10 | 124.41 | 0.57 | 0.76 |
| Hex | A1 | E5 | A6 | 1E | 0 | 1C | A | 7C | 39 | 4C |
| Octal | 241 | 345 | 246 | 36 | 0 | 34 | 12 | 174 | 71 | 114 |
| Binary | 10100001 | 11100101 | 10100110 | 11110 | 0 | 11100 | 1010 | 1111100 | 111001 | 1001100 |
Color Harmonies of #A1E5A6
Complementary color
Monochromatic Colors of #A1E5A6
Black with #A1E5A6
Text Example
Text Example
White with #A1E5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E5A6; }
p { color: rgb(161,229,166); }
H1.HeaderClassName
{
color: #A1E5A6;
}
.AnyTagClassName
{
color: #A1E5A6;
}
</style>
background-color css
<style>
a { background-color: #A1E5A6; }
a { background-color: rgb(161,229,166); }
div.DivClassName
{
background-color: #A1E5A6;
}
.BgClassName
{
background-color: #A1E5A6;
}
</style>
border-color css
<style>
span { border-color: #A1E5A6; }
span { border-color: rgb(161,229,166); }
td.TdClassName
{
border-color: #A1E5A6;
}
.TagClassName
{
border-color: #A1E5A6;
}
</style>