Shades of Celadon #A2E6AB
Tints of Celadon #A2E6AB
RGB
CMYK
RGB Variations
Color information
#A2E6AB (or 0xA2E6AB) is known color: Celadon. HEX triplet: A2, E6 and AB. RGB value is (162,230,171). Sum of RGB (Red+Green+Blue) = 162+230+171=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 230 (90.23% from 255 or 40.85% from 563); Blue value is 171 (67.19% from 255 or 30.37% from 563); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E6AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2E6AB is #5D1954. Grayscale: #CBCBCB. Windows color (decimal): -6101333 or 11265698. OLE color: 11265698.
HSL color Cylindrical-coordinate representation of color #A2E6AB: hue angle of 127.94º 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 #A2E6AB is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 171 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.10 |
| HSL | 127.94º | 0.58% | 0.77% | - |
| HSV(B) | 127.94º | 0.3% | 0.9% | - |
| XYZ | 50.55 | 67.22 | 48.84 | - |
| YUV | 202.94 | 109.97 | 98.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 171 | 0.30 | 0 | 0.26 | 0.10 | 127.94 | 0.58 | 0.77 |
| Hex | A2 | E6 | AB | 1E | 0 | 1A | A | 80 | 3A | 4D |
| Octal | 242 | 346 | 253 | 36 | 0 | 32 | 12 | 200 | 72 | 115 |
| Binary | 10100010 | 11100110 | 10101011 | 11110 | 0 | 11010 | 1010 | 10000000 | 111010 | 1001101 |
Color Harmonies of #A2E6AB
Complementary color
Monochromatic Colors of #A2E6AB
Black with #A2E6AB
Text Example
Text Example
White with #A2E6AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E6AB; }
p { color: rgb(162,230,171); }
H1.HeaderClassName
{
color: #A2E6AB;
}
.AnyTagClassName
{
color: #A2E6AB;
}
</style>
background-color css
<style>
a { background-color: #A2E6AB; }
a { background-color: rgb(162,230,171); }
div.DivClassName
{
background-color: #A2E6AB;
}
.BgClassName
{
background-color: #A2E6AB;
}
</style>
border-color css
<style>
span { border-color: #A2E6AB; }
span { border-color: rgb(162,230,171); }
td.TdClassName
{
border-color: #A2E6AB;
}
.TagClassName
{
border-color: #A2E6AB;
}
</style>