Shades of Celadon #A0E9AC
Tints of Celadon #A0E9AC
RGB
CMYK
RGB Variations
Color information
#A0E9AC (or 0xA0E9AC) is known color: Celadon. HEX triplet: A0, E9 and AC. RGB value is (160,233,172). Sum of RGB (Red+Green+Blue) = 160+233+172=565 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.32% from 565); Green value is 233 (91.41% from 255 or 41.24% from 565); Blue value is 172 (67.58% from 255 or 30.44% from 565); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E9AC is #5F1653. Grayscale: #CCCCCC. Windows color (decimal): -6231636 or 11332000. OLE color: 11332000.
HSL color Cylindrical-coordinate representation of color #A0E9AC: hue angle of 129.86º 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 #A0E9AC is Cyan = 0.31, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 172 | - |
| CMYK | 0.31 | 0 | 0.26 | 0.09 |
| HSL | 129.86º | 0.62% | 0.77% | - |
| HSV(B) | 129.86º | 0.31% | 0.91% | - |
| XYZ | 51.08 | 68.73 | 49.6 | - |
| YUV | 204.22 | 109.82 | 96.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 172 | 0.31 | 0 | 0.26 | 0.09 | 129.86 | 0.62 | 0.77 |
| Hex | A0 | E9 | AC | 1F | 0 | 1A | 9 | 82 | 3E | 4D |
| Octal | 240 | 351 | 254 | 37 | 0 | 32 | 11 | 202 | 76 | 115 |
| Binary | 10100000 | 11101001 | 10101100 | 11111 | 0 | 11010 | 1001 | 10000010 | 111110 | 1001101 |
Color Harmonies of #A0E9AC
Complementary color
Monochromatic Colors of #A0E9AC
Black with #A0E9AC
Text Example
Text Example
White with #A0E9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E9AC; }
p { color: rgb(160,233,172); }
H1.HeaderClassName
{
color: #A0E9AC;
}
.AnyTagClassName
{
color: #A0E9AC;
}
</style>
background-color css
<style>
a { background-color: #A0E9AC; }
a { background-color: rgb(160,233,172); }
div.DivClassName
{
background-color: #A0E9AC;
}
.BgClassName
{
background-color: #A0E9AC;
}
</style>
border-color css
<style>
span { border-color: #A0E9AC; }
span { border-color: rgb(160,233,172); }
td.TdClassName
{
border-color: #A0E9AC;
}
.TagClassName
{
border-color: #A0E9AC;
}
</style>