Shades of Celadon #AAE0AD
Tints of Celadon #AAE0AD
RGB
CMYK
RGB Variations
Color information
#AAE0AD (or 0xAAE0AD) is known color: Celadon. HEX triplet: AA, E0 and AD. RGB value is (170,224,173). Sum of RGB (Red+Green+Blue) = 170+224+173=567 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.98% from 567); Green value is 224 (87.89% from 255 or 39.51% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 224 - color contains mainly: green. Hex color #AAE0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE0AD is #551F52. Grayscale: #CACACA. Windows color (decimal): -5578579 or 11395242. OLE color: 11395242.
HSL color Cylindrical-coordinate representation of color #AAE0AD: hue angle of 123.33º degrees, saturation: 0.47, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AAE0AD is Cyan = 0.24, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 170 | 224 | 173 | - |
| CMYK | 0.24 | 0 | 0.23 | 0.12 |
| HSL | 123.33º | 0.47% | 0.77% | - |
| HSV(B) | 123.33º | 0.24% | 0.88% | - |
| XYZ | 50.78 | 64.87 | 49.38 | - |
| YUV | 202.04 | 111.61 | 105.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 224 | 173 | 0.24 | 0 | 0.23 | 0.12 | 123.33 | 0.47 | 0.77 |
| Hex | AA | E0 | AD | 18 | 0 | 17 | C | 7B | 2F | 4D |
| Octal | 252 | 340 | 255 | 30 | 0 | 27 | 14 | 173 | 57 | 115 |
| Binary | 10101010 | 11100000 | 10101101 | 11000 | 0 | 10111 | 1100 | 1111011 | 101111 | 1001101 |
Color Harmonies of #AAE0AD
Complementary color
Monochromatic Colors of #AAE0AD
Black with #AAE0AD
Text Example
Text Example
White with #AAE0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE0AD; }
p { color: rgb(170,224,173); }
H1.HeaderClassName
{
color: #AAE0AD;
}
.AnyTagClassName
{
color: #AAE0AD;
}
</style>
background-color css
<style>
a { background-color: #AAE0AD; }
a { background-color: rgb(170,224,173); }
div.DivClassName
{
background-color: #AAE0AD;
}
.BgClassName
{
background-color: #AAE0AD;
}
</style>
border-color css
<style>
span { border-color: #AAE0AD; }
span { border-color: rgb(170,224,173); }
td.TdClassName
{
border-color: #AAE0AD;
}
.TagClassName
{
border-color: #AAE0AD;
}
</style>