Shades of Celadon #A1E8AD
Tints of Celadon #A1E8AD
RGB
CMYK
RGB Variations
Color information
#A1E8AD (or 0xA1E8AD) is known color: Celadon. HEX triplet: A1, E8 and AD. RGB value is (161,232,173). Sum of RGB (Red+Green+Blue) = 161+232+173=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 232 (91.02% from 255 or 40.99% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E8AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E8AD is #5E1752. Grayscale: #CCCCCC. Windows color (decimal): -6166355 or 11397281. OLE color: 11397281.
HSL color Cylindrical-coordinate representation of color #A1E8AD: hue angle of 130.14º degrees, saturation: 0.61, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E8AD is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 232 | 173 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.09 |
| HSL | 130.14º | 0.61% | 0.77% | - |
| HSV(B) | 130.14º | 0.31% | 0.91% | - |
| XYZ | 51.1 | 68.31 | 50.03 | - |
| YUV | 204.05 | 110.48 | 97.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 232 | 173 | 0.31 | 0 | 0.25 | 0.09 | 130.14 | 0.61 | 0.77 |
| Hex | A1 | E8 | AD | 1F | 0 | 19 | 9 | 82 | 3D | 4D |
| Octal | 241 | 350 | 255 | 37 | 0 | 31 | 11 | 202 | 75 | 115 |
| Binary | 10100001 | 11101000 | 10101101 | 11111 | 0 | 11001 | 1001 | 10000010 | 111101 | 1001101 |
Color Harmonies of #A1E8AD
Complementary color
Monochromatic Colors of #A1E8AD
Black with #A1E8AD
Text Example
Text Example
White with #A1E8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E8AD; }
p { color: rgb(161,232,173); }
H1.HeaderClassName
{
color: #A1E8AD;
}
.AnyTagClassName
{
color: #A1E8AD;
}
</style>
background-color css
<style>
a { background-color: #A1E8AD; }
a { background-color: rgb(161,232,173); }
div.DivClassName
{
background-color: #A1E8AD;
}
.BgClassName
{
background-color: #A1E8AD;
}
</style>
border-color css
<style>
span { border-color: #A1E8AD; }
span { border-color: rgb(161,232,173); }
td.TdClassName
{
border-color: #A1E8AD;
}
.TagClassName
{
border-color: #A1E8AD;
}
</style>