Shades of Celadon #A9DEAF
Tints of Celadon #A9DEAF
RGB
CMYK
RGB Variations
Color information
#A9DEAF (or 0xA9DEAF) is known color: Celadon. HEX triplet: A9, DE and AF. RGB value is (169,222,175). Sum of RGB (Red+Green+Blue) = 169+222+175=566 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.86% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #A9DEAF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DEAF is #562150. Grayscale: #C8C8C8. Windows color (decimal): -5644625 or 11525801. OLE color: 11525801.
HSL color Cylindrical-coordinate representation of color #A9DEAF: hue angle of 126.79º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DEAF is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 222 | 175 | - |
| CMYK | 0.24 | 0 | 0.21 | 0.13 |
| HSL | 126.79º | 0.45% | 0.77% | - |
| HSV(B) | 126.79º | 0.24% | 0.87% | - |
| XYZ | 50.22 | 63.77 | 50.22 | - |
| YUV | 200.8 | 113.44 | 105.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 222 | 175 | 0.24 | 0 | 0.21 | 0.13 | 126.79 | 0.45 | 0.77 |
| Hex | A9 | DE | AF | 18 | 0 | 15 | D | 7F | 2D | 4D |
| Octal | 251 | 336 | 257 | 30 | 0 | 25 | 15 | 177 | 55 | 115 |
| Binary | 10101001 | 11011110 | 10101111 | 11000 | 0 | 10101 | 1101 | 1111111 | 101101 | 1001101 |
Color Harmonies of #A9DEAF
Complementary color
Monochromatic Colors of #A9DEAF
Black with #A9DEAF
Text Example
Text Example
White with #A9DEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DEAF; }
p { color: rgb(169,222,175); }
H1.HeaderClassName
{
color: #A9DEAF;
}
.AnyTagClassName
{
color: #A9DEAF;
}
</style>
background-color css
<style>
a { background-color: #A9DEAF; }
a { background-color: rgb(169,222,175); }
div.DivClassName
{
background-color: #A9DEAF;
}
.BgClassName
{
background-color: #A9DEAF;
}
</style>
border-color css
<style>
span { border-color: #A9DEAF; }
span { border-color: rgb(169,222,175); }
td.TdClassName
{
border-color: #A9DEAF;
}
.TagClassName
{
border-color: #A9DEAF;
}
</style>