Shades of Celadon #A8E5AD
Tints of Celadon #A8E5AD
RGB
CMYK
RGB Variations
Color information
#A8E5AD (or 0xA8E5AD) is known color: Celadon. HEX triplet: A8, E5 and AD. RGB value is (168,229,173). Sum of RGB (Red+Green+Blue) = 168+229+173=570 (75% of max value = 765). Red value is 168 (66.02% from 255 or 29.47% from 570); Green value is 229 (89.84% from 255 or 40.18% from 570); Blue value is 173 (67.97% from 255 or 30.35% from 570); Max value from RGB is 229 - color contains mainly: green. Hex color #A8E5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A8E5AD is #571A52. Grayscale: #CCCCCC. Windows color (decimal): -5708371 or 11396520. OLE color: 11396520.
HSL color Cylindrical-coordinate representation of color #A8E5AD: hue angle of 124.92º degrees, saturation: 0.54, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A8E5AD is Cyan = 0.27, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 168 | 229 | 173 | - |
| CMYK | 0.27 | 0 | 0.24 | 0.10 |
| HSL | 124.92º | 0.54% | 0.78% | - |
| HSV(B) | 124.92º | 0.27% | 0.9% | - |
| XYZ | 51.71 | 67.38 | 49.82 | - |
| YUV | 204.38 | 110.29 | 102.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 229 | 173 | 0.27 | 0 | 0.24 | 0.10 | 124.92 | 0.54 | 0.78 |
| Hex | A8 | E5 | AD | 1B | 0 | 18 | A | 7D | 36 | 4E |
| Octal | 250 | 345 | 255 | 33 | 0 | 30 | 12 | 175 | 66 | 116 |
| Binary | 10101000 | 11100101 | 10101101 | 11011 | 0 | 11000 | 1010 | 1111101 | 110110 | 1001110 |
Color Harmonies of #A8E5AD
Complementary color
Monochromatic Colors of #A8E5AD
Black with #A8E5AD
Text Example
Text Example
White with #A8E5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8E5AD; }
p { color: rgb(168,229,173); }
H1.HeaderClassName
{
color: #A8E5AD;
}
.AnyTagClassName
{
color: #A8E5AD;
}
</style>
background-color css
<style>
a { background-color: #A8E5AD; }
a { background-color: rgb(168,229,173); }
div.DivClassName
{
background-color: #A8E5AD;
}
.BgClassName
{
background-color: #A8E5AD;
}
</style>
border-color css
<style>
span { border-color: #A8E5AD; }
span { border-color: rgb(168,229,173); }
td.TdClassName
{
border-color: #A8E5AD;
}
.TagClassName
{
border-color: #A8E5AD;
}
</style>