Shades of Celadon #A9DEAE
Tints of Celadon #A9DEAE
RGB
CMYK
RGB Variations
Color information
#A9DEAE (or 0xA9DEAE) is known color: Celadon. HEX triplet: A9, DE and AE. RGB value is (169,222,174). Sum of RGB (Red+Green+Blue) = 169+222+174=565 (74% of max value = 765). Red value is 169 (66.41% from 255 or 29.91% from 565); Green value is 222 (87.11% from 255 or 39.29% from 565); Blue value is 174 (68.36% from 255 or 30.80% from 565); Max value from RGB is 222 - color contains mainly: green. Hex color #A9DEAE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A9DEAE is #562151. Grayscale: #C8C8C8. Windows color (decimal): -5644626 or 11460265. OLE color: 11460265.
HSL color Cylindrical-coordinate representation of color #A9DEAE: hue angle of 125.66º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DEAE is Cyan = 0.24, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 222 | 174 | - |
| CMYK | 0.24 | 0 | 0.22 | 0.13 |
| HSL | 125.66º | 0.45% | 0.77% | - |
| HSV(B) | 125.66º | 0.24% | 0.87% | - |
| XYZ | 50.12 | 63.73 | 49.7 | - |
| YUV | 200.68 | 112.94 | 105.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 222 | 174 | 0.24 | 0 | 0.22 | 0.13 | 125.66 | 0.45 | 0.77 |
| Hex | A9 | DE | AE | 18 | 0 | 16 | D | 7E | 2D | 4D |
| Octal | 251 | 336 | 256 | 30 | 0 | 26 | 15 | 176 | 55 | 115 |
| Binary | 10101001 | 11011110 | 10101110 | 11000 | 0 | 10110 | 1101 | 1111110 | 101101 | 1001101 |
Color Harmonies of #A9DEAE
Complementary color
Monochromatic Colors of #A9DEAE
Black with #A9DEAE
Text Example
Text Example
White with #A9DEAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DEAE; }
p { color: rgb(169,222,174); }
H1.HeaderClassName
{
color: #A9DEAE;
}
.AnyTagClassName
{
color: #A9DEAE;
}
</style>
background-color css
<style>
a { background-color: #A9DEAE; }
a { background-color: rgb(169,222,174); }
div.DivClassName
{
background-color: #A9DEAE;
}
.BgClassName
{
background-color: #A9DEAE;
}
</style>
border-color css
<style>
span { border-color: #A9DEAE; }
span { border-color: rgb(169,222,174); }
td.TdClassName
{
border-color: #A9DEAE;
}
.TagClassName
{
border-color: #A9DEAE;
}
</style>