Shades of Celadon #A0E9AA
Tints of Celadon #A0E9AA
RGB
CMYK
RGB Variations
Color information
#A0E9AA (or 0xA0E9AA) is known color: Celadon. HEX triplet: A0, E9 and AA. RGB value is (160,233,170). Sum of RGB (Red+Green+Blue) = 160+233+170=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 233 (91.41% from 255 or 41.39% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E9AA is #5F1655. Grayscale: #CCCCCC. Windows color (decimal): -6231638 or 11200928. OLE color: 11200928.
HSL color Cylindrical-coordinate representation of color #A0E9AA: hue angle of 128.22º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E9AA is Cyan = 0.31, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 170 | - |
| CMYK | 0.31 | 0 | 0.27 | 0.09 |
| HSL | 128.22º | 0.62% | 0.77% | - |
| HSV(B) | 128.22º | 0.31% | 0.91% | - |
| XYZ | 50.89 | 68.65 | 48.6 | - |
| YUV | 203.99 | 108.82 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 170 | 0.31 | 0 | 0.27 | 0.09 | 128.22 | 0.62 | 0.77 |
| Hex | A0 | E9 | AA | 1F | 0 | 1B | 9 | 80 | 3E | 4D |
| Octal | 240 | 351 | 252 | 37 | 0 | 33 | 11 | 200 | 76 | 115 |
| Binary | 10100000 | 11101001 | 10101010 | 11111 | 0 | 11011 | 1001 | 10000000 | 111110 | 1001101 |
Color Harmonies of #A0E9AA
Complementary color
Monochromatic Colors of #A0E9AA
Black with #A0E9AA
Text Example
Text Example
White with #A0E9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E9AA; }
p { color: rgb(160,233,170); }
H1.HeaderClassName
{
color: #A0E9AA;
}
.AnyTagClassName
{
color: #A0E9AA;
}
</style>
background-color css
<style>
a { background-color: #A0E9AA; }
a { background-color: rgb(160,233,170); }
div.DivClassName
{
background-color: #A0E9AA;
}
.BgClassName
{
background-color: #A0E9AA;
}
</style>
border-color css
<style>
span { border-color: #A0E9AA; }
span { border-color: rgb(160,233,170); }
td.TdClassName
{
border-color: #A0E9AA;
}
.TagClassName
{
border-color: #A0E9AA;
}
</style>