Shades of Celadon #A9D8AF
Tints of Celadon #A9D8AF
RGB
CMYK
RGB Variations
Color information
#A9D8AF (or 0xA9D8AF) is known color: Celadon. HEX triplet: A9, D8 and AF. RGB value is (169,216,175). Sum of RGB (Red+Green+Blue) = 169+216+175=560 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.18% from 560); Green value is 216 (84.77% from 255 or 38.57% from 560); Blue value is 175 (68.75% from 255 or 31.25% from 560); Max value from RGB is 216 - color contains mainly: green. Hex color #A9D8AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D8AF is #562750. Grayscale: #C5C5C5. Windows color (decimal): -5646161 or 11524265. OLE color: 11524265.
HSL color Cylindrical-coordinate representation of color #A9D8AF: hue angle of 127.66º degrees, saturation: 0.38, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9D8AF is Cyan = 0.22, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 216 | 175 | - |
| CMYK | 0.22 | 0 | 0.19 | 0.15 |
| HSL | 127.66º | 0.38% | 0.75% | - |
| HSV(B) | 127.66º | 0.22% | 0.85% | - |
| XYZ | 48.66 | 60.64 | 49.7 | - |
| YUV | 197.27 | 115.43 | 107.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 216 | 175 | 0.22 | 0 | 0.19 | 0.15 | 127.66 | 0.38 | 0.75 |
| Hex | A9 | D8 | AF | 16 | 0 | 13 | F | 80 | 26 | 4B |
| Octal | 251 | 330 | 257 | 26 | 0 | 23 | 17 | 200 | 46 | 113 |
| Binary | 10101001 | 11011000 | 10101111 | 10110 | 0 | 10011 | 1111 | 10000000 | 100110 | 1001011 |
Color Harmonies of #A9D8AF
Complementary color
Monochromatic Colors of #A9D8AF
Black with #A9D8AF
Text Example
Text Example
White with #A9D8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D8AF; }
p { color: rgb(169,216,175); }
H1.HeaderClassName
{
color: #A9D8AF;
}
.AnyTagClassName
{
color: #A9D8AF;
}
</style>
background-color css
<style>
a { background-color: #A9D8AF; }
a { background-color: rgb(169,216,175); }
div.DivClassName
{
background-color: #A9D8AF;
}
.BgClassName
{
background-color: #A9D8AF;
}
</style>
border-color css
<style>
span { border-color: #A9D8AF; }
span { border-color: rgb(169,216,175); }
td.TdClassName
{
border-color: #A9D8AF;
}
.TagClassName
{
border-color: #A9D8AF;
}
</style>