Shades of Celadon #AAF1A9
Tints of Celadon #AAF1A9
RGB
CMYK
RGB Variations
Color information
#AAF1A9 (or 0xAAF1A9) is known color: Celadon. HEX triplet: AA, F1 and A9. RGB value is (170,241,169). Sum of RGB (Red+Green+Blue) = 170+241+169=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 169 (66.41% from 255 or 29.14% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #AAF1A9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF1A9 is #550E56. Grayscale: #D3D3D3. Windows color (decimal): -5574231 or 11137450. OLE color: 11137450.
HSL color Cylindrical-coordinate representation of color #AAF1A9: hue angle of 119.17º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF1A9 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 241 | 169 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.05 |
| HSL | 119.17º | 0.72% | 0.8% | - |
| HSV(B) | 119.17º | 0.3% | 0.95% | - |
| XYZ | 55.19 | 74.32 | 48.97 | - |
| YUV | 211.56 | 103.98 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 241 | 169 | 0.29 | 0 | 0.30 | 0.05 | 119.17 | 0.72 | 0.8 |
| Hex | AA | F1 | A9 | 1D | 0 | 1E | 5 | 77 | 48 | 50 |
| Octal | 252 | 361 | 251 | 35 | 0 | 36 | 5 | 167 | 110 | 120 |
| Binary | 10101010 | 11110001 | 10101001 | 11101 | 0 | 11110 | 101 | 1110111 | 1001000 | 1010000 |
Color Harmonies of #AAF1A9
Complementary color
Monochromatic Colors of #AAF1A9
Black with #AAF1A9
Text Example
Text Example
White with #AAF1A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF1A9; }
p { color: rgb(170,241,169); }
H1.HeaderClassName
{
color: #AAF1A9;
}
.AnyTagClassName
{
color: #AAF1A9;
}
</style>
background-color css
<style>
a { background-color: #AAF1A9; }
a { background-color: rgb(170,241,169); }
div.DivClassName
{
background-color: #AAF1A9;
}
.BgClassName
{
background-color: #AAF1A9;
}
</style>
border-color css
<style>
span { border-color: #AAF1A9; }
span { border-color: rgb(170,241,169); }
td.TdClassName
{
border-color: #AAF1A9;
}
.TagClassName
{
border-color: #AAF1A9;
}
</style>