Shades of Celadon #A2E6AC
Tints of Celadon #A2E6AC
RGB
CMYK
RGB Variations
Color information
#A2E6AC (or 0xA2E6AC) is known color: Celadon. HEX triplet: A2, E6 and AC. RGB value is (162,230,172). Sum of RGB (Red+Green+Blue) = 162+230+172=564 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.72% from 564); Green value is 230 (90.23% from 255 or 40.78% from 564); Blue value is 172 (67.58% from 255 or 30.50% from 564); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E6AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2E6AC is #5D1953. Grayscale: #CBCBCB. Windows color (decimal): -6101332 or 11331234. OLE color: 11331234.
HSL color Cylindrical-coordinate representation of color #A2E6AC: hue angle of 128.82º 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 #A2E6AC is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 172 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.10 |
| HSL | 128.82º | 0.58% | 0.77% | - |
| HSV(B) | 128.82º | 0.3% | 0.9% | - |
| XYZ | 50.64 | 67.25 | 49.34 | - |
| YUV | 203.06 | 110.47 | 98.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 172 | 0.30 | 0 | 0.25 | 0.10 | 128.82 | 0.58 | 0.77 |
| Hex | A2 | E6 | AC | 1E | 0 | 19 | A | 81 | 3A | 4D |
| Octal | 242 | 346 | 254 | 36 | 0 | 31 | 12 | 201 | 72 | 115 |
| Binary | 10100010 | 11100110 | 10101100 | 11110 | 0 | 11001 | 1010 | 10000001 | 111010 | 1001101 |
Color Harmonies of #A2E6AC
Complementary color
Monochromatic Colors of #A2E6AC
Black with #A2E6AC
Text Example
Text Example
White with #A2E6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E6AC; }
p { color: rgb(162,230,172); }
H1.HeaderClassName
{
color: #A2E6AC;
}
.AnyTagClassName
{
color: #A2E6AC;
}
</style>
background-color css
<style>
a { background-color: #A2E6AC; }
a { background-color: rgb(162,230,172); }
div.DivClassName
{
background-color: #A2E6AC;
}
.BgClassName
{
background-color: #A2E6AC;
}
</style>
border-color css
<style>
span { border-color: #A2E6AC; }
span { border-color: rgb(162,230,172); }
td.TdClassName
{
border-color: #A2E6AC;
}
.TagClassName
{
border-color: #A2E6AC;
}
</style>