Shades of Celadon #AAF2AA
Tints of Celadon #AAF2AA
RGB
CMYK
RGB Variations
Color information
#AAF2AA (or 0xAAF2AA) is known color: Celadon. HEX triplet: AA, F2 and AA. RGB value is (170,242,170). Sum of RGB (Red+Green+Blue) = 170+242+170=582 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.21% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 242 - color contains mainly: green. Hex color #AAF2AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF2AA is #550D55. Grayscale: #D4D4D4. Windows color (decimal): -5573974 or 11203242. OLE color: 11203242.
HSL color Cylindrical-coordinate representation of color #AAF2AA: hue angle of 120º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF2AA is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 170 | 242 | 170 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.05 |
| HSL | 120º | 0.73% | 0.81% | - |
| HSV(B) | 120º | 0.3% | 0.95% | - |
| XYZ | 55.59 | 74.95 | 49.57 | - |
| YUV | 212.26 | 104.15 | 97.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 242 | 170 | 0.30 | 0 | 0.30 | 0.05 | 120 | 0.73 | 0.81 |
| Hex | AA | F2 | AA | 1E | 0 | 1E | 5 | 78 | 49 | 51 |
| Octal | 252 | 362 | 252 | 36 | 0 | 36 | 5 | 170 | 111 | 121 |
| Binary | 10101010 | 11110010 | 10101010 | 11110 | 0 | 11110 | 101 | 1111000 | 1001001 | 1010001 |
Color Harmonies of #AAF2AA
Complementary color
Monochromatic Colors of #AAF2AA
Black with #AAF2AA
Text Example
Text Example
White with #AAF2AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF2AA; }
p { color: rgb(170,242,170); }
H1.HeaderClassName
{
color: #AAF2AA;
}
.AnyTagClassName
{
color: #AAF2AA;
}
</style>
background-color css
<style>
a { background-color: #AAF2AA; }
a { background-color: rgb(170,242,170); }
div.DivClassName
{
background-color: #AAF2AA;
}
.BgClassName
{
background-color: #AAF2AA;
}
</style>
border-color css
<style>
span { border-color: #AAF2AA; }
span { border-color: rgb(170,242,170); }
td.TdClassName
{
border-color: #AAF2AA;
}
.TagClassName
{
border-color: #AAF2AA;
}
</style>