Shades of Celadon #A1E7AF
Tints of Celadon #A1E7AF
RGB
CMYK
RGB Variations
Color information
#A1E7AF (or 0xA1E7AF) is known color: Celadon. HEX triplet: A1, E7 and AF. RGB value is (161,231,175). Sum of RGB (Red+Green+Blue) = 161+231+175=567 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.40% from 567); Green value is 231 (90.62% from 255 or 40.74% from 567); Blue value is 175 (68.75% from 255 or 30.86% from 567); Max value from RGB is 231 - color contains mainly: green. Hex color #A1E7AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1E7AF is #5E1850. Grayscale: #CBCBCB. Windows color (decimal): -6166609 or 11528097. OLE color: 11528097.
HSL color Cylindrical-coordinate representation of color #A1E7AF: hue angle of 132º 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 #A1E7AF is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 231 | 175 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.09 |
| HSL | 132º | 0.59% | 0.77% | - |
| HSV(B) | 132º | 0.3% | 0.91% | - |
| XYZ | 51.01 | 67.82 | 50.96 | - |
| YUV | 203.69 | 111.81 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 231 | 175 | 0.30 | 0 | 0.24 | 0.09 | 132 | 0.59 | 0.77 |
| Hex | A1 | E7 | AF | 1E | 0 | 18 | 9 | 84 | 3B | 4D |
| Octal | 241 | 347 | 257 | 36 | 0 | 30 | 11 | 204 | 73 | 115 |
| Binary | 10100001 | 11100111 | 10101111 | 11110 | 0 | 11000 | 1001 | 10000100 | 111011 | 1001101 |
Color Harmonies of #A1E7AF
Complementary color
Monochromatic Colors of #A1E7AF
Black with #A1E7AF
Text Example
Text Example
White with #A1E7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E7AF; }
p { color: rgb(161,231,175); }
H1.HeaderClassName
{
color: #A1E7AF;
}
.AnyTagClassName
{
color: #A1E7AF;
}
</style>
background-color css
<style>
a { background-color: #A1E7AF; }
a { background-color: rgb(161,231,175); }
div.DivClassName
{
background-color: #A1E7AF;
}
.BgClassName
{
background-color: #A1E7AF;
}
</style>
border-color css
<style>
span { border-color: #A1E7AF; }
span { border-color: rgb(161,231,175); }
td.TdClassName
{
border-color: #A1E7AF;
}
.TagClassName
{
border-color: #A1E7AF;
}
</style>