Shades of Celadon #A0F0A8
Tints of Celadon #A0F0A8
RGB
CMYK
RGB Variations
Color information
#A0F0A8 (or 0xA0F0A8) is known color: Celadon. HEX triplet: A0, F0 and A8. RGB value is (160,240,168). Sum of RGB (Red+Green+Blue) = 160+240+168=568 (75% of max value = 765). Red value is 160 (62.89% from 255 or 28.17% from 568); Green value is 240 (94.14% from 255 or 42.25% from 568); Blue value is 168 (66.02% from 255 or 29.58% from 568); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F0A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0F0A8 is #5F0F57. Grayscale: #D0D0D0. Windows color (decimal): -6229848 or 11071648. OLE color: 11071648.
HSL color Cylindrical-coordinate representation of color #A0F0A8: hue angle of 126º 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 #A0F0A8 is Cyan = 0.33, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 240 | 168 | - |
| CMYK | 0.33 | 0 | 0.3 | 0.06 |
| HSL | 126º | 0.73% | 0.78% | - |
| HSV(B) | 126º | 0.33% | 0.94% | - |
| XYZ | 52.73 | 72.62 | 48.28 | - |
| YUV | 207.87 | 105.5 | 93.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 168 | 0.33 | 0 | 0.3 | 0.06 | 126 | 0.73 | 0.78 |
| Hex | A0 | F0 | A8 | 21 | 0 | 1E | 6 | 7E | 49 | 4E |
| Octal | 240 | 360 | 250 | 41 | 0 | 36 | 6 | 176 | 111 | 116 |
| Binary | 10100000 | 11110000 | 10101000 | 100001 | 0 | 11110 | 110 | 1111110 | 1001001 | 1001110 |
Color Harmonies of #A0F0A8
Complementary color
Monochromatic Colors of #A0F0A8
Black with #A0F0A8
Text Example
Text Example
White with #A0F0A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F0A8; }
p { color: rgb(160,240,168); }
H1.HeaderClassName
{
color: #A0F0A8;
}
.AnyTagClassName
{
color: #A0F0A8;
}
</style>
background-color css
<style>
a { background-color: #A0F0A8; }
a { background-color: rgb(160,240,168); }
div.DivClassName
{
background-color: #A0F0A8;
}
.BgClassName
{
background-color: #A0F0A8;
}
</style>
border-color css
<style>
span { border-color: #A0F0A8; }
span { border-color: rgb(160,240,168); }
td.TdClassName
{
border-color: #A0F0A8;
}
.TagClassName
{
border-color: #A0F0A8;
}
</style>