Shades of Celadon #A1E4AF
Tints of Celadon #A1E4AF
RGB
CMYK
RGB Variations
Color information
#A1E4AF (or 0xA1E4AF) is known color: Celadon. HEX triplet: A1, E4 and AF. RGB value is (161,228,175). Sum of RGB (Red+Green+Blue) = 161+228+175=564 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.55% from 564); Green value is 228 (89.45% from 255 or 40.43% from 564); Blue value is 175 (68.75% from 255 or 31.03% from 564); Max value from RGB is 228 - color contains mainly: green. Hex color #A1E4AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E4AF is #5E1B50. Grayscale: #CACACA. Windows color (decimal): -6167377 or 11527329. OLE color: 11527329.
HSL color Cylindrical-coordinate representation of color #A1E4AF: hue angle of 132.54º 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 #A1E4AF is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 228 | 175 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.11 |
| HSL | 132.54º | 0.55% | 0.76% | - |
| HSV(B) | 132.54º | 0.29% | 0.89% | - |
| XYZ | 50.18 | 66.16 | 50.68 | - |
| YUV | 201.93 | 112.8 | 98.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 228 | 175 | 0.29 | 0 | 0.23 | 0.11 | 132.54 | 0.55 | 0.76 |
| Hex | A1 | E4 | AF | 1D | 0 | 17 | B | 85 | 37 | 4C |
| Octal | 241 | 344 | 257 | 35 | 0 | 27 | 13 | 205 | 67 | 114 |
| Binary | 10100001 | 11100100 | 10101111 | 11101 | 0 | 10111 | 1011 | 10000101 | 110111 | 1001100 |
Color Harmonies of #A1E4AF
Complementary color
Monochromatic Colors of #A1E4AF
Black with #A1E4AF
Text Example
Text Example
White with #A1E4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E4AF; }
p { color: rgb(161,228,175); }
H1.HeaderClassName
{
color: #A1E4AF;
}
.AnyTagClassName
{
color: #A1E4AF;
}
</style>
background-color css
<style>
a { background-color: #A1E4AF; }
a { background-color: rgb(161,228,175); }
div.DivClassName
{
background-color: #A1E4AF;
}
.BgClassName
{
background-color: #A1E4AF;
}
</style>
border-color css
<style>
span { border-color: #A1E4AF; }
span { border-color: rgb(161,228,175); }
td.TdClassName
{
border-color: #A1E4AF;
}
.TagClassName
{
border-color: #A1E4AF;
}
</style>