Shades of Celadon #A0E9A8
Tints of Celadon #A0E9A8
RGB
CMYK
RGB Variations
Color information
#A0E9A8 (or 0xA0E9A8) is known color: Celadon. HEX triplet: A0, E9 and A8. RGB value is (160,233,168). Sum of RGB (Red+Green+Blue) = 160+233+168=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 233 (91.41% from 255 or 41.53% from 561); Blue value is 168 (66.02% from 255 or 29.95% from 561); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E9A8 is #5F1657. Grayscale: #CBCBCB. Windows color (decimal): -6231640 or 11069856. OLE color: 11069856.
HSL color Cylindrical-coordinate representation of color #A0E9A8: hue angle of 126.58º 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 #A0E9A8 is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 168 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.09 |
| HSL | 126.58º | 0.62% | 0.77% | - |
| HSV(B) | 126.58º | 0.31% | 0.91% | - |
| XYZ | 50.7 | 68.58 | 47.61 | - |
| YUV | 203.76 | 107.82 | 96.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 168 | 0.31 | 0 | 0.28 | 0.09 | 126.58 | 0.62 | 0.77 |
| Hex | A0 | E9 | A8 | 1F | 0 | 1C | 9 | 7F | 3E | 4D |
| Octal | 240 | 351 | 250 | 37 | 0 | 34 | 11 | 177 | 76 | 115 |
| Binary | 10100000 | 11101001 | 10101000 | 11111 | 0 | 11100 | 1001 | 1111111 | 111110 | 1001101 |
Color Harmonies of #A0E9A8
Complementary color
Monochromatic Colors of #A0E9A8
Black with #A0E9A8
Text Example
Text Example
White with #A0E9A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E9A8; }
p { color: rgb(160,233,168); }
H1.HeaderClassName
{
color: #A0E9A8;
}
.AnyTagClassName
{
color: #A0E9A8;
}
</style>
background-color css
<style>
a { background-color: #A0E9A8; }
a { background-color: rgb(160,233,168); }
div.DivClassName
{
background-color: #A0E9A8;
}
.BgClassName
{
background-color: #A0E9A8;
}
</style>
border-color css
<style>
span { border-color: #A0E9A8; }
span { border-color: rgb(160,233,168); }
td.TdClassName
{
border-color: #A0E9A8;
}
.TagClassName
{
border-color: #A0E9A8;
}
</style>