Shades of Celadon #A1E7AD
Tints of Celadon #A1E7AD
RGB
CMYK
RGB Variations
Color information
#A1E7AD (or 0xA1E7AD) is known color: Celadon. HEX triplet: A1, E7 and AD. RGB value is (161,231,173). Sum of RGB (Red+Green+Blue) = 161+231+173=565 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.50% from 565); Green value is 231 (90.62% from 255 or 40.88% from 565); Blue value is 173 (67.97% from 255 or 30.62% from 565); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E7AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E7AD is #5E1852. Grayscale: #CBCBCB. Windows color (decimal): -6166611 or 11397025. OLE color: 11397025.
HSL color Cylindrical-coordinate representation of color #A1E7AD: hue angle of 130.29º 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 #A1E7AD is Cyan = 0.30, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 231 | 173 | - |
| CMYK | 0.30 | 0 | 0.25 | 0.09 |
| HSL | 130.29º | 0.59% | 0.77% | - |
| HSV(B) | 130.29º | 0.3% | 0.91% | - |
| XYZ | 50.82 | 67.75 | 49.93 | - |
| YUV | 203.46 | 110.81 | 97.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 231 | 173 | 0.30 | 0 | 0.25 | 0.09 | 130.29 | 0.59 | 0.77 |
| Hex | A1 | E7 | AD | 1E | 0 | 19 | 9 | 82 | 3B | 4D |
| Octal | 241 | 347 | 255 | 36 | 0 | 31 | 11 | 202 | 73 | 115 |
| Binary | 10100001 | 11100111 | 10101101 | 11110 | 0 | 11001 | 1001 | 10000010 | 111011 | 1001101 |
Color Harmonies of #A1E7AD
Complementary color
Monochromatic Colors of #A1E7AD
Black with #A1E7AD
Text Example
Text Example
White with #A1E7AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E7AD; }
p { color: rgb(161,231,173); }
H1.HeaderClassName
{
color: #A1E7AD;
}
.AnyTagClassName
{
color: #A1E7AD;
}
</style>
background-color css
<style>
a { background-color: #A1E7AD; }
a { background-color: rgb(161,231,173); }
div.DivClassName
{
background-color: #A1E7AD;
}
.BgClassName
{
background-color: #A1E7AD;
}
</style>
border-color css
<style>
span { border-color: #A1E7AD; }
span { border-color: rgb(161,231,173); }
td.TdClassName
{
border-color: #A1E7AD;
}
.TagClassName
{
border-color: #A1E7AD;
}
</style>