Shades of Celadon #AAF0AA
Tints of Celadon #AAF0AA
RGB
CMYK
RGB Variations
Color information
#AAF0AA (or 0xAAF0AA) is known color: Celadon. HEX triplet: AA, F0 and AA. RGB value is (170,240,170). Sum of RGB (Red+Green+Blue) = 170+240+170=580 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.31% from 580); Green value is 240 (94.14% from 255 or 41.38% from 580); Blue value is 170 (66.80% from 255 or 29.31% from 580); Max value from RGB is 240 - color contains mainly: green. Hex color #AAF0AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #AAF0AA is #550F55. Grayscale: #D3D3D3. Windows color (decimal): -5574486 or 11202730. OLE color: 11202730.
HSL color Cylindrical-coordinate representation of color #AAF0AA: hue angle of 120º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AAF0AA is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 170 | 240 | 170 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.06 |
| HSL | 120º | 0.7% | 0.8% | - |
| HSV(B) | 120º | 0.29% | 0.94% | - |
| XYZ | 54.99 | 73.77 | 49.37 | - |
| YUV | 211.09 | 104.81 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 170 | 240 | 170 | 0.29 | 0 | 0.29 | 0.06 | 120 | 0.7 | 0.8 |
| Hex | AA | F0 | AA | 1D | 0 | 1D | 6 | 78 | 46 | 50 |
| Octal | 252 | 360 | 252 | 35 | 0 | 35 | 6 | 170 | 106 | 120 |
| Binary | 10101010 | 11110000 | 10101010 | 11101 | 0 | 11101 | 110 | 1111000 | 1000110 | 1010000 |
Color Harmonies of #AAF0AA
Complementary color
Monochromatic Colors of #AAF0AA
Black with #AAF0AA
Text Example
Text Example
White with #AAF0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AAF0AA; }
p { color: rgb(170,240,170); }
H1.HeaderClassName
{
color: #AAF0AA;
}
.AnyTagClassName
{
color: #AAF0AA;
}
</style>
background-color css
<style>
a { background-color: #AAF0AA; }
a { background-color: rgb(170,240,170); }
div.DivClassName
{
background-color: #AAF0AA;
}
.BgClassName
{
background-color: #AAF0AA;
}
</style>
border-color css
<style>
span { border-color: #AAF0AA; }
span { border-color: rgb(170,240,170); }
td.TdClassName
{
border-color: #AAF0AA;
}
.TagClassName
{
border-color: #AAF0AA;
}
</style>