Shades of Celadon #A0ECAA
Tints of Celadon #A0ECAA
RGB
CMYK
RGB Variations
Color information
#A0ECAA (or 0xA0ECAA) is known color: Celadon. HEX triplet: A0, EC and AA. RGB value is (160,236,170). Sum of RGB (Red+Green+Blue) = 160+236+170=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 236 (92.58% from 255 or 41.70% from 566); Blue value is 170 (66.80% from 255 or 30.04% from 566); Max value from RGB is 236 - color contains mainly: green. Hex color #A0ECAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0ECAA is #5F1355. Grayscale: #CDCDCD. Windows color (decimal): -6230870 or 11201696. OLE color: 11201696.
HSL color Cylindrical-coordinate representation of color #A0ECAA: hue angle of 127.89º degrees, saturation: 0.67, 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 #A0ECAA is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 236 | 170 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.07 |
| HSL | 127.89º | 0.67% | 0.78% | - |
| HSV(B) | 127.89º | 0.32% | 0.93% | - |
| XYZ | 51.75 | 70.37 | 48.88 | - |
| YUV | 205.75 | 107.82 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 236 | 170 | 0.32 | 0 | 0.28 | 0.07 | 127.89 | 0.67 | 0.78 |
| Hex | A0 | EC | AA | 20 | 0 | 1C | 7 | 80 | 43 | 4E |
| Octal | 240 | 354 | 252 | 40 | 0 | 34 | 7 | 200 | 103 | 116 |
| Binary | 10100000 | 11101100 | 10101010 | 100000 | 0 | 11100 | 111 | 10000000 | 1000011 | 1001110 |
Color Harmonies of #A0ECAA
Complementary color
Monochromatic Colors of #A0ECAA
Black with #A0ECAA
Text Example
Text Example
White with #A0ECAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0ECAA; }
p { color: rgb(160,236,170); }
H1.HeaderClassName
{
color: #A0ECAA;
}
.AnyTagClassName
{
color: #A0ECAA;
}
</style>
background-color css
<style>
a { background-color: #A0ECAA; }
a { background-color: rgb(160,236,170); }
div.DivClassName
{
background-color: #A0ECAA;
}
.BgClassName
{
background-color: #A0ECAA;
}
</style>
border-color css
<style>
span { border-color: #A0ECAA; }
span { border-color: rgb(160,236,170); }
td.TdClassName
{
border-color: #A0ECAA;
}
.TagClassName
{
border-color: #A0ECAA;
}
</style>