Shades of Celadon #A9DCAC
Tints of Celadon #A9DCAC
RGB
CMYK
RGB Variations
Color information
#A9DCAC (or 0xA9DCAC) is known color: Celadon. HEX triplet: A9, DC and AC. RGB value is (169,220,172). Sum of RGB (Red+Green+Blue) = 169+220+172=561 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.12% from 561); Green value is 220 (86.33% from 255 or 39.22% from 561); Blue value is 172 (67.58% from 255 or 30.66% from 561); Max value from RGB is 220 - color contains mainly: green. Hex color #A9DCAC is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DCAC is #562353. Grayscale: #C7C7C7. Windows color (decimal): -5645140 or 11328681. OLE color: 11328681.
HSL color Cylindrical-coordinate representation of color #A9DCAC: hue angle of 123.53º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #A9DCAC is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 220 | 172 | - |
| CMYK | 0.23 | 0 | 0.22 | 0.14 |
| HSL | 123.53º | 0.42% | 0.76% | - |
| HSV(B) | 123.53º | 0.23% | 0.86% | - |
| XYZ | 49.4 | 62.6 | 48.51 | - |
| YUV | 199.28 | 112.6 | 106.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 220 | 172 | 0.23 | 0 | 0.22 | 0.14 | 123.53 | 0.42 | 0.76 |
| Hex | A9 | DC | AC | 17 | 0 | 16 | E | 7C | 2A | 4C |
| Octal | 251 | 334 | 254 | 27 | 0 | 26 | 16 | 174 | 52 | 114 |
| Binary | 10101001 | 11011100 | 10101100 | 10111 | 0 | 10110 | 1110 | 1111100 | 101010 | 1001100 |
Color Harmonies of #A9DCAC
Complementary color
Monochromatic Colors of #A9DCAC
Black with #A9DCAC
Text Example
Text Example
White with #A9DCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DCAC; }
p { color: rgb(169,220,172); }
H1.HeaderClassName
{
color: #A9DCAC;
}
.AnyTagClassName
{
color: #A9DCAC;
}
</style>
background-color css
<style>
a { background-color: #A9DCAC; }
a { background-color: rgb(169,220,172); }
div.DivClassName
{
background-color: #A9DCAC;
}
.BgClassName
{
background-color: #A9DCAC;
}
</style>
border-color css
<style>
span { border-color: #A9DCAC; }
span { border-color: rgb(169,220,172); }
td.TdClassName
{
border-color: #A9DCAC;
}
.TagClassName
{
border-color: #A9DCAC;
}
</style>