Shades of Celadon #A9EAAC
Tints of Celadon #A9EAAC
RGB
CMYK
RGB Variations
Color information
#A9EAAC (or 0xA9EAAC) is known color: Celadon. HEX triplet: A9, EA and AC. RGB value is (169,234,172). Sum of RGB (Red+Green+Blue) = 169+234+172=575 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.39% from 575); Green value is 234 (91.80% from 255 or 40.70% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 234 - color contains mainly: green. Hex color #A9EAAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9EAAC is #561553. Grayscale: #CFCFCF. Windows color (decimal): -5641556 or 11332265. OLE color: 11332265.
HSL color Cylindrical-coordinate representation of color #A9EAAC: hue angle of 122.77º degrees, saturation: 0.61, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A9EAAC is Cyan = 0.28, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 169 | 234 | 172 | - |
| CMYK | 0.28 | 0 | 0.26 | 0.08 |
| HSL | 122.77º | 0.61% | 0.79% | - |
| HSV(B) | 122.77º | 0.28% | 0.92% | - |
| XYZ | 53.23 | 70.26 | 49.79 | - |
| YUV | 207.5 | 107.97 | 100.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 234 | 172 | 0.28 | 0 | 0.26 | 0.08 | 122.77 | 0.61 | 0.79 |
| Hex | A9 | EA | AC | 1C | 0 | 1A | 8 | 7B | 3D | 4F |
| Octal | 251 | 352 | 254 | 34 | 0 | 32 | 10 | 173 | 75 | 117 |
| Binary | 10101001 | 11101010 | 10101100 | 11100 | 0 | 11010 | 1000 | 1111011 | 111101 | 1001111 |
Color Harmonies of #A9EAAC
Complementary color
Monochromatic Colors of #A9EAAC
Black with #A9EAAC
Text Example
Text Example
White with #A9EAAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EAAC; }
p { color: rgb(169,234,172); }
H1.HeaderClassName
{
color: #A9EAAC;
}
.AnyTagClassName
{
color: #A9EAAC;
}
</style>
background-color css
<style>
a { background-color: #A9EAAC; }
a { background-color: rgb(169,234,172); }
div.DivClassName
{
background-color: #A9EAAC;
}
.BgClassName
{
background-color: #A9EAAC;
}
</style>
border-color css
<style>
span { border-color: #A9EAAC; }
span { border-color: rgb(169,234,172); }
td.TdClassName
{
border-color: #A9EAAC;
}
.TagClassName
{
border-color: #A9EAAC;
}
</style>