Shades of Celadon #A1E3AC
Tints of Celadon #A1E3AC
RGB
CMYK
RGB Variations
Color information
#A1E3AC (or 0xA1E3AC) is known color: Celadon. HEX triplet: A1, E3 and AC. RGB value is (161,227,172). Sum of RGB (Red+Green+Blue) = 161+227+172=560 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.75% from 560); Green value is 227 (89.06% from 255 or 40.54% from 560); Blue value is 172 (67.58% from 255 or 30.71% from 560); Max value from RGB is 227 - color contains mainly: green. Hex color #A1E3AC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E3AC is #5E1C53. Grayscale: #C9C9C9. Windows color (decimal): -6167636 or 11330465. OLE color: 11330465.
HSL color Cylindrical-coordinate representation of color #A1E3AC: hue angle of 130º degrees, saturation: 0.54, 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 #A1E3AC is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 227 | 172 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.11 |
| HSL | 130º | 0.54% | 0.76% | - |
| HSV(B) | 130º | 0.29% | 0.89% | - |
| XYZ | 49.61 | 65.49 | 49.06 | - |
| YUV | 201 | 111.63 | 99.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 227 | 172 | 0.29 | 0 | 0.24 | 0.11 | 130 | 0.54 | 0.76 |
| Hex | A1 | E3 | AC | 1D | 0 | 18 | B | 82 | 36 | 4C |
| Octal | 241 | 343 | 254 | 35 | 0 | 30 | 13 | 202 | 66 | 114 |
| Binary | 10100001 | 11100011 | 10101100 | 11101 | 0 | 11000 | 1011 | 10000010 | 110110 | 1001100 |
Color Harmonies of #A1E3AC
Complementary color
Monochromatic Colors of #A1E3AC
Black with #A1E3AC
Text Example
Text Example
White with #A1E3AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E3AC; }
p { color: rgb(161,227,172); }
H1.HeaderClassName
{
color: #A1E3AC;
}
.AnyTagClassName
{
color: #A1E3AC;
}
</style>
background-color css
<style>
a { background-color: #A1E3AC; }
a { background-color: rgb(161,227,172); }
div.DivClassName
{
background-color: #A1E3AC;
}
.BgClassName
{
background-color: #A1E3AC;
}
</style>
border-color css
<style>
span { border-color: #A1E3AC; }
span { border-color: rgb(161,227,172); }
td.TdClassName
{
border-color: #A1E3AC;
}
.TagClassName
{
border-color: #A1E3AC;
}
</style>