Shades of Celadon #A2E6AD
Tints of Celadon #A2E6AD
RGB
CMYK
RGB Variations
Color information
#A2E6AD (or 0xA2E6AD) is known color: Celadon. HEX triplet: A2, E6 and AD. RGB value is (162,230,173). Sum of RGB (Red+Green+Blue) = 162+230+173=565 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.67% from 565); Green value is 230 (90.23% from 255 or 40.71% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E6AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2E6AD is #5D1952. Grayscale: #CBCBCB. Windows color (decimal): -6101331 or 11396770. OLE color: 11396770.
HSL color Cylindrical-coordinate representation of color #A2E6AD: hue angle of 129.71º degrees, saturation: 0.58, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A2E6AD is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 173 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.10 |
| HSL | 129.71º | 0.58% | 0.77% | - |
| HSV(B) | 129.71º | 0.3% | 0.9% | - |
| XYZ | 50.74 | 67.29 | 49.85 | - |
| YUV | 203.17 | 110.97 | 98.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 173 | 0.30 | 0 | 0.25 | 0.10 | 129.71 | 0.58 | 0.77 |
| Hex | A2 | E6 | AD | 1E | 0 | 19 | A | 82 | 3A | 4D |
| Octal | 242 | 346 | 255 | 36 | 0 | 31 | 12 | 202 | 72 | 115 |
| Binary | 10100010 | 11100110 | 10101101 | 11110 | 0 | 11001 | 1010 | 10000010 | 111010 | 1001101 |
Color Harmonies of #A2E6AD
Complementary color
Monochromatic Colors of #A2E6AD
Black with #A2E6AD
Text Example
Text Example
White with #A2E6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E6AD; }
p { color: rgb(162,230,173); }
H1.HeaderClassName
{
color: #A2E6AD;
}
.AnyTagClassName
{
color: #A2E6AD;
}
</style>
background-color css
<style>
a { background-color: #A2E6AD; }
a { background-color: rgb(162,230,173); }
div.DivClassName
{
background-color: #A2E6AD;
}
.BgClassName
{
background-color: #A2E6AD;
}
</style>
border-color css
<style>
span { border-color: #A2E6AD; }
span { border-color: rgb(162,230,173); }
td.TdClassName
{
border-color: #A2E6AD;
}
.TagClassName
{
border-color: #A2E6AD;
}
</style>