Shades of Celadon #A9DAAF
Tints of Celadon #A9DAAF
RGB
CMYK
RGB Variations
Color information
#A9DAAF (or 0xA9DAAF) is known color: Celadon. HEX triplet: A9, DA and AF. RGB value is (169,218,175). Sum of RGB (Red+Green+Blue) = 169+218+175=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 218 (85.55% from 255 or 38.79% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 218 - color contains mainly: green. Hex color #A9DAAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DAAF is #562550. Grayscale: #C6C6C6. Windows color (decimal): -5645649 or 11524777. OLE color: 11524777.
HSL color Cylindrical-coordinate representation of color #A9DAAF: hue angle of 127.35º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9DAAF is Cyan = 0.22, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 218 | 175 | - |
| CMYK | 0.22 | 0 | 0.20 | 0.15 |
| HSL | 127.35º | 0.4% | 0.76% | - |
| HSV(B) | 127.35º | 0.22% | 0.85% | - |
| XYZ | 49.17 | 61.67 | 49.87 | - |
| YUV | 198.45 | 114.77 | 107 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 218 | 175 | 0.22 | 0 | 0.20 | 0.15 | 127.35 | 0.4 | 0.76 |
| Hex | A9 | DA | AF | 16 | 0 | 14 | F | 7F | 28 | 4C |
| Octal | 251 | 332 | 257 | 26 | 0 | 24 | 17 | 177 | 50 | 114 |
| Binary | 10101001 | 11011010 | 10101111 | 10110 | 0 | 10100 | 1111 | 1111111 | 101000 | 1001100 |
Color Harmonies of #A9DAAF
Complementary color
Monochromatic Colors of #A9DAAF
Black with #A9DAAF
Text Example
Text Example
White with #A9DAAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DAAF; }
p { color: rgb(169,218,175); }
H1.HeaderClassName
{
color: #A9DAAF;
}
.AnyTagClassName
{
color: #A9DAAF;
}
</style>
background-color css
<style>
a { background-color: #A9DAAF; }
a { background-color: rgb(169,218,175); }
div.DivClassName
{
background-color: #A9DAAF;
}
.BgClassName
{
background-color: #A9DAAF;
}
</style>
border-color css
<style>
span { border-color: #A9DAAF; }
span { border-color: rgb(169,218,175); }
td.TdClassName
{
border-color: #A9DAAF;
}
.TagClassName
{
border-color: #A9DAAF;
}
</style>