Shades of Celadon #A3E1AF
Tints of Celadon #A3E1AF
RGB
CMYK
RGB Variations
Color information
#A3E1AF (or 0xA3E1AF) is known color: Celadon. HEX triplet: A3, E1 and AF. RGB value is (163,225,175). Sum of RGB (Red+Green+Blue) = 163+225+175=563 (74% of max value = 765). Red value is 163 (64.06% from 255 or 28.95% from 563); Green value is 225 (88.28% from 255 or 39.96% from 563); Blue value is 175 (68.75% from 255 or 31.08% from 563); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A3E1AF is #5C1E50. Grayscale: #C8C8C8. Windows color (decimal): -6037073 or 11526563. OLE color: 11526563.
HSL color Cylindrical-coordinate representation of color #A3E1AF: hue angle of 131.61º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3E1AF is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 163 | 225 | 175 | - |
| CMYK | 0.28 | 0 | 0.22 | 0.12 |
| HSL | 131.61º | 0.51% | 0.76% | - |
| HSV(B) | 131.61º | 0.28% | 0.88% | - |
| XYZ | 49.77 | 64.73 | 50.43 | - |
| YUV | 200.76 | 113.46 | 101.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 225 | 175 | 0.28 | 0 | 0.22 | 0.12 | 131.61 | 0.51 | 0.76 |
| Hex | A3 | E1 | AF | 1C | 0 | 16 | C | 84 | 33 | 4C |
| Octal | 243 | 341 | 257 | 34 | 0 | 26 | 14 | 204 | 63 | 114 |
| Binary | 10100011 | 11100001 | 10101111 | 11100 | 0 | 10110 | 1100 | 10000100 | 110011 | 1001100 |
Color Harmonies of #A3E1AF
Complementary color
Monochromatic Colors of #A3E1AF
Black with #A3E1AF
Text Example
Text Example
White with #A3E1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3E1AF; }
p { color: rgb(163,225,175); }
H1.HeaderClassName
{
color: #A3E1AF;
}
.AnyTagClassName
{
color: #A3E1AF;
}
</style>
background-color css
<style>
a { background-color: #A3E1AF; }
a { background-color: rgb(163,225,175); }
div.DivClassName
{
background-color: #A3E1AF;
}
.BgClassName
{
background-color: #A3E1AF;
}
</style>
border-color css
<style>
span { border-color: #A3E1AF; }
span { border-color: rgb(163,225,175); }
td.TdClassName
{
border-color: #A3E1AF;
}
.TagClassName
{
border-color: #A3E1AF;
}
</style>