Shades of Celadon #AAF5AD
Tints of Celadon #AAF5AD
RGB
CMYK
RGB Variations
Color information
#AAF5AD (or 0xAAF5AD) is known color: Celadon. HEX triplet: AA, F5 and AD. RGB value is (170,245,173). Sum of RGB (Red+Green+Blue) = 170+245+173=588 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.91% from 588); Green value is 245 (96.09% from 255 or 41.67% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 245 - color contains mainly: green. Hex color #AAF5AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF5AD is #550A52. Grayscale: #D6D6D6. Windows color (decimal): -5573203 or 11400618. OLE color: 11400618.
HSL color Cylindrical-coordinate representation of color #AAF5AD: hue angle of 122.4º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AAF5AD is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 245 | 173 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.04 |
| HSL | 122.4º | 0.79% | 0.81% | - |
| HSV(B) | 122.4º | 0.31% | 0.96% | - |
| XYZ | 56.77 | 76.87 | 51.38 | - |
| YUV | 214.37 | 104.65 | 96.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 245 | 173 | 0.31 | 0 | 0.29 | 0.04 | 122.4 | 0.79 | 0.81 |
| Hex | AA | F5 | AD | 1F | 0 | 1D | 4 | 7A | 4F | 51 |
| Octal | 252 | 365 | 255 | 37 | 0 | 35 | 4 | 172 | 117 | 121 |
| Binary | 10101010 | 11110101 | 10101101 | 11111 | 0 | 11101 | 100 | 1111010 | 1001111 | 1010001 |
Color Harmonies of #AAF5AD
Complementary color
Monochromatic Colors of #AAF5AD
Black with #AAF5AD
Text Example
Text Example
White with #AAF5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF5AD; }
p { color: rgb(170,245,173); }
H1.HeaderClassName
{
color: #AAF5AD;
}
.AnyTagClassName
{
color: #AAF5AD;
}
</style>
background-color css
<style>
a { background-color: #AAF5AD; }
a { background-color: rgb(170,245,173); }
div.DivClassName
{
background-color: #AAF5AD;
}
.BgClassName
{
background-color: #AAF5AD;
}
</style>
border-color css
<style>
span { border-color: #AAF5AD; }
span { border-color: rgb(170,245,173); }
td.TdClassName
{
border-color: #AAF5AD;
}
.TagClassName
{
border-color: #AAF5AD;
}
</style>