Shades of Celadon #A0F0AB
Tints of Celadon #A0F0AB
RGB
CMYK
RGB Variations
Color information
#A0F0AB (or 0xA0F0AB) is known color: Celadon. HEX triplet: A0, F0 and AB. RGB value is (160,240,171). Sum of RGB (Red+Green+Blue) = 160+240+171=571 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.02% from 571); Green value is 240 (94.14% from 255 or 42.03% from 571); Blue value is 171 (67.19% from 255 or 29.95% from 571); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F0AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F0AB is #5F0F54. Grayscale: #D0D0D0. Windows color (decimal): -6229845 or 11268256. OLE color: 11268256.
HSL color Cylindrical-coordinate representation of color #A0F0AB: hue angle of 128.25º degrees, saturation: 0.73, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0F0AB is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 240 | 171 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.06 |
| HSL | 128.25º | 0.73% | 0.78% | - |
| HSV(B) | 128.25º | 0.33% | 0.94% | - |
| XYZ | 53.01 | 72.73 | 49.77 | - |
| YUV | 208.21 | 107 | 93.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 171 | 0.33 | 0 | 0.29 | 0.06 | 128.25 | 0.73 | 0.78 |
| Hex | A0 | F0 | AB | 21 | 0 | 1D | 6 | 80 | 49 | 4E |
| Octal | 240 | 360 | 253 | 41 | 0 | 35 | 6 | 200 | 111 | 116 |
| Binary | 10100000 | 11110000 | 10101011 | 100001 | 0 | 11101 | 110 | 10000000 | 1001001 | 1001110 |
Color Harmonies of #A0F0AB
Complementary color
Monochromatic Colors of #A0F0AB
Black with #A0F0AB
Text Example
Text Example
White with #A0F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F0AB; }
p { color: rgb(160,240,171); }
H1.HeaderClassName
{
color: #A0F0AB;
}
.AnyTagClassName
{
color: #A0F0AB;
}
</style>
background-color css
<style>
a { background-color: #A0F0AB; }
a { background-color: rgb(160,240,171); }
div.DivClassName
{
background-color: #A0F0AB;
}
.BgClassName
{
background-color: #A0F0AB;
}
</style>
border-color css
<style>
span { border-color: #A0F0AB; }
span { border-color: rgb(160,240,171); }
td.TdClassName
{
border-color: #A0F0AB;
}
.TagClassName
{
border-color: #A0F0AB;
}
</style>