Shades of Celadon #A5E2AD
Tints of Celadon #A5E2AD
RGB
CMYK
RGB Variations
Color information
#A5E2AD (or 0xA5E2AD) is known color: Celadon. HEX triplet: A5, E2 and AD. RGB value is (165,226,173). Sum of RGB (Red+Green+Blue) = 165+226+173=564 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.26% from 564); Green value is 226 (88.67% from 255 or 40.07% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 226 - color contains mainly: green. Hex color #A5E2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A5E2AD is #5A1D52. Grayscale: #C9C9C9. Windows color (decimal): -5905747 or 11395749. OLE color: 11395749.
HSL color Cylindrical-coordinate representation of color #A5E2AD: hue angle of 127.87º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A5E2AD is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 165 | 226 | 173 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.11 |
| HSL | 127.87º | 0.51% | 0.77% | - |
| HSV(B) | 127.87º | 0.27% | 0.89% | - |
| XYZ | 50.26 | 65.41 | 49.51 | - |
| YUV | 201.72 | 111.79 | 101.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 226 | 173 | 0.27 | 0 | 0.23 | 0.11 | 127.87 | 0.51 | 0.77 |
| Hex | A5 | E2 | AD | 1B | 0 | 17 | B | 80 | 33 | 4D |
| Octal | 245 | 342 | 255 | 33 | 0 | 27 | 13 | 200 | 63 | 115 |
| Binary | 10100101 | 11100010 | 10101101 | 11011 | 0 | 10111 | 1011 | 10000000 | 110011 | 1001101 |
Color Harmonies of #A5E2AD
Complementary color
Monochromatic Colors of #A5E2AD
Black with #A5E2AD
Text Example
Text Example
White with #A5E2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5E2AD; }
p { color: rgb(165,226,173); }
H1.HeaderClassName
{
color: #A5E2AD;
}
.AnyTagClassName
{
color: #A5E2AD;
}
</style>
background-color css
<style>
a { background-color: #A5E2AD; }
a { background-color: rgb(165,226,173); }
div.DivClassName
{
background-color: #A5E2AD;
}
.BgClassName
{
background-color: #A5E2AD;
}
</style>
border-color css
<style>
span { border-color: #A5E2AD; }
span { border-color: rgb(165,226,173); }
td.TdClassName
{
border-color: #A5E2AD;
}
.TagClassName
{
border-color: #A5E2AD;
}
</style>