Shades of Celadon #A1E1A8
Tints of Celadon #A1E1A8
RGB
CMYK
RGB Variations
Color information
#A1E1A8 (or 0xA1E1A8) is known color: Celadon. HEX triplet: A1, E1 and A8. RGB value is (161,225,168). Sum of RGB (Red+Green+Blue) = 161+225+168=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 225 (88.28% from 255 or 40.61% from 554); Blue value is 168 (66.02% from 255 or 30.32% from 554); Max value from RGB is 225 - color contains mainly: green. Hex color #A1E1A8 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E1A8 is #5E1E57. Grayscale: #C7C7C7. Windows color (decimal): -6168152 or 11067809. OLE color: 11067809.
HSL color Cylindrical-coordinate representation of color #A1E1A8: hue angle of 126.56º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A1E1A8 is Cyan = 0.28, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 161 | 225 | 168 | - |
| CMYK | 0.28 | 0 | 0.25 | 0.12 |
| HSL | 126.56º | 0.52% | 0.76% | - |
| HSV(B) | 126.56º | 0.28% | 0.88% | - |
| XYZ | 48.69 | 64.25 | 46.88 | - |
| YUV | 199.37 | 110.3 | 100.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 225 | 168 | 0.28 | 0 | 0.25 | 0.12 | 126.56 | 0.52 | 0.76 |
| Hex | A1 | E1 | A8 | 1C | 0 | 19 | C | 7F | 34 | 4C |
| Octal | 241 | 341 | 250 | 34 | 0 | 31 | 14 | 177 | 64 | 114 |
| Binary | 10100001 | 11100001 | 10101000 | 11100 | 0 | 11001 | 1100 | 1111111 | 110100 | 1001100 |
Color Harmonies of #A1E1A8
Complementary color
Monochromatic Colors of #A1E1A8
Black with #A1E1A8
Text Example
Text Example
White with #A1E1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E1A8; }
p { color: rgb(161,225,168); }
H1.HeaderClassName
{
color: #A1E1A8;
}
.AnyTagClassName
{
color: #A1E1A8;
}
</style>
background-color css
<style>
a { background-color: #A1E1A8; }
a { background-color: rgb(161,225,168); }
div.DivClassName
{
background-color: #A1E1A8;
}
.BgClassName
{
background-color: #A1E1A8;
}
</style>
border-color css
<style>
span { border-color: #A1E1A8; }
span { border-color: rgb(161,225,168); }
td.TdClassName
{
border-color: #A1E1A8;
}
.TagClassName
{
border-color: #A1E1A8;
}
</style>