Shades of Celadon #AAF4AA
Tints of Celadon #AAF4AA
RGB
CMYK
RGB Variations
Color information
#AAF4AA (or 0xAAF4AA) is known color: Celadon. HEX triplet: AA, F4 and AA. RGB value is (170,244,170). Sum of RGB (Red+Green+Blue) = 170+244+170=584 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.11% from 584); Green value is 244 (95.70% from 255 or 41.78% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 244 - color contains mainly: green. Hex color #AAF4AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF4AA is #550B55. Grayscale: #D5D5D5. Windows color (decimal): -5573462 or 11203754. OLE color: 11203754.
HSL color Cylindrical-coordinate representation of color #AAF4AA: hue angle of 120º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAF4AA is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 170 | 244 | 170 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.04 |
| HSL | 120º | 0.77% | 0.81% | - |
| HSV(B) | 120º | 0.3% | 0.96% | - |
| XYZ | 56.18 | 76.15 | 49.77 | - |
| YUV | 213.44 | 103.48 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 244 | 170 | 0.30 | 0 | 0.30 | 0.04 | 120 | 0.77 | 0.81 |
| Hex | AA | F4 | AA | 1E | 0 | 1E | 4 | 78 | 4D | 51 |
| Octal | 252 | 364 | 252 | 36 | 0 | 36 | 4 | 170 | 115 | 121 |
| Binary | 10101010 | 11110100 | 10101010 | 11110 | 0 | 11110 | 100 | 1111000 | 1001101 | 1010001 |
Color Harmonies of #AAF4AA
Complementary color
Monochromatic Colors of #AAF4AA
Black with #AAF4AA
Text Example
Text Example
White with #AAF4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF4AA; }
p { color: rgb(170,244,170); }
H1.HeaderClassName
{
color: #AAF4AA;
}
.AnyTagClassName
{
color: #AAF4AA;
}
</style>
background-color css
<style>
a { background-color: #AAF4AA; }
a { background-color: rgb(170,244,170); }
div.DivClassName
{
background-color: #AAF4AA;
}
.BgClassName
{
background-color: #AAF4AA;
}
</style>
border-color css
<style>
span { border-color: #AAF4AA; }
span { border-color: rgb(170,244,170); }
td.TdClassName
{
border-color: #AAF4AA;
}
.TagClassName
{
border-color: #AAF4AA;
}
</style>