Shades of Celadon #A9FAAD
Tints of Celadon #A9FAAD
RGB
CMYK
RGB Variations
Color information
#A9FAAD (or 0xA9FAAD) is known color: Celadon. HEX triplet: A9, FA and AD. RGB value is (169,250,173). Sum of RGB (Red+Green+Blue) = 169+250+173=592 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.55% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 173 (67.97% from 255 or 29.22% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #A9FAAD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A9FAAD is #560552. Grayscale: #D9D9D9. Windows color (decimal): -5637459 or 11401897. OLE color: 11401897.
HSL color Cylindrical-coordinate representation of color #A9FAAD: hue angle of 122.96º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A9FAAD is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 250 | 173 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.02 |
| HSL | 122.96º | 0.89% | 0.82% | - |
| HSV(B) | 122.96º | 0.32% | 0.98% | - |
| XYZ | 58.09 | 79.82 | 51.88 | - |
| YUV | 217 | 103.16 | 93.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 250 | 173 | 0.32 | 0 | 0.31 | 0.02 | 122.96 | 0.89 | 0.82 |
| Hex | A9 | FA | AD | 20 | 0 | 1F | 2 | 7B | 59 | 52 |
| Octal | 251 | 372 | 255 | 40 | 0 | 37 | 2 | 173 | 131 | 122 |
| Binary | 10101001 | 11111010 | 10101101 | 100000 | 0 | 11111 | 10 | 1111011 | 1011001 | 1010010 |
Color Harmonies of #A9FAAD
Complementary color
Monochromatic Colors of #A9FAAD
Black with #A9FAAD
Text Example
Text Example
White with #A9FAAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FAAD; }
p { color: rgb(169,250,173); }
H1.HeaderClassName
{
color: #A9FAAD;
}
.AnyTagClassName
{
color: #A9FAAD;
}
</style>
background-color css
<style>
a { background-color: #A9FAAD; }
a { background-color: rgb(169,250,173); }
div.DivClassName
{
background-color: #A9FAAD;
}
.BgClassName
{
background-color: #A9FAAD;
}
</style>
border-color css
<style>
span { border-color: #A9FAAD; }
span { border-color: rgb(169,250,173); }
td.TdClassName
{
border-color: #A9FAAD;
}
.TagClassName
{
border-color: #A9FAAD;
}
</style>