Shades of Celadon #AAE9AA
Tints of Celadon #AAE9AA
RGB
CMYK
RGB Variations
Color information
#AAE9AA (or 0xAAE9AA) is known color: Celadon. HEX triplet: AA, E9 and AA. RGB value is (170,233,170). Sum of RGB (Red+Green+Blue) = 170+233+170=573 (75% of max value = 765). Red value is 170 (66.80% from 255 or 29.67% from 573); Green value is 233 (91.41% from 255 or 40.66% from 573); Blue value is 170 (66.80% from 255 or 29.67% from 573); Max value from RGB is 233 - color contains mainly: green. Hex color #AAE9AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE9AA is #551655. Grayscale: #CFCFCF. Windows color (decimal): -5576278 or 11200938. OLE color: 11200938.
HSL color Cylindrical-coordinate representation of color #AAE9AA: hue angle of 120º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AAE9AA is Cyan = 0.27, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 233 | 170 | - |
| CMYK | 0.27 | 0 | 0.27 | 0.09 |
| HSL | 120º | 0.59% | 0.79% | - |
| HSV(B) | 120º | 0.27% | 0.91% | - |
| XYZ | 52.97 | 69.73 | 48.7 | - |
| YUV | 206.98 | 107.13 | 101.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 233 | 170 | 0.27 | 0 | 0.27 | 0.09 | 120 | 0.59 | 0.79 |
| Hex | AA | E9 | AA | 1B | 0 | 1B | 9 | 78 | 3B | 4F |
| Octal | 252 | 351 | 252 | 33 | 0 | 33 | 11 | 170 | 73 | 117 |
| Binary | 10101010 | 11101001 | 10101010 | 11011 | 0 | 11011 | 1001 | 1111000 | 111011 | 1001111 |
Color Harmonies of #AAE9AA
Complementary color
Monochromatic Colors of #AAE9AA
Black with #AAE9AA
Text Example
Text Example
White with #AAE9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE9AA; }
p { color: rgb(170,233,170); }
H1.HeaderClassName
{
color: #AAE9AA;
}
.AnyTagClassName
{
color: #AAE9AA;
}
</style>
background-color css
<style>
a { background-color: #AAE9AA; }
a { background-color: rgb(170,233,170); }
div.DivClassName
{
background-color: #AAE9AA;
}
.BgClassName
{
background-color: #AAE9AA;
}
</style>
border-color css
<style>
span { border-color: #AAE9AA; }
span { border-color: rgb(170,233,170); }
td.TdClassName
{
border-color: #AAE9AA;
}
.TagClassName
{
border-color: #AAE9AA;
}
</style>