Shades of Celadon #A1ECAA
Tints of Celadon #A1ECAA
RGB
CMYK
RGB Variations
Color information
#A1ECAA (or 0xA1ECAA) is known color: Celadon. HEX triplet: A1, EC and AA. RGB value is (161,236,170). Sum of RGB (Red+Green+Blue) = 161+236+170=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 236 (92.58% from 255 or 41.62% from 567); Blue value is 170 (66.80% from 255 or 29.98% from 567); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1ECAA is #5E1355. Grayscale: #CECECE. Windows color (decimal): -6165334 or 11201697. OLE color: 11201697.
HSL color Cylindrical-coordinate representation of color #A1ECAA: hue angle of 127.2º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1ECAA is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 170 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.07 |
| HSL | 127.2º | 0.66% | 0.78% | - |
| HSV(B) | 127.2º | 0.32% | 0.93% | - |
| XYZ | 51.95 | 70.47 | 48.89 | - |
| YUV | 206.05 | 107.65 | 95.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 170 | 0.32 | 0 | 0.28 | 0.07 | 127.2 | 0.66 | 0.78 |
| Hex | A1 | EC | AA | 20 | 0 | 1C | 7 | 7F | 42 | 4E |
| Octal | 241 | 354 | 252 | 40 | 0 | 34 | 7 | 177 | 102 | 116 |
| Binary | 10100001 | 11101100 | 10101010 | 100000 | 0 | 11100 | 111 | 1111111 | 1000010 | 1001110 |
Color Harmonies of #A1ECAA
Complementary color
Monochromatic Colors of #A1ECAA
Black with #A1ECAA
Text Example
Text Example
White with #A1ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ECAA; }
p { color: rgb(161,236,170); }
H1.HeaderClassName
{
color: #A1ECAA;
}
.AnyTagClassName
{
color: #A1ECAA;
}
</style>
background-color css
<style>
a { background-color: #A1ECAA; }
a { background-color: rgb(161,236,170); }
div.DivClassName
{
background-color: #A1ECAA;
}
.BgClassName
{
background-color: #A1ECAA;
}
</style>
border-color css
<style>
span { border-color: #A1ECAA; }
span { border-color: rgb(161,236,170); }
td.TdClassName
{
border-color: #A1ECAA;
}
.TagClassName
{
border-color: #A1ECAA;
}
</style>