Shades of Celadon #A0FEB6
Tints of Celadon #A0FEB6
RGB
CMYK
RGB Variations
Color information
#A0FEB6 (or 0xA0FEB6) is known color: Celadon. HEX triplet: A0, FE and B6. RGB value is (160,254,182). Sum of RGB (Red+Green+Blue) = 160+254+182=596 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.85% from 596); Green value is 254 (99.61% from 255 or 42.62% from 596); Blue value is 182 (71.48% from 255 or 30.54% from 596); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FEB6 is #5F0149. Grayscale: #D9D9D9. Windows color (decimal): -6226250 or 11992736. OLE color: 11992736.
HSL color Cylindrical-coordinate representation of color #A0FEB6: hue angle of 134.04º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FEB6 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 182 | - |
| CMYK | 0.37 | 0 | 0.28 | 0.00 |
| HSL | 134.04º | 0.98% | 0.81% | - |
| HSV(B) | 134.04º | 0.37% | 1% | - |
| XYZ | 58.38 | 81.73 | 56.96 | - |
| YUV | 217.69 | 107.86 | 86.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 182 | 0.37 | 0 | 0.28 | 0.00 | 134.04 | 0.98 | 0.81 |
| Hex | A0 | FE | B6 | 25 | 0 | 1C | 0 | 86 | 62 | 51 |
| Octal | 240 | 376 | 266 | 45 | 0 | 34 | 0 | 206 | 142 | 121 |
| Binary | 10100000 | 11111110 | 10110110 | 100101 | 0 | 11100 | 0 | 10000110 | 1100010 | 1010001 |
Color Harmonies of #A0FEB6
Complementary color
Monochromatic Colors of #A0FEB6
Black with #A0FEB6
Text Example
Text Example
White with #A0FEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FEB6; }
p { color: rgb(160,254,182); }
H1.HeaderClassName
{
color: #A0FEB6;
}
.AnyTagClassName
{
color: #A0FEB6;
}
</style>
background-color css
<style>
a { background-color: #A0FEB6; }
a { background-color: rgb(160,254,182); }
div.DivClassName
{
background-color: #A0FEB6;
}
.BgClassName
{
background-color: #A0FEB6;
}
</style>
border-color css
<style>
span { border-color: #A0FEB6; }
span { border-color: rgb(160,254,182); }
td.TdClassName
{
border-color: #A0FEB6;
}
.TagClassName
{
border-color: #A0FEB6;
}
</style>