Shades of Celadon #A0E9AE
Tints of Celadon #A0E9AE
RGB
CMYK
RGB Variations
Color information
#A0E9AE (or 0xA0E9AE) is known color: Celadon. HEX triplet: A0, E9 and AE. RGB value is (160,233,174). Sum of RGB (Red+Green+Blue) = 160+233+174=567 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.22% from 567); Green value is 233 (91.41% from 255 or 41.09% from 567); Blue value is 174 (68.36% from 255 or 30.69% from 567); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E9AE is #5F1651. Grayscale: #CCCCCC. Windows color (decimal): -6231634 or 11463072. OLE color: 11463072.
HSL color Cylindrical-coordinate representation of color #A0E9AE: hue angle of 131.51º 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 #A0E9AE is Cyan = 0.31, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 174 | - |
| CMYK | 0.31 | 0 | 0.25 | 0.09 |
| HSL | 131.51º | 0.62% | 0.77% | - |
| HSV(B) | 131.51º | 0.31% | 0.91% | - |
| XYZ | 51.28 | 68.81 | 50.62 | - |
| YUV | 204.45 | 110.82 | 96.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 174 | 0.31 | 0 | 0.25 | 0.09 | 131.51 | 0.62 | 0.77 |
| Hex | A0 | E9 | AE | 1F | 0 | 19 | 9 | 84 | 3E | 4D |
| Octal | 240 | 351 | 256 | 37 | 0 | 31 | 11 | 204 | 76 | 115 |
| Binary | 10100000 | 11101001 | 10101110 | 11111 | 0 | 11001 | 1001 | 10000100 | 111110 | 1001101 |
Color Harmonies of #A0E9AE
Complementary color
Monochromatic Colors of #A0E9AE
Black with #A0E9AE
Text Example
Text Example
White with #A0E9AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E9AE; }
p { color: rgb(160,233,174); }
H1.HeaderClassName
{
color: #A0E9AE;
}
.AnyTagClassName
{
color: #A0E9AE;
}
</style>
background-color css
<style>
a { background-color: #A0E9AE; }
a { background-color: rgb(160,233,174); }
div.DivClassName
{
background-color: #A0E9AE;
}
.BgClassName
{
background-color: #A0E9AE;
}
</style>
border-color css
<style>
span { border-color: #A0E9AE; }
span { border-color: rgb(160,233,174); }
td.TdClassName
{
border-color: #A0E9AE;
}
.TagClassName
{
border-color: #A0E9AE;
}
</style>