Shades of Celadon #A9ECAC
Tints of Celadon #A9ECAC
RGB
CMYK
RGB Variations
Color information
#A9ECAC (or 0xA9ECAC) is known color: Celadon. HEX triplet: A9, EC and AC. RGB value is (169,236,172). Sum of RGB (Red+Green+Blue) = 169+236+172=577 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.29% from 577); Green value is 236 (92.58% from 255 or 40.90% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 236 - color contains mainly: green. Hex color #A9ECAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9ECAC is #561353. Grayscale: #D0D0D0. Windows color (decimal): -5641044 or 11332777. OLE color: 11332777.
HSL color Cylindrical-coordinate representation of color #A9ECAC: hue angle of 122.69º degrees, saturation: 0.64, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9ECAC is Cyan = 0.28, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 236 | 172 | - |
| CMYK | 0.28 | 0 | 0.27 | 0.07 |
| HSL | 122.69º | 0.64% | 0.79% | - |
| HSV(B) | 122.69º | 0.28% | 0.93% | - |
| XYZ | 53.8 | 71.4 | 49.98 | - |
| YUV | 208.67 | 107.3 | 99.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 236 | 172 | 0.28 | 0 | 0.27 | 0.07 | 122.69 | 0.64 | 0.79 |
| Hex | A9 | EC | AC | 1C | 0 | 1B | 7 | 7B | 40 | 4F |
| Octal | 251 | 354 | 254 | 34 | 0 | 33 | 7 | 173 | 100 | 117 |
| Binary | 10101001 | 11101100 | 10101100 | 11100 | 0 | 11011 | 111 | 1111011 | 1000000 | 1001111 |
Color Harmonies of #A9ECAC
Complementary color
Monochromatic Colors of #A9ECAC
Black with #A9ECAC
Text Example
Text Example
White with #A9ECAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9ECAC; }
p { color: rgb(169,236,172); }
H1.HeaderClassName
{
color: #A9ECAC;
}
.AnyTagClassName
{
color: #A9ECAC;
}
</style>
background-color css
<style>
a { background-color: #A9ECAC; }
a { background-color: rgb(169,236,172); }
div.DivClassName
{
background-color: #A9ECAC;
}
.BgClassName
{
background-color: #A9ECAC;
}
</style>
border-color css
<style>
span { border-color: #A9ECAC; }
span { border-color: rgb(169,236,172); }
td.TdClassName
{
border-color: #A9ECAC;
}
.TagClassName
{
border-color: #A9ECAC;
}
</style>