Shades of Celadon #A0FEB5
Tints of Celadon #A0FEB5
RGB
CMYK
RGB Variations
Color information
#A0FEB5 (or 0xA0FEB5) is known color: Celadon. HEX triplet: A0, FE and B5. RGB value is (160,254,181). Sum of RGB (Red+Green+Blue) = 160+254+181=595 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.89% from 595); Green value is 254 (99.61% from 255 or 42.69% from 595); Blue value is 181 (71.09% from 255 or 30.42% from 595); Max value from RGB is 254 - color contains mainly: green. Hex color #A0FEB5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FEB5 is #5F014A. Grayscale: #D9D9D9. Windows color (decimal): -6226251 or 11927200. OLE color: 11927200.
HSL color Cylindrical-coordinate representation of color #A0FEB5: hue angle of 133.4º 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 #A0FEB5 is Cyan = 0.37, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 254 | 181 | - |
| CMYK | 0.37 | 0 | 0.29 | 0.00 |
| HSL | 133.4º | 0.98% | 0.81% | - |
| HSV(B) | 133.4º | 0.37% | 1% | - |
| XYZ | 58.28 | 81.69 | 56.41 | - |
| YUV | 217.57 | 107.36 | 86.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 254 | 181 | 0.37 | 0 | 0.29 | 0.00 | 133.4 | 0.98 | 0.81 |
| Hex | A0 | FE | B5 | 25 | 0 | 1D | 0 | 85 | 62 | 51 |
| Octal | 240 | 376 | 265 | 45 | 0 | 35 | 0 | 205 | 142 | 121 |
| Binary | 10100000 | 11111110 | 10110101 | 100101 | 0 | 11101 | 0 | 10000101 | 1100010 | 1010001 |
Color Harmonies of #A0FEB5
Complementary color
Monochromatic Colors of #A0FEB5
Black with #A0FEB5
Text Example
Text Example
White with #A0FEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FEB5; }
p { color: rgb(160,254,181); }
H1.HeaderClassName
{
color: #A0FEB5;
}
.AnyTagClassName
{
color: #A0FEB5;
}
</style>
background-color css
<style>
a { background-color: #A0FEB5; }
a { background-color: rgb(160,254,181); }
div.DivClassName
{
background-color: #A0FEB5;
}
.BgClassName
{
background-color: #A0FEB5;
}
</style>
border-color css
<style>
span { border-color: #A0FEB5; }
span { border-color: rgb(160,254,181); }
td.TdClassName
{
border-color: #A0FEB5;
}
.TagClassName
{
border-color: #A0FEB5;
}
</style>