Shades of Celadon #A2E7AB
Tints of Celadon #A2E7AB
RGB
CMYK
RGB Variations
Color information
#A2E7AB (or 0xA2E7AB) is known color: Celadon. HEX triplet: A2, E7 and AB. RGB value is (162,231,171). Sum of RGB (Red+Green+Blue) = 162+231+171=564 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.72% from 564); Green value is 231 (90.62% from 255 or 40.96% from 564); Blue value is 171 (67.19% from 255 or 30.32% from 564); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E7AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2E7AB is #5D1854. Grayscale: #CBCBCB. Windows color (decimal): -6101077 or 11265954. OLE color: 11265954.
HSL color Cylindrical-coordinate representation of color #A2E7AB: hue angle of 127.83º 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 #A2E7AB is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 231 | 171 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.09 |
| HSL | 127.83º | 0.59% | 0.77% | - |
| HSV(B) | 127.83º | 0.3% | 0.91% | - |
| XYZ | 50.83 | 67.77 | 48.93 | - |
| YUV | 203.53 | 109.64 | 98.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 231 | 171 | 0.30 | 0 | 0.26 | 0.09 | 127.83 | 0.59 | 0.77 |
| Hex | A2 | E7 | AB | 1E | 0 | 1A | 9 | 80 | 3B | 4D |
| Octal | 242 | 347 | 253 | 36 | 0 | 32 | 11 | 200 | 73 | 115 |
| Binary | 10100010 | 11100111 | 10101011 | 11110 | 0 | 11010 | 1001 | 10000000 | 111011 | 1001101 |
Color Harmonies of #A2E7AB
Complementary color
Monochromatic Colors of #A2E7AB
Black with #A2E7AB
Text Example
Text Example
White with #A2E7AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E7AB; }
p { color: rgb(162,231,171); }
H1.HeaderClassName
{
color: #A2E7AB;
}
.AnyTagClassName
{
color: #A2E7AB;
}
</style>
background-color css
<style>
a { background-color: #A2E7AB; }
a { background-color: rgb(162,231,171); }
div.DivClassName
{
background-color: #A2E7AB;
}
.BgClassName
{
background-color: #A2E7AB;
}
</style>
border-color css
<style>
span { border-color: #A2E7AB; }
span { border-color: rgb(162,231,171); }
td.TdClassName
{
border-color: #A2E7AB;
}
.TagClassName
{
border-color: #A2E7AB;
}
</style>