Shades of Celadon #A1E2A4
Tints of Celadon #A1E2A4
RGB
CMYK
RGB Variations
Color information
#A1E2A4 (or 0xA1E2A4) is known color: Celadon. HEX triplet: A1, E2 and A4. RGB value is (161,226,164). Sum of RGB (Red+Green+Blue) = 161+226+164=551 (72% of max value = 765). Red value is 161 (63.28% from 255 or 29.22% from 551); Green value is 226 (88.67% from 255 or 41.02% from 551); Blue value is 164 (64.45% from 255 or 29.76% from 551); Max value from RGB is 226 - color contains mainly: green. Hex color #A1E2A4 is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A1E2A4 is #5E1D5B. Grayscale: #C7C7C7. Windows color (decimal): -6167900 or 10805921. OLE color: 10805921.
HSL color Cylindrical-coordinate representation of color #A1E2A4: hue angle of 122.77º degrees, saturation: 0.53, 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 #A1E2A4 is Cyan = 0.29, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 161 | 226 | 164 | - |
| CMYK | 0.29 | 0 | 0.27 | 0.11 |
| HSL | 122.77º | 0.53% | 0.76% | - |
| HSV(B) | 122.77º | 0.29% | 0.89% | - |
| XYZ | 48.6 | 64.65 | 45.04 | - |
| YUV | 199.5 | 107.97 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 226 | 164 | 0.29 | 0 | 0.27 | 0.11 | 122.77 | 0.53 | 0.76 |
| Hex | A1 | E2 | A4 | 1D | 0 | 1B | B | 7B | 35 | 4C |
| Octal | 241 | 342 | 244 | 35 | 0 | 33 | 13 | 173 | 65 | 114 |
| Binary | 10100001 | 11100010 | 10100100 | 11101 | 0 | 11011 | 1011 | 1111011 | 110101 | 1001100 |
Color Harmonies of #A1E2A4
Complementary color
Monochromatic Colors of #A1E2A4
Black with #A1E2A4
Text Example
Text Example
White with #A1E2A4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E2A4; }
p { color: rgb(161,226,164); }
H1.HeaderClassName
{
color: #A1E2A4;
}
.AnyTagClassName
{
color: #A1E2A4;
}
</style>
background-color css
<style>
a { background-color: #A1E2A4; }
a { background-color: rgb(161,226,164); }
div.DivClassName
{
background-color: #A1E2A4;
}
.BgClassName
{
background-color: #A1E2A4;
}
</style>
border-color css
<style>
span { border-color: #A1E2A4; }
span { border-color: rgb(161,226,164); }
td.TdClassName
{
border-color: #A1E2A4;
}
.TagClassName
{
border-color: #A1E2A4;
}
</style>