Shades of Celadon #A0E7AB
Tints of Celadon #A0E7AB
RGB
CMYK
RGB Variations
Color information
#A0E7AB (or 0xA0E7AB) is known color: Celadon. HEX triplet: A0, E7 and AB. RGB value is (160,231,171). Sum of RGB (Red+Green+Blue) = 160+231+171=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 231 (90.62% from 255 or 41.10% from 562); Blue value is 171 (67.19% from 255 or 30.43% from 562); Max value from RGB is 231 - color contains mainly: green. Hex color #A0E7AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E7AB is #5F1854. Grayscale: #CBCBCB. Windows color (decimal): -6232149 or 11265952. OLE color: 11265952.
HSL color Cylindrical-coordinate representation of color #A0E7AB: hue angle of 129.3º degrees, saturation: 0.6, 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 #A0E7AB is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 231 | 171 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.09 |
| HSL | 129.3º | 0.6% | 0.77% | - |
| HSV(B) | 129.3º | 0.31% | 0.91% | - |
| XYZ | 50.42 | 67.57 | 48.91 | - |
| YUV | 202.93 | 109.98 | 97.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 231 | 171 | 0.31 | 0 | 0.26 | 0.09 | 129.3 | 0.6 | 0.77 |
| Hex | A0 | E7 | AB | 1F | 0 | 1A | 9 | 81 | 3C | 4D |
| Octal | 240 | 347 | 253 | 37 | 0 | 32 | 11 | 201 | 74 | 115 |
| Binary | 10100000 | 11100111 | 10101011 | 11111 | 0 | 11010 | 1001 | 10000001 | 111100 | 1001101 |
Color Harmonies of #A0E7AB
Complementary color
Monochromatic Colors of #A0E7AB
Black with #A0E7AB
Text Example
Text Example
White with #A0E7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E7AB; }
p { color: rgb(160,231,171); }
H1.HeaderClassName
{
color: #A0E7AB;
}
.AnyTagClassName
{
color: #A0E7AB;
}
</style>
background-color css
<style>
a { background-color: #A0E7AB; }
a { background-color: rgb(160,231,171); }
div.DivClassName
{
background-color: #A0E7AB;
}
.BgClassName
{
background-color: #A0E7AB;
}
</style>
border-color css
<style>
span { border-color: #A0E7AB; }
span { border-color: rgb(160,231,171); }
td.TdClassName
{
border-color: #A0E7AB;
}
.TagClassName
{
border-color: #A0E7AB;
}
</style>