Shades of Celadon #A6E5AD
Tints of Celadon #A6E5AD
RGB
CMYK
RGB Variations
Color information
#A6E5AD (or 0xA6E5AD) is known color: Celadon. HEX triplet: A6, E5 and AD. RGB value is (166,229,173). Sum of RGB (Red+Green+Blue) = 166+229+173=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 229 (89.84% from 255 or 40.32% from 568); Blue value is 173 (67.97% from 255 or 30.46% from 568); Max value from RGB is 229 - color contains mainly: green. Hex color #A6E5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E5AD is #591A52. Grayscale: #CBCBCB. Windows color (decimal): -5839443 or 11396518. OLE color: 11396518.
HSL color Cylindrical-coordinate representation of color #A6E5AD: hue angle of 126.67º degrees, saturation: 0.55, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A6E5AD is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 166 | 229 | 173 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.10 |
| HSL | 126.67º | 0.55% | 0.77% | - |
| HSV(B) | 126.67º | 0.28% | 0.9% | - |
| XYZ | 51.29 | 67.16 | 49.8 | - |
| YUV | 203.78 | 110.63 | 101.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 229 | 173 | 0.28 | 0 | 0.24 | 0.10 | 126.67 | 0.55 | 0.77 |
| Hex | A6 | E5 | AD | 1C | 0 | 18 | A | 7F | 37 | 4D |
| Octal | 246 | 345 | 255 | 34 | 0 | 30 | 12 | 177 | 67 | 115 |
| Binary | 10100110 | 11100101 | 10101101 | 11100 | 0 | 11000 | 1010 | 1111111 | 110111 | 1001101 |
Color Harmonies of #A6E5AD
Complementary color
Monochromatic Colors of #A6E5AD
Black with #A6E5AD
Text Example
Text Example
White with #A6E5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E5AD; }
p { color: rgb(166,229,173); }
H1.HeaderClassName
{
color: #A6E5AD;
}
.AnyTagClassName
{
color: #A6E5AD;
}
</style>
background-color css
<style>
a { background-color: #A6E5AD; }
a { background-color: rgb(166,229,173); }
div.DivClassName
{
background-color: #A6E5AD;
}
.BgClassName
{
background-color: #A6E5AD;
}
</style>
border-color css
<style>
span { border-color: #A6E5AD; }
span { border-color: rgb(166,229,173); }
td.TdClassName
{
border-color: #A6E5AD;
}
.TagClassName
{
border-color: #A6E5AD;
}
</style>