Shades of Celadon #A2E5AD
Tints of Celadon #A2E5AD
RGB
CMYK
RGB Variations
Color information
#A2E5AD (or 0xA2E5AD) is known color: Celadon. HEX triplet: A2, E5 and AD. RGB value is (162,229,173). Sum of RGB (Red+Green+Blue) = 162+229+173=564 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.72% from 564); Green value is 229 (89.84% from 255 or 40.60% from 564); Blue value is 173 (67.97% from 255 or 30.67% from 564); Max value from RGB is 229 - color contains mainly: green. Hex color #A2E5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A2E5AD is #5D1A52. Grayscale: #CACACA. Windows color (decimal): -6101587 or 11396514. OLE color: 11396514.
HSL color Cylindrical-coordinate representation of color #A2E5AD: hue angle of 129.85º degrees, saturation: 0.56, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A2E5AD is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 229 | 173 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.10 |
| HSL | 129.85º | 0.56% | 0.77% | - |
| HSV(B) | 129.85º | 0.29% | 0.9% | - |
| XYZ | 50.46 | 66.74 | 49.76 | - |
| YUV | 202.58 | 111.3 | 99.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 229 | 173 | 0.29 | 0 | 0.24 | 0.10 | 129.85 | 0.56 | 0.77 |
| Hex | A2 | E5 | AD | 1D | 0 | 18 | A | 82 | 38 | 4D |
| Octal | 242 | 345 | 255 | 35 | 0 | 30 | 12 | 202 | 70 | 115 |
| Binary | 10100010 | 11100101 | 10101101 | 11101 | 0 | 11000 | 1010 | 10000010 | 111000 | 1001101 |
Color Harmonies of #A2E5AD
Complementary color
Monochromatic Colors of #A2E5AD
Black with #A2E5AD
Text Example
Text Example
White with #A2E5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E5AD; }
p { color: rgb(162,229,173); }
H1.HeaderClassName
{
color: #A2E5AD;
}
.AnyTagClassName
{
color: #A2E5AD;
}
</style>
background-color css
<style>
a { background-color: #A2E5AD; }
a { background-color: rgb(162,229,173); }
div.DivClassName
{
background-color: #A2E5AD;
}
.BgClassName
{
background-color: #A2E5AD;
}
</style>
border-color css
<style>
span { border-color: #A2E5AD; }
span { border-color: rgb(162,229,173); }
td.TdClassName
{
border-color: #A2E5AD;
}
.TagClassName
{
border-color: #A2E5AD;
}
</style>