Shades of Celadon #A0EEA8
Tints of Celadon #A0EEA8
RGB
CMYK
RGB Variations
Color information
#A0EEA8 (or 0xA0EEA8) is known color: Celadon. HEX triplet: A0, EE and A8. RGB value is (160,238,168). Sum of RGB (Red+Green+Blue) = 160+238+168=566 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.27% from 566); Green value is 238 (93.36% from 255 or 42.05% from 566); Blue value is 168 (66.02% from 255 or 29.68% from 566); Max value from RGB is 238 - color contains mainly: green. Hex color #A0EEA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A0EEA8 is #5F1157. Grayscale: #CECECE. Windows color (decimal): -6230360 or 11071136. OLE color: 11071136.
HSL color Cylindrical-coordinate representation of color #A0EEA8: hue angle of 126.15º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EEA8 is Cyan = 0.33, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 238 | 168 | - |
| CMYK | 0.33 | 0 | 0.29 | 0.07 |
| HSL | 126.15º | 0.7% | 0.78% | - |
| HSV(B) | 126.15º | 0.33% | 0.93% | - |
| XYZ | 52.14 | 71.45 | 48.09 | - |
| YUV | 206.7 | 106.16 | 94.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 238 | 168 | 0.33 | 0 | 0.29 | 0.07 | 126.15 | 0.7 | 0.78 |
| Hex | A0 | EE | A8 | 21 | 0 | 1D | 7 | 7E | 46 | 4E |
| Octal | 240 | 356 | 250 | 41 | 0 | 35 | 7 | 176 | 106 | 116 |
| Binary | 10100000 | 11101110 | 10101000 | 100001 | 0 | 11101 | 111 | 1111110 | 1000110 | 1001110 |
Color Harmonies of #A0EEA8
Complementary color
Monochromatic Colors of #A0EEA8
Black with #A0EEA8
Text Example
Text Example
White with #A0EEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EEA8; }
p { color: rgb(160,238,168); }
H1.HeaderClassName
{
color: #A0EEA8;
}
.AnyTagClassName
{
color: #A0EEA8;
}
</style>
background-color css
<style>
a { background-color: #A0EEA8; }
a { background-color: rgb(160,238,168); }
div.DivClassName
{
background-color: #A0EEA8;
}
.BgClassName
{
background-color: #A0EEA8;
}
</style>
border-color css
<style>
span { border-color: #A0EEA8; }
span { border-color: rgb(160,238,168); }
td.TdClassName
{
border-color: #A0EEA8;
}
.TagClassName
{
border-color: #A0EEA8;
}
</style>