Shades of Celadon #A0EBA4
Tints of Celadon #A0EBA4
RGB
CMYK
RGB Variations
Color information
#A0EBA4 (or 0xA0EBA4) is known color: Celadon. HEX triplet: A0, EB and A4. RGB value is (160,235,164). Sum of RGB (Red+Green+Blue) = 160+235+164=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 235 (92.19% from 255 or 42.04% from 559); Blue value is 164 (64.45% from 255 or 29.34% from 559); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBA4 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EBA4 is #5F145B. Grayscale: #CCCCCC. Windows color (decimal): -6231132 or 10808224. OLE color: 10808224.
HSL color Cylindrical-coordinate representation of color #A0EBA4: hue angle of 123.2º degrees, saturation: 0.65, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A0EBA4 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 235 | 164 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.08 |
| HSL | 123.2º | 0.65% | 0.77% | - |
| HSV(B) | 123.2º | 0.32% | 0.92% | - |
| XYZ | 50.91 | 69.57 | 45.87 | - |
| YUV | 204.48 | 105.15 | 96.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 235 | 164 | 0.32 | 0 | 0.30 | 0.08 | 123.2 | 0.65 | 0.77 |
| Hex | A0 | EB | A4 | 20 | 0 | 1E | 8 | 7B | 41 | 4D |
| Octal | 240 | 353 | 244 | 40 | 0 | 36 | 10 | 173 | 101 | 115 |
| Binary | 10100000 | 11101011 | 10100100 | 100000 | 0 | 11110 | 1000 | 1111011 | 1000001 | 1001101 |
Color Harmonies of #A0EBA4
Complementary color
Monochromatic Colors of #A0EBA4
Black with #A0EBA4
Text Example
Text Example
White with #A0EBA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EBA4; }
p { color: rgb(160,235,164); }
H1.HeaderClassName
{
color: #A0EBA4;
}
.AnyTagClassName
{
color: #A0EBA4;
}
</style>
background-color css
<style>
a { background-color: #A0EBA4; }
a { background-color: rgb(160,235,164); }
div.DivClassName
{
background-color: #A0EBA4;
}
.BgClassName
{
background-color: #A0EBA4;
}
</style>
border-color css
<style>
span { border-color: #A0EBA4; }
span { border-color: rgb(160,235,164); }
td.TdClassName
{
border-color: #A0EBA4;
}
.TagClassName
{
border-color: #A0EBA4;
}
</style>