Shades of Celadon #A5E1AD
Tints of Celadon #A5E1AD
RGB
CMYK
RGB Variations
Color information
#A5E1AD (or 0xA5E1AD) is known color: Celadon. HEX triplet: A5, E1 and AD. RGB value is (165,225,173). Sum of RGB (Red+Green+Blue) = 165+225+173=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 225 - color contains mainly: green. Hex color #A5E1AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E1AD is #5A1E52. Grayscale: #C9C9C9. Windows color (decimal): -5906003 or 11395493. OLE color: 11395493.
HSL color Cylindrical-coordinate representation of color #A5E1AD: hue angle of 128º degrees, saturation: 0.5, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E1AD is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 165 | 225 | 173 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.12 |
| HSL | 128º | 0.5% | 0.76% | - |
| HSV(B) | 128º | 0.27% | 0.88% | - |
| XYZ | 49.99 | 64.87 | 49.42 | - |
| YUV | 201.13 | 112.12 | 102.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 225 | 173 | 0.27 | 0 | 0.23 | 0.12 | 128 | 0.5 | 0.76 |
| Hex | A5 | E1 | AD | 1B | 0 | 17 | C | 80 | 32 | 4C |
| Octal | 245 | 341 | 255 | 33 | 0 | 27 | 14 | 200 | 62 | 114 |
| Binary | 10100101 | 11100001 | 10101101 | 11011 | 0 | 10111 | 1100 | 10000000 | 110010 | 1001100 |
Color Harmonies of #A5E1AD
Complementary color
Monochromatic Colors of #A5E1AD
Black with #A5E1AD
Text Example
Text Example
White with #A5E1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E1AD; }
p { color: rgb(165,225,173); }
H1.HeaderClassName
{
color: #A5E1AD;
}
.AnyTagClassName
{
color: #A5E1AD;
}
</style>
background-color css
<style>
a { background-color: #A5E1AD; }
a { background-color: rgb(165,225,173); }
div.DivClassName
{
background-color: #A5E1AD;
}
.BgClassName
{
background-color: #A5E1AD;
}
</style>
border-color css
<style>
span { border-color: #A5E1AD; }
span { border-color: rgb(165,225,173); }
td.TdClassName
{
border-color: #A5E1AD;
}
.TagClassName
{
border-color: #A5E1AD;
}
</style>