Shades of Celadon #A9DDAD
Tints of Celadon #A9DDAD
RGB
CMYK
RGB Variations
Color information
#A9DDAD (or 0xA9DDAD) is known color: Celadon. HEX triplet: A9, DD and AD. RGB value is (169,221,173). Sum of RGB (Red+Green+Blue) = 169+221+173=563 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.02% from 563); Green value is 221 (86.72% from 255 or 39.25% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DDAD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DDAD is #562252. Grayscale: #C8C8C8. Windows color (decimal): -5644883 or 11394473. OLE color: 11394473.
HSL color Cylindrical-coordinate representation of color #A9DDAD: hue angle of 124.62º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DDAD is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 221 | 173 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.13 |
| HSL | 124.62º | 0.43% | 0.76% | - |
| HSV(B) | 124.62º | 0.24% | 0.87% | - |
| XYZ | 49.76 | 63.17 | 49.1 | - |
| YUV | 199.98 | 112.77 | 105.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 221 | 173 | 0.24 | 0 | 0.22 | 0.13 | 124.62 | 0.43 | 0.76 |
| Hex | A9 | DD | AD | 18 | 0 | 16 | D | 7D | 2B | 4C |
| Octal | 251 | 335 | 255 | 30 | 0 | 26 | 15 | 175 | 53 | 114 |
| Binary | 10101001 | 11011101 | 10101101 | 11000 | 0 | 10110 | 1101 | 1111101 | 101011 | 1001100 |
Color Harmonies of #A9DDAD
Complementary color
Monochromatic Colors of #A9DDAD
Black with #A9DDAD
Text Example
Text Example
White with #A9DDAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DDAD; }
p { color: rgb(169,221,173); }
H1.HeaderClassName
{
color: #A9DDAD;
}
.AnyTagClassName
{
color: #A9DDAD;
}
</style>
background-color css
<style>
a { background-color: #A9DDAD; }
a { background-color: rgb(169,221,173); }
div.DivClassName
{
background-color: #A9DDAD;
}
.BgClassName
{
background-color: #A9DDAD;
}
</style>
border-color css
<style>
span { border-color: #A9DDAD; }
span { border-color: rgb(169,221,173); }
td.TdClassName
{
border-color: #A9DDAD;
}
.TagClassName
{
border-color: #A9DDAD;
}
</style>