Shades of Celadon #A6E1AF
Tints of Celadon #A6E1AF
RGB
CMYK
RGB Variations
Color information
#A6E1AF (or 0xA6E1AF) is known color: Celadon. HEX triplet: A6, E1 and AF. RGB value is (166,225,175). Sum of RGB (Red+Green+Blue) = 166+225+175=566 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.33% from 566); Green value is 225 (88.28% from 255 or 39.75% from 566); Blue value is 175 (68.75% from 255 or 30.92% from 566); Max value from RGB is 225 - color contains mainly: green. Hex color #A6E1AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E1AF is #591E50. Grayscale: #C9C9C9. Windows color (decimal): -5840465 or 11526566. OLE color: 11526566.
HSL color Cylindrical-coordinate representation of color #A6E1AF: hue angle of 129.15º degrees, saturation: 0.5, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E1AF is Cyan = 0.26, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 225 | 175 | - |
| CMYK | 0.26 | 0 | 0.22 | 0.12 |
| HSL | 129.15º | 0.5% | 0.77% | - |
| HSV(B) | 129.15º | 0.26% | 0.88% | - |
| XYZ | 50.39 | 65.05 | 50.46 | - |
| YUV | 201.66 | 112.95 | 102.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 225 | 175 | 0.26 | 0 | 0.22 | 0.12 | 129.15 | 0.5 | 0.77 |
| Hex | A6 | E1 | AF | 1A | 0 | 16 | C | 81 | 32 | 4D |
| Octal | 246 | 341 | 257 | 32 | 0 | 26 | 14 | 201 | 62 | 115 |
| Binary | 10100110 | 11100001 | 10101111 | 11010 | 0 | 10110 | 1100 | 10000001 | 110010 | 1001101 |
Color Harmonies of #A6E1AF
Complementary color
Monochromatic Colors of #A6E1AF
Black with #A6E1AF
Text Example
Text Example
White with #A6E1AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E1AF; }
p { color: rgb(166,225,175); }
H1.HeaderClassName
{
color: #A6E1AF;
}
.AnyTagClassName
{
color: #A6E1AF;
}
</style>
background-color css
<style>
a { background-color: #A6E1AF; }
a { background-color: rgb(166,225,175); }
div.DivClassName
{
background-color: #A6E1AF;
}
.BgClassName
{
background-color: #A6E1AF;
}
</style>
border-color css
<style>
span { border-color: #A6E1AF; }
span { border-color: rgb(166,225,175); }
td.TdClassName
{
border-color: #A6E1AF;
}
.TagClassName
{
border-color: #A6E1AF;
}
</style>