Shades of Celadon #A2E7AA
Tints of Celadon #A2E7AA
RGB
CMYK
RGB Variations
Color information
#A2E7AA (or 0xA2E7AA) is known color: Celadon. HEX triplet: A2, E7 and AA. RGB value is (162,231,170). Sum of RGB (Red+Green+Blue) = 162+231+170=563 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.77% from 563); Green value is 231 (90.62% from 255 or 41.03% from 563); Blue value is 170 (66.80% from 255 or 30.20% from 563); Max value from RGB is 231 - color contains mainly: green. Hex color #A2E7AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2E7AA is #5D1855. Grayscale: #CBCBCB. Windows color (decimal): -6101078 or 11200418. OLE color: 11200418.
HSL color Cylindrical-coordinate representation of color #A2E7AA: hue angle of 126.96º 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 #A2E7AA is Cyan = 0.30, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 231 | 170 | - |
| CMYK | 0.30 | 0 | 0.26 | 0.09 |
| HSL | 126.96º | 0.59% | 0.77% | - |
| HSV(B) | 126.96º | 0.3% | 0.91% | - |
| XYZ | 50.73 | 67.74 | 48.43 | - |
| YUV | 203.42 | 109.14 | 98.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 231 | 170 | 0.30 | 0 | 0.26 | 0.09 | 126.96 | 0.59 | 0.77 |
| Hex | A2 | E7 | AA | 1E | 0 | 1A | 9 | 7F | 3B | 4D |
| Octal | 242 | 347 | 252 | 36 | 0 | 32 | 11 | 177 | 73 | 115 |
| Binary | 10100010 | 11100111 | 10101010 | 11110 | 0 | 11010 | 1001 | 1111111 | 111011 | 1001101 |
Color Harmonies of #A2E7AA
Complementary color
Monochromatic Colors of #A2E7AA
Black with #A2E7AA
Text Example
Text Example
White with #A2E7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E7AA; }
p { color: rgb(162,231,170); }
H1.HeaderClassName
{
color: #A2E7AA;
}
.AnyTagClassName
{
color: #A2E7AA;
}
</style>
background-color css
<style>
a { background-color: #A2E7AA; }
a { background-color: rgb(162,231,170); }
div.DivClassName
{
background-color: #A2E7AA;
}
.BgClassName
{
background-color: #A2E7AA;
}
</style>
border-color css
<style>
span { border-color: #A2E7AA; }
span { border-color: rgb(162,231,170); }
td.TdClassName
{
border-color: #A2E7AA;
}
.TagClassName
{
border-color: #A2E7AA;
}
</style>