Shades of Celadon #A1E6AC
Tints of Celadon #A1E6AC
RGB
CMYK
RGB Variations
Color information
#A1E6AC (or 0xA1E6AC) is known color: Celadon. HEX triplet: A1, E6 and AC. RGB value is (161,230,172). Sum of RGB (Red+Green+Blue) = 161+230+172=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 172 (67.58% from 255 or 30.55% from 563); Max value from RGB is 230 - color contains mainly: green. Hex color #A1E6AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E6AC is #5E1953. Grayscale: #CACACA. Windows color (decimal): -6166868 or 11331233. OLE color: 11331233.
HSL color Cylindrical-coordinate representation of color #A1E6AC: hue angle of 129.57º 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 #A1E6AC is Cyan = 0.3, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 161 | 230 | 172 | - |
| CMYK | 0.3 | 0 | 0.25 | 0.10 |
| HSL | 129.57º | 0.58% | 0.77% | - |
| HSV(B) | 129.57º | 0.3% | 0.9% | - |
| XYZ | 50.44 | 67.15 | 49.33 | - |
| YUV | 202.76 | 110.64 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 230 | 172 | 0.3 | 0 | 0.25 | 0.10 | 129.57 | 0.58 | 0.77 |
| Hex | A1 | E6 | AC | 1E | 0 | 19 | A | 82 | 3A | 4D |
| Octal | 241 | 346 | 254 | 36 | 0 | 31 | 12 | 202 | 72 | 115 |
| Binary | 10100001 | 11100110 | 10101100 | 11110 | 0 | 11001 | 1010 | 10000010 | 111010 | 1001101 |
Color Harmonies of #A1E6AC
Complementary color
Monochromatic Colors of #A1E6AC
Black with #A1E6AC
Text Example
Text Example
White with #A1E6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E6AC; }
p { color: rgb(161,230,172); }
H1.HeaderClassName
{
color: #A1E6AC;
}
.AnyTagClassName
{
color: #A1E6AC;
}
</style>
background-color css
<style>
a { background-color: #A1E6AC; }
a { background-color: rgb(161,230,172); }
div.DivClassName
{
background-color: #A1E6AC;
}
.BgClassName
{
background-color: #A1E6AC;
}
</style>
border-color css
<style>
span { border-color: #A1E6AC; }
span { border-color: rgb(161,230,172); }
td.TdClassName
{
border-color: #A1E6AC;
}
.TagClassName
{
border-color: #A1E6AC;
}
</style>