Shades of Celadon #A0E9A2
Tints of Celadon #A0E9A2
RGB
CMYK
RGB Variations
Color information
#A0E9A2 (or 0xA0E9A2) is known color: Celadon. HEX triplet: A0, E9 and A2. RGB value is (160,233,162). Sum of RGB (Red+Green+Blue) = 160+233+162=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 233 (91.41% from 255 or 41.98% from 555); Blue value is 162 (63.67% from 255 or 29.19% from 555); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9A2 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0E9A2 is #5F165D. Grayscale: #CBCBCB. Windows color (decimal): -6231646 or 10676640. OLE color: 10676640.
HSL color Cylindrical-coordinate representation of color #A0E9A2: hue angle of 121.64º 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 #A0E9A2 is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 162 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.09 |
| HSL | 121.64º | 0.62% | 0.77% | - |
| HSV(B) | 121.64º | 0.31% | 0.91% | - |
| XYZ | 50.16 | 68.36 | 44.73 | - |
| YUV | 203.08 | 104.82 | 97.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 162 | 0.31 | 0 | 0.30 | 0.09 | 121.64 | 0.62 | 0.77 |
| Hex | A0 | E9 | A2 | 1F | 0 | 1E | 9 | 7A | 3E | 4D |
| Octal | 240 | 351 | 242 | 37 | 0 | 36 | 11 | 172 | 76 | 115 |
| Binary | 10100000 | 11101001 | 10100010 | 11111 | 0 | 11110 | 1001 | 1111010 | 111110 | 1001101 |
Color Harmonies of #A0E9A2
Complementary color
Monochromatic Colors of #A0E9A2
Black with #A0E9A2
Text Example
Text Example
White with #A0E9A2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E9A2; }
p { color: rgb(160,233,162); }
H1.HeaderClassName
{
color: #A0E9A2;
}
.AnyTagClassName
{
color: #A0E9A2;
}
</style>
background-color css
<style>
a { background-color: #A0E9A2; }
a { background-color: rgb(160,233,162); }
div.DivClassName
{
background-color: #A0E9A2;
}
.BgClassName
{
background-color: #A0E9A2;
}
</style>
border-color css
<style>
span { border-color: #A0E9A2; }
span { border-color: rgb(160,233,162); }
td.TdClassName
{
border-color: #A0E9A2;
}
.TagClassName
{
border-color: #A0E9A2;
}
</style>