Shades of Celadon #AAE7AD
Tints of Celadon #AAE7AD
RGB
CMYK
RGB Variations
Color information
#AAE7AD (or 0xAAE7AD) is known color: Celadon. HEX triplet: AA, E7 and AD. RGB value is (170,231,173). Sum of RGB (Red+Green+Blue) = 170+231+173=574 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.62% from 574); Green value is 231 (90.62% from 255 or 40.24% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 231 - color contains mainly: green. Hex color #AAE7AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAE7AD is #551852. Grayscale: #CECECE. Windows color (decimal): -5576787 or 11397034. OLE color: 11397034.
HSL color Cylindrical-coordinate representation of color #AAE7AD: hue angle of 122.95º degrees, saturation: 0.56, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #AAE7AD is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 170 | 231 | 173 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.09 |
| HSL | 122.95º | 0.56% | 0.79% | - |
| HSV(B) | 122.95º | 0.26% | 0.91% | - |
| XYZ | 52.7 | 68.72 | 50.02 | - |
| YUV | 206.15 | 109.29 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 231 | 173 | 0.26 | 0 | 0.25 | 0.09 | 122.95 | 0.56 | 0.79 |
| Hex | AA | E7 | AD | 1A | 0 | 19 | 9 | 7B | 38 | 4F |
| Octal | 252 | 347 | 255 | 32 | 0 | 31 | 11 | 173 | 70 | 117 |
| Binary | 10101010 | 11100111 | 10101101 | 11010 | 0 | 11001 | 1001 | 1111011 | 111000 | 1001111 |
Color Harmonies of #AAE7AD
Complementary color
Monochromatic Colors of #AAE7AD
Black with #AAE7AD
Text Example
Text Example
White with #AAE7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAE7AD; }
p { color: rgb(170,231,173); }
H1.HeaderClassName
{
color: #AAE7AD;
}
.AnyTagClassName
{
color: #AAE7AD;
}
</style>
background-color css
<style>
a { background-color: #AAE7AD; }
a { background-color: rgb(170,231,173); }
div.DivClassName
{
background-color: #AAE7AD;
}
.BgClassName
{
background-color: #AAE7AD;
}
</style>
border-color css
<style>
span { border-color: #AAE7AD; }
span { border-color: rgb(170,231,173); }
td.TdClassName
{
border-color: #AAE7AD;
}
.TagClassName
{
border-color: #AAE7AD;
}
</style>