Shades of Celadon #A2E6AF
Tints of Celadon #A2E6AF
RGB
CMYK
RGB Variations
Color information
#A2E6AF (or 0xA2E6AF) is known color: Celadon. HEX triplet: A2, E6 and AF. RGB value is (162,230,175). Sum of RGB (Red+Green+Blue) = 162+230+175=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 230 - color contains mainly: green. Hex color #A2E6AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A2E6AF is #5D1950. Grayscale: #CBCBCB. Windows color (decimal): -6101329 or 11527842. OLE color: 11527842.
HSL color Cylindrical-coordinate representation of color #A2E6AF: hue angle of 131.47º 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 #A2E6AF is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 230 | 175 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.10 |
| HSL | 131.47º | 0.58% | 0.77% | - |
| HSV(B) | 131.47º | 0.3% | 0.9% | - |
| XYZ | 50.93 | 67.37 | 50.88 | - |
| YUV | 203.4 | 111.97 | 98.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 230 | 175 | 0.30 | 0 | 0.24 | 0.10 | 131.47 | 0.58 | 0.77 |
| Hex | A2 | E6 | AF | 1E | 0 | 18 | A | 83 | 3A | 4D |
| Octal | 242 | 346 | 257 | 36 | 0 | 30 | 12 | 203 | 72 | 115 |
| Binary | 10100010 | 11100110 | 10101111 | 11110 | 0 | 11000 | 1010 | 10000011 | 111010 | 1001101 |
Color Harmonies of #A2E6AF
Complementary color
Monochromatic Colors of #A2E6AF
Black with #A2E6AF
Text Example
Text Example
White with #A2E6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2E6AF; }
p { color: rgb(162,230,175); }
H1.HeaderClassName
{
color: #A2E6AF;
}
.AnyTagClassName
{
color: #A2E6AF;
}
</style>
background-color css
<style>
a { background-color: #A2E6AF; }
a { background-color: rgb(162,230,175); }
div.DivClassName
{
background-color: #A2E6AF;
}
.BgClassName
{
background-color: #A2E6AF;
}
</style>
border-color css
<style>
span { border-color: #A2E6AF; }
span { border-color: rgb(162,230,175); }
td.TdClassName
{
border-color: #A2E6AF;
}
.TagClassName
{
border-color: #A2E6AF;
}
</style>