Shades of Celadon #A0E8AC
Tints of Celadon #A0E8AC
RGB
CMYK
RGB Variations
Color information
#A0E8AC (or 0xA0E8AC) is known color: Celadon. HEX triplet: A0, E8 and AC. RGB value is (160,232,172). Sum of RGB (Red+Green+Blue) = 160+232+172=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 232 (91.02% from 255 or 41.13% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 232 - color contains mainly: green. Hex color #A0E8AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E8AC is #5F1753. Grayscale: #CBCBCB. Windows color (decimal): -6231892 or 11331744. OLE color: 11331744.
HSL color Cylindrical-coordinate representation of color #A0E8AC: hue angle of 130º degrees, saturation: 0.61, 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 #A0E8AC is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 232 | 172 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.09 |
| HSL | 130º | 0.61% | 0.77% | - |
| HSV(B) | 130º | 0.31% | 0.91% | - |
| XYZ | 50.8 | 68.17 | 49.51 | - |
| YUV | 203.63 | 110.15 | 96.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 232 | 172 | 0.31 | 0 | 0.26 | 0.09 | 130 | 0.61 | 0.77 |
| Hex | A0 | E8 | AC | 1F | 0 | 1A | 9 | 82 | 3D | 4D |
| Octal | 240 | 350 | 254 | 37 | 0 | 32 | 11 | 202 | 75 | 115 |
| Binary | 10100000 | 11101000 | 10101100 | 11111 | 0 | 11010 | 1001 | 10000010 | 111101 | 1001101 |
Color Harmonies of #A0E8AC
Complementary color
Monochromatic Colors of #A0E8AC
Black with #A0E8AC
Text Example
Text Example
White with #A0E8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E8AC; }
p { color: rgb(160,232,172); }
H1.HeaderClassName
{
color: #A0E8AC;
}
.AnyTagClassName
{
color: #A0E8AC;
}
</style>
background-color css
<style>
a { background-color: #A0E8AC; }
a { background-color: rgb(160,232,172); }
div.DivClassName
{
background-color: #A0E8AC;
}
.BgClassName
{
background-color: #A0E8AC;
}
</style>
border-color css
<style>
span { border-color: #A0E8AC; }
span { border-color: rgb(160,232,172); }
td.TdClassName
{
border-color: #A0E8AC;
}
.TagClassName
{
border-color: #A0E8AC;
}
</style>