Shades of Celadon #A9EDAB
Tints of Celadon #A9EDAB
RGB
CMYK
RGB Variations
Color information
#A9EDAB (or 0xA9EDAB) is known color: Celadon. HEX triplet: A9, ED and AB. RGB value is (169,237,171). Sum of RGB (Red+Green+Blue) = 169+237+171=577 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.29% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 237 - color contains mainly: green. Hex color #A9EDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9EDAB is #561254. Grayscale: #D1D1D1. Windows color (decimal): -5640789 or 11267497. OLE color: 11267497.
HSL color Cylindrical-coordinate representation of color #A9EDAB: hue angle of 121.76º 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 #A9EDAB is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 237 | 171 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.07 |
| HSL | 121.76º | 0.65% | 0.8% | - |
| HSV(B) | 121.76º | 0.29% | 0.93% | - |
| XYZ | 54 | 71.94 | 49.57 | - |
| YUV | 209.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 237 | 171 | 0.29 | 0 | 0.28 | 0.07 | 121.76 | 0.65 | 0.8 |
| Hex | A9 | ED | AB | 1D | 0 | 1C | 7 | 7A | 41 | 50 |
| Octal | 251 | 355 | 253 | 35 | 0 | 34 | 7 | 172 | 101 | 120 |
| Binary | 10101001 | 11101101 | 10101011 | 11101 | 0 | 11100 | 111 | 1111010 | 1000001 | 1010000 |
Color Harmonies of #A9EDAB
Complementary color
Monochromatic Colors of #A9EDAB
Black with #A9EDAB
Text Example
Text Example
White with #A9EDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EDAB; }
p { color: rgb(169,237,171); }
H1.HeaderClassName
{
color: #A9EDAB;
}
.AnyTagClassName
{
color: #A9EDAB;
}
</style>
background-color css
<style>
a { background-color: #A9EDAB; }
a { background-color: rgb(169,237,171); }
div.DivClassName
{
background-color: #A9EDAB;
}
.BgClassName
{
background-color: #A9EDAB;
}
</style>
border-color css
<style>
span { border-color: #A9EDAB; }
span { border-color: rgb(169,237,171); }
td.TdClassName
{
border-color: #A9EDAB;
}
.TagClassName
{
border-color: #A9EDAB;
}
</style>