Shades of Celadon #AAE5AE
Tints of Celadon #AAE5AE
RGB
CMYK
RGB Variations
Color information
#AAE5AE (or 0xAAE5AE) is known color: Celadon. HEX triplet: AA, E5 and AE. RGB value is (170,229,174). Sum of RGB (Red+Green+Blue) = 170+229+174=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 229 (89.84% from 255 or 39.97% from 573); Blue value is 174 (68.36% from 255 or 30.37% from 573); Max value from RGB is 229 - color contains mainly: green. Hex color #AAE5AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #AAE5AE is #551A51. Grayscale: #CDCDCD. Windows color (decimal): -5577298 or 11462058. OLE color: 11462058.
HSL color Cylindrical-coordinate representation of color #AAE5AE: hue angle of 124.07º degrees, saturation: 0.53, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE5AE is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 170 | 229 | 174 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.10 |
| HSL | 124.07º | 0.53% | 0.78% | - |
| HSV(B) | 124.07º | 0.26% | 0.9% | - |
| XYZ | 52.24 | 67.64 | 50.35 | - |
| YUV | 205.09 | 110.45 | 102.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 229 | 174 | 0.26 | 0 | 0.24 | 0.10 | 124.07 | 0.53 | 0.78 |
| Hex | AA | E5 | AE | 1A | 0 | 18 | A | 7C | 35 | 4E |
| Octal | 252 | 345 | 256 | 32 | 0 | 30 | 12 | 174 | 65 | 116 |
| Binary | 10101010 | 11100101 | 10101110 | 11010 | 0 | 11000 | 1010 | 1111100 | 110101 | 1001110 |
Color Harmonies of #AAE5AE
Complementary color
Monochromatic Colors of #AAE5AE
Black with #AAE5AE
Text Example
Text Example
White with #AAE5AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE5AE; }
p { color: rgb(170,229,174); }
H1.HeaderClassName
{
color: #AAE5AE;
}
.AnyTagClassName
{
color: #AAE5AE;
}
</style>
background-color css
<style>
a { background-color: #AAE5AE; }
a { background-color: rgb(170,229,174); }
div.DivClassName
{
background-color: #AAE5AE;
}
.BgClassName
{
background-color: #AAE5AE;
}
</style>
border-color css
<style>
span { border-color: #AAE5AE; }
span { border-color: rgb(170,229,174); }
td.TdClassName
{
border-color: #AAE5AE;
}
.TagClassName
{
border-color: #AAE5AE;
}
</style>