Shades of Celadon #A1E6AF
Tints of Celadon #A1E6AF
RGB
CMYK
RGB Variations
Color information
#A1E6AF (or 0xA1E6AF) is known color: Celadon. HEX triplet: A1, E6 and AF. RGB value is (161,230,175). Sum of RGB (Red+Green+Blue) = 161+230+175=566 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.45% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E6AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E6AF is #5E1950. Grayscale: #CBCBCB. Windows color (decimal): -6166865 or 11527841. OLE color: 11527841.
HSL color Cylindrical-coordinate representation of color #A1E6AF: hue angle of 132.17º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A1E6AF is Cyan = 0.3, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 230 | 175 | - |
| CMYK | 0.3 | 0 | 0.24 | 0.10 |
| HSL | 132.17º | 0.58% | 0.77% | - |
| HSV(B) | 132.17º | 0.3% | 0.9% | - |
| XYZ | 50.73 | 67.27 | 50.87 | - |
| YUV | 203.1 | 112.14 | 97.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 230 | 175 | 0.3 | 0 | 0.24 | 0.10 | 132.17 | 0.58 | 0.77 |
| Hex | A1 | E6 | AF | 1E | 0 | 18 | A | 84 | 3A | 4D |
| Octal | 241 | 346 | 257 | 36 | 0 | 30 | 12 | 204 | 72 | 115 |
| Binary | 10100001 | 11100110 | 10101111 | 11110 | 0 | 11000 | 1010 | 10000100 | 111010 | 1001101 |
Color Harmonies of #A1E6AF
Complementary color
Monochromatic Colors of #A1E6AF
Black with #A1E6AF
Text Example
Text Example
White with #A1E6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E6AF; }
p { color: rgb(161,230,175); }
H1.HeaderClassName
{
color: #A1E6AF;
}
.AnyTagClassName
{
color: #A1E6AF;
}
</style>
background-color css
<style>
a { background-color: #A1E6AF; }
a { background-color: rgb(161,230,175); }
div.DivClassName
{
background-color: #A1E6AF;
}
.BgClassName
{
background-color: #A1E6AF;
}
</style>
border-color css
<style>
span { border-color: #A1E6AF; }
span { border-color: rgb(161,230,175); }
td.TdClassName
{
border-color: #A1E6AF;
}
.TagClassName
{
border-color: #A1E6AF;
}
</style>