Shades of Celadon #A9DBAE
Tints of Celadon #A9DBAE
RGB
CMYK
RGB Variations
Color information
#A9DBAE (or 0xA9DBAE) is known color: Celadon. HEX triplet: A9, DB and AE. RGB value is (169,219,174). Sum of RGB (Red+Green+Blue) = 169+219+174=562 (74% of max value = 765). Red value is 169 (66.41% from 255 or 30.07% from 562); Green value is 219 (85.94% from 255 or 38.97% from 562); Blue value is 174 (68.36% from 255 or 30.96% from 562); Max value from RGB is 219 - color contains mainly: green. Hex color #A9DBAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DBAE is #562451. Grayscale: #C7C7C7. Windows color (decimal): -5645394 or 11459497. OLE color: 11459497.
HSL color Cylindrical-coordinate representation of color #A9DBAE: hue angle of 126º degrees, saturation: 0.41, 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 #A9DBAE is Cyan = 0.23, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 169 | 219 | 174 | - |
| CMYK | 0.23 | 0 | 0.21 | 0.14 |
| HSL | 126º | 0.41% | 0.76% | - |
| HSV(B) | 126º | 0.23% | 0.86% | - |
| XYZ | 49.33 | 62.15 | 49.44 | - |
| YUV | 198.92 | 113.94 | 106.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 219 | 174 | 0.23 | 0 | 0.21 | 0.14 | 126 | 0.41 | 0.76 |
| Hex | A9 | DB | AE | 17 | 0 | 15 | E | 7E | 29 | 4C |
| Octal | 251 | 333 | 256 | 27 | 0 | 25 | 16 | 176 | 51 | 114 |
| Binary | 10101001 | 11011011 | 10101110 | 10111 | 0 | 10101 | 1110 | 1111110 | 101001 | 1001100 |
Color Harmonies of #A9DBAE
Complementary color
Monochromatic Colors of #A9DBAE
Black with #A9DBAE
Text Example
Text Example
White with #A9DBAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DBAE; }
p { color: rgb(169,219,174); }
H1.HeaderClassName
{
color: #A9DBAE;
}
.AnyTagClassName
{
color: #A9DBAE;
}
</style>
background-color css
<style>
a { background-color: #A9DBAE; }
a { background-color: rgb(169,219,174); }
div.DivClassName
{
background-color: #A9DBAE;
}
.BgClassName
{
background-color: #A9DBAE;
}
</style>
border-color css
<style>
span { border-color: #A9DBAE; }
span { border-color: rgb(169,219,174); }
td.TdClassName
{
border-color: #A9DBAE;
}
.TagClassName
{
border-color: #A9DBAE;
}
</style>