Shades of Celadon #AAEDAA
Tints of Celadon #AAEDAA
RGB
CMYK
RGB Variations
Color information
#AAEDAA (or 0xAAEDAA) is known color: Celadon. HEX triplet: AA, ED and AA. RGB value is (170,237,170). Sum of RGB (Red+Green+Blue) = 170+237+170=577 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.46% from 577); Green value is 237 (92.97% from 255 or 41.07% from 577); Blue value is 170 (66.80% from 255 or 29.46% from 577); Max value from RGB is 237 - color contains mainly: green. Hex color #AAEDAA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAEDAA is #551255. Grayscale: #D1D1D1. Windows color (decimal): -5575254 or 11201962. OLE color: 11201962.
HSL color Cylindrical-coordinate representation of color #AAEDAA: hue angle of 120º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAEDAA is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 170 | 237 | 170 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.07 |
| HSL | 120º | 0.65% | 0.8% | - |
| HSV(B) | 120º | 0.28% | 0.93% | - |
| XYZ | 54.12 | 72.02 | 49.08 | - |
| YUV | 209.33 | 105.8 | 99.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 237 | 170 | 0.28 | 0 | 0.28 | 0.07 | 120 | 0.65 | 0.8 |
| Hex | AA | ED | AA | 1C | 0 | 1C | 7 | 78 | 41 | 50 |
| Octal | 252 | 355 | 252 | 34 | 0 | 34 | 7 | 170 | 101 | 120 |
| Binary | 10101010 | 11101101 | 10101010 | 11100 | 0 | 11100 | 111 | 1111000 | 1000001 | 1010000 |
Color Harmonies of #AAEDAA
Complementary color
Monochromatic Colors of #AAEDAA
Black with #AAEDAA
Text Example
Text Example
White with #AAEDAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAEDAA; }
p { color: rgb(170,237,170); }
H1.HeaderClassName
{
color: #AAEDAA;
}
.AnyTagClassName
{
color: #AAEDAA;
}
</style>
background-color css
<style>
a { background-color: #AAEDAA; }
a { background-color: rgb(170,237,170); }
div.DivClassName
{
background-color: #AAEDAA;
}
.BgClassName
{
background-color: #AAEDAA;
}
</style>
border-color css
<style>
span { border-color: #AAEDAA; }
span { border-color: rgb(170,237,170); }
td.TdClassName
{
border-color: #AAEDAA;
}
.TagClassName
{
border-color: #AAEDAA;
}
</style>