Shades of Celadon #A0EBA5
Tints of Celadon #A0EBA5
RGB
CMYK
RGB Variations
Color information
#A0EBA5 (or 0xA0EBA5) is known color: Celadon. HEX triplet: A0, EB and A5. RGB value is (160,235,165). Sum of RGB (Red+Green+Blue) = 160+235+165=560 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.57% from 560); Green value is 235 (92.19% from 255 or 41.96% from 560); Blue value is 165 (64.84% from 255 or 29.46% from 560); Max value from RGB is 235 - color contains mainly: green. Hex color #A0EBA5 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EBA5 is #5F145A. Grayscale: #CCCCCC. Windows color (decimal): -6231131 or 10873760. OLE color: 10873760.
HSL color Cylindrical-coordinate representation of color #A0EBA5: hue angle of 124º 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 #A0EBA5 is Cyan = 0.32, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 235 | 165 | - |
| CMYK | 0.32 | 0 | 0.30 | 0.08 |
| HSL | 124º | 0.65% | 0.77% | - |
| HSV(B) | 124º | 0.32% | 0.92% | - |
| XYZ | 51 | 69.61 | 46.34 | - |
| YUV | 204.6 | 105.65 | 96.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 235 | 165 | 0.32 | 0 | 0.30 | 0.08 | 124 | 0.65 | 0.77 |
| Hex | A0 | EB | A5 | 20 | 0 | 1E | 8 | 7C | 41 | 4D |
| Octal | 240 | 353 | 245 | 40 | 0 | 36 | 10 | 174 | 101 | 115 |
| Binary | 10100000 | 11101011 | 10100101 | 100000 | 0 | 11110 | 1000 | 1111100 | 1000001 | 1001101 |
Color Harmonies of #A0EBA5
Complementary color
Monochromatic Colors of #A0EBA5
Black with #A0EBA5
Text Example
Text Example
White with #A0EBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EBA5; }
p { color: rgb(160,235,165); }
H1.HeaderClassName
{
color: #A0EBA5;
}
.AnyTagClassName
{
color: #A0EBA5;
}
</style>
background-color css
<style>
a { background-color: #A0EBA5; }
a { background-color: rgb(160,235,165); }
div.DivClassName
{
background-color: #A0EBA5;
}
.BgClassName
{
background-color: #A0EBA5;
}
</style>
border-color css
<style>
span { border-color: #A0EBA5; }
span { border-color: rgb(160,235,165); }
td.TdClassName
{
border-color: #A0EBA5;
}
.TagClassName
{
border-color: #A0EBA5;
}
</style>