Shades of Celadon #A0E9A6
Tints of Celadon #A0E9A6
RGB
CMYK
RGB Variations
Color information
#A0E9A6 (or 0xA0E9A6) is known color: Celadon. HEX triplet: A0, E9 and A6. RGB value is (160,233,166). Sum of RGB (Red+Green+Blue) = 160+233+166=559 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.62% from 559); Green value is 233 (91.41% from 255 or 41.68% from 559); Blue value is 166 (65.23% from 255 or 29.70% from 559); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9A6 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E9A6 is #5F1659. Grayscale: #CBCBCB. Windows color (decimal): -6231642 or 10938784. OLE color: 10938784.
HSL color Cylindrical-coordinate representation of color #A0E9A6: hue angle of 124.93º 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 #A0E9A6 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 166 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.09 |
| HSL | 124.93º | 0.62% | 0.77% | - |
| HSV(B) | 124.93º | 0.31% | 0.91% | - |
| XYZ | 50.52 | 68.5 | 46.64 | - |
| YUV | 203.54 | 106.82 | 96.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 166 | 0.31 | 0 | 0.29 | 0.09 | 124.93 | 0.62 | 0.77 |
| Hex | A0 | E9 | A6 | 1F | 0 | 1D | 9 | 7D | 3E | 4D |
| Octal | 240 | 351 | 246 | 37 | 0 | 35 | 11 | 175 | 76 | 115 |
| Binary | 10100000 | 11101001 | 10100110 | 11111 | 0 | 11101 | 1001 | 1111101 | 111110 | 1001101 |
Color Harmonies of #A0E9A6
Complementary color
Monochromatic Colors of #A0E9A6
Black with #A0E9A6
Text Example
Text Example
White with #A0E9A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E9A6; }
p { color: rgb(160,233,166); }
H1.HeaderClassName
{
color: #A0E9A6;
}
.AnyTagClassName
{
color: #A0E9A6;
}
</style>
background-color css
<style>
a { background-color: #A0E9A6; }
a { background-color: rgb(160,233,166); }
div.DivClassName
{
background-color: #A0E9A6;
}
.BgClassName
{
background-color: #A0E9A6;
}
</style>
border-color css
<style>
span { border-color: #A0E9A6; }
span { border-color: rgb(160,233,166); }
td.TdClassName
{
border-color: #A0E9A6;
}
.TagClassName
{
border-color: #A0E9A6;
}
</style>