Shades of Celadon #A9D6AF
Tints of Celadon #A9D6AF
RGB
CMYK
RGB Variations
Color information
#A9D6AF (or 0xA9D6AF) is known color: Celadon. HEX triplet: A9, D6 and AF. RGB value is (169,214,175). Sum of RGB (Red+Green+Blue) = 169+214+175=558 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.29% from 558); Green value is 214 (83.98% from 255 or 38.35% from 558); Blue value is 175 (68.75% from 255 or 31.36% from 558); Max value from RGB is 214 - color contains mainly: green. Hex color #A9D6AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9D6AF is #562950. Grayscale: #C4C4C4. Windows color (decimal): -5646673 or 11523753. OLE color: 11523753.
HSL color Cylindrical-coordinate representation of color #A9D6AF: hue angle of 128º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #A9D6AF is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 169 | 214 | 175 | - |
| CMYK | 0.21 | 0 | 0.18 | 0.16 |
| HSL | 128º | 0.35% | 0.75% | - |
| HSV(B) | 128º | 0.21% | 0.84% | - |
| XYZ | 48.15 | 59.62 | 49.53 | - |
| YUV | 196.1 | 116.09 | 108.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 214 | 175 | 0.21 | 0 | 0.18 | 0.16 | 128 | 0.35 | 0.75 |
| Hex | A9 | D6 | AF | 15 | 0 | 12 | 10 | 80 | 23 | 4B |
| Octal | 251 | 326 | 257 | 25 | 0 | 22 | 20 | 200 | 43 | 113 |
| Binary | 10101001 | 11010110 | 10101111 | 10101 | 0 | 10010 | 10000 | 10000000 | 100011 | 1001011 |
Color Harmonies of #A9D6AF
Complementary color
Monochromatic Colors of #A9D6AF
Black with #A9D6AF
Text Example
Text Example
White with #A9D6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D6AF; }
p { color: rgb(169,214,175); }
H1.HeaderClassName
{
color: #A9D6AF;
}
.AnyTagClassName
{
color: #A9D6AF;
}
</style>
background-color css
<style>
a { background-color: #A9D6AF; }
a { background-color: rgb(169,214,175); }
div.DivClassName
{
background-color: #A9D6AF;
}
.BgClassName
{
background-color: #A9D6AF;
}
</style>
border-color css
<style>
span { border-color: #A9D6AF; }
span { border-color: rgb(169,214,175); }
td.TdClassName
{
border-color: #A9D6AF;
}
.TagClassName
{
border-color: #A9D6AF;
}
</style>