Shades of Celadon #A2E7AD
Tints of Celadon #A2E7AD
RGB
CMYK
RGB Variations
Color information
#A2E7AD (or 0xA2E7AD) is known color: Celadon. HEX triplet: A2, E7 and AD. RGB value is (162,231,173). Sum of RGB (Red+Green+Blue) = 162+231+173=566 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.62% from 566); Green value is 231 (90.62% from 255 or 40.81% from 566); Blue value is 173 (67.97% from 255 or 30.57% from 566); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E7AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2E7AD is #5D1852. Grayscale: #CBCBCB. Windows color (decimal): -6101075 or 11397026. OLE color: 11397026.
HSL color Cylindrical-coordinate representation of color #A2E7AD: hue angle of 129.57º degrees, saturation: 0.59, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E7AD is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 231 | 173 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.09 |
| HSL | 129.57º | 0.59% | 0.77% | - |
| HSV(B) | 129.57º | 0.3% | 0.91% | - |
| XYZ | 51.02 | 67.85 | 49.94 | - |
| YUV | 203.76 | 110.64 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 231 | 173 | 0.30 | 0 | 0.25 | 0.09 | 129.57 | 0.59 | 0.77 |
| Hex | A2 | E7 | AD | 1E | 0 | 19 | 9 | 82 | 3B | 4D |
| Octal | 242 | 347 | 255 | 36 | 0 | 31 | 11 | 202 | 73 | 115 |
| Binary | 10100010 | 11100111 | 10101101 | 11110 | 0 | 11001 | 1001 | 10000010 | 111011 | 1001101 |
Color Harmonies of #A2E7AD
Complementary color
Monochromatic Colors of #A2E7AD
Black with #A2E7AD
Text Example
Text Example
White with #A2E7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E7AD; }
p { color: rgb(162,231,173); }
H1.HeaderClassName
{
color: #A2E7AD;
}
.AnyTagClassName
{
color: #A2E7AD;
}
</style>
background-color css
<style>
a { background-color: #A2E7AD; }
a { background-color: rgb(162,231,173); }
div.DivClassName
{
background-color: #A2E7AD;
}
.BgClassName
{
background-color: #A2E7AD;
}
</style>
border-color css
<style>
span { border-color: #A2E7AD; }
span { border-color: rgb(162,231,173); }
td.TdClassName
{
border-color: #A2E7AD;
}
.TagClassName
{
border-color: #A2E7AD;
}
</style>