Shades of Celadon #A9D9B3
Tints of Celadon #A9D9B3
RGB
CMYK
RGB Variations
Color information
#A9D9B3 (or 0xA9D9B3) is known color: Celadon. HEX triplet: A9, D9 and B3. RGB value is (169,217,179). Sum of RGB (Red+Green+Blue) = 169+217+179=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 217 (85.16% from 255 or 38.41% from 565); Blue value is 179 (70.31% from 255 or 31.68% from 565); Max value from RGB is 217 - color contains mainly: green. Hex color #A9D9B3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9D9B3 is #56264C. Grayscale: #C6C6C6. Windows color (decimal): -5645901 or 11786665. OLE color: 11786665.
HSL color Cylindrical-coordinate representation of color #A9D9B3: hue angle of 132.5º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A9D9B3 is Cyan = 0.22, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 169 | 217 | 179 | - |
| CMYK | 0.22 | 0 | 0.18 | 0.15 |
| HSL | 132.5º | 0.39% | 0.76% | - |
| HSV(B) | 132.5º | 0.22% | 0.85% | - |
| XYZ | 49.31 | 61.32 | 51.88 | - |
| YUV | 198.32 | 117.1 | 107.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 217 | 179 | 0.22 | 0 | 0.18 | 0.15 | 132.5 | 0.39 | 0.76 |
| Hex | A9 | D9 | B3 | 16 | 0 | 12 | F | 84 | 27 | 4C |
| Octal | 251 | 331 | 263 | 26 | 0 | 22 | 17 | 204 | 47 | 114 |
| Binary | 10101001 | 11011001 | 10110011 | 10110 | 0 | 10010 | 1111 | 10000100 | 100111 | 1001100 |
Color Harmonies of #A9D9B3
Complementary color
Monochromatic Colors of #A9D9B3
Black with #A9D9B3
Text Example
Text Example
White with #A9D9B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9D9B3; }
p { color: rgb(169,217,179); }
H1.HeaderClassName
{
color: #A9D9B3;
}
.AnyTagClassName
{
color: #A9D9B3;
}
</style>
background-color css
<style>
a { background-color: #A9D9B3; }
a { background-color: rgb(169,217,179); }
div.DivClassName
{
background-color: #A9D9B3;
}
.BgClassName
{
background-color: #A9D9B3;
}
</style>
border-color css
<style>
span { border-color: #A9D9B3; }
span { border-color: rgb(169,217,179); }
td.TdClassName
{
border-color: #A9D9B3;
}
.TagClassName
{
border-color: #A9D9B3;
}
</style>