Shades of Celadon #A9EDAA
Tints of Celadon #A9EDAA
RGB
CMYK
RGB Variations
Color information
#A9EDAA (or 0xA9EDAA) is known color: Celadon. HEX triplet: A9, ED and AA. RGB value is (169,237,170). Sum of RGB (Red+Green+Blue) = 169+237+170=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 237 (92.97% from 255 or 41.15% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 237 - color contains mainly: green. Hex color #A9EDAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9EDAA is #561255. Grayscale: #D1D1D1. Windows color (decimal): -5640790 or 11201961. OLE color: 11201961.
HSL color Cylindrical-coordinate representation of color #A9EDAA: hue angle of 120.88º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9EDAA is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 237 | 170 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.07 |
| HSL | 120.88º | 0.65% | 0.8% | - |
| HSV(B) | 120.88º | 0.29% | 0.93% | - |
| XYZ | 53.9 | 71.91 | 49.07 | - |
| YUV | 209.03 | 105.97 | 99.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 237 | 170 | 0.29 | 0 | 0.28 | 0.07 | 120.88 | 0.65 | 0.8 |
| Hex | A9 | ED | AA | 1D | 0 | 1C | 7 | 79 | 41 | 50 |
| Octal | 251 | 355 | 252 | 35 | 0 | 34 | 7 | 171 | 101 | 120 |
| Binary | 10101001 | 11101101 | 10101010 | 11101 | 0 | 11100 | 111 | 1111001 | 1000001 | 1010000 |
Color Harmonies of #A9EDAA
Complementary color
Monochromatic Colors of #A9EDAA
Black with #A9EDAA
Text Example
Text Example
White with #A9EDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EDAA; }
p { color: rgb(169,237,170); }
H1.HeaderClassName
{
color: #A9EDAA;
}
.AnyTagClassName
{
color: #A9EDAA;
}
</style>
background-color css
<style>
a { background-color: #A9EDAA; }
a { background-color: rgb(169,237,170); }
div.DivClassName
{
background-color: #A9EDAA;
}
.BgClassName
{
background-color: #A9EDAA;
}
</style>
border-color css
<style>
span { border-color: #A9EDAA; }
span { border-color: rgb(169,237,170); }
td.TdClassName
{
border-color: #A9EDAA;
}
.TagClassName
{
border-color: #A9EDAA;
}
</style>