Shades of Celadon #A2E6AE
Tints of Celadon #A2E6AE
RGB
CMYK
RGB Variations
Color information
#A2E6AE (or 0xA2E6AE) is known color: Celadon. HEX triplet: A2, E6 and AE. RGB value is (162,230,174). Sum of RGB (Red+Green+Blue) = 162+230+174=566 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.62% from 566); Green value is 230 (90.23% from 255 or 40.64% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E6AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2E6AE is #5D1951. Grayscale: #CBCBCB. Windows color (decimal): -6101330 or 11462306. OLE color: 11462306.
HSL color Cylindrical-coordinate representation of color #A2E6AE: hue angle of 130.59º 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 #A2E6AE is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 174 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.10 |
| HSL | 130.59º | 0.58% | 0.77% | - |
| HSV(B) | 130.59º | 0.3% | 0.9% | - |
| XYZ | 50.84 | 67.33 | 50.36 | - |
| YUV | 203.28 | 111.47 | 98.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 174 | 0.30 | 0 | 0.24 | 0.10 | 130.59 | 0.58 | 0.77 |
| Hex | A2 | E6 | AE | 1E | 0 | 18 | A | 83 | 3A | 4D |
| Octal | 242 | 346 | 256 | 36 | 0 | 30 | 12 | 203 | 72 | 115 |
| Binary | 10100010 | 11100110 | 10101110 | 11110 | 0 | 11000 | 1010 | 10000011 | 111010 | 1001101 |
Color Harmonies of #A2E6AE
Complementary color
Monochromatic Colors of #A2E6AE
Black with #A2E6AE
Text Example
Text Example
White with #A2E6AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E6AE; }
p { color: rgb(162,230,174); }
H1.HeaderClassName
{
color: #A2E6AE;
}
.AnyTagClassName
{
color: #A2E6AE;
}
</style>
background-color css
<style>
a { background-color: #A2E6AE; }
a { background-color: rgb(162,230,174); }
div.DivClassName
{
background-color: #A2E6AE;
}
.BgClassName
{
background-color: #A2E6AE;
}
</style>
border-color css
<style>
span { border-color: #A2E6AE; }
span { border-color: rgb(162,230,174); }
td.TdClassName
{
border-color: #A2E6AE;
}
.TagClassName
{
border-color: #A2E6AE;
}
</style>