Shades of Celadon #A0F2A9
Tints of Celadon #A0F2A9
RGB
CMYK
RGB Variations
Color information
#A0F2A9 (or 0xA0F2A9) is known color: Celadon. HEX triplet: A0, F2 and A9. RGB value is (160,242,169). Sum of RGB (Red+Green+Blue) = 160+242+169=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 242 (94.92% from 255 or 42.38% from 571); Blue value is 169 (66.41% from 255 or 29.60% from 571); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F2A9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F2A9 is #5F0D56. Grayscale: #D1D1D1. Windows color (decimal): -6229335 or 11137696. OLE color: 11137696.
HSL color Cylindrical-coordinate representation of color #A0F2A9: hue angle of 126.59º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F2A9 is Cyan = 0.34, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 242 | 169 | - |
| CMYK | 0.34 | 0 | 0.30 | 0.05 |
| HSL | 126.59º | 0.76% | 0.79% | - |
| HSV(B) | 126.59º | 0.34% | 0.95% | - |
| XYZ | 53.41 | 73.84 | 48.97 | - |
| YUV | 209.16 | 105.33 | 92.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 242 | 169 | 0.34 | 0 | 0.30 | 0.05 | 126.59 | 0.76 | 0.79 |
| Hex | A0 | F2 | A9 | 22 | 0 | 1E | 5 | 7F | 4C | 4F |
| Octal | 240 | 362 | 251 | 42 | 0 | 36 | 5 | 177 | 114 | 117 |
| Binary | 10100000 | 11110010 | 10101001 | 100010 | 0 | 11110 | 101 | 1111111 | 1001100 | 1001111 |
Color Harmonies of #A0F2A9
Complementary color
Monochromatic Colors of #A0F2A9
Black with #A0F2A9
Text Example
Text Example
White with #A0F2A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F2A9; }
p { color: rgb(160,242,169); }
H1.HeaderClassName
{
color: #A0F2A9;
}
.AnyTagClassName
{
color: #A0F2A9;
}
</style>
background-color css
<style>
a { background-color: #A0F2A9; }
a { background-color: rgb(160,242,169); }
div.DivClassName
{
background-color: #A0F2A9;
}
.BgClassName
{
background-color: #A0F2A9;
}
</style>
border-color css
<style>
span { border-color: #A0F2A9; }
span { border-color: rgb(160,242,169); }
td.TdClassName
{
border-color: #A0F2A9;
}
.TagClassName
{
border-color: #A0F2A9;
}
</style>