Shades of Celadon #A6E0AA
Tints of Celadon #A6E0AA
RGB
CMYK
RGB Variations
Color information
#A6E0AA (or 0xA6E0AA) is known color: Celadon. HEX triplet: A6, E0 and AA. RGB value is (166,224,170). Sum of RGB (Red+Green+Blue) = 166+224+170=560 (74% of max value = 765). Red value is 166 (65.23% from 255 or 29.64% from 560); Green value is 224 (87.89% from 255 or 40% from 560); Blue value is 170 (66.80% from 255 or 30.36% from 560); Max value from RGB is 224 - color contains mainly: green. Hex color #A6E0AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6E0AA is #591F55. Grayscale: #C8C8C8. Windows color (decimal): -5840726 or 11198630. OLE color: 11198630.
HSL color Cylindrical-coordinate representation of color #A6E0AA: hue angle of 124.14º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A6E0AA is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 166 | 224 | 170 | - |
| CMYK | 0.26 | 0 | 0.24 | 0.12 |
| HSL | 124.14º | 0.48% | 0.76% | - |
| HSV(B) | 124.14º | 0.26% | 0.88% | - |
| XYZ | 49.64 | 64.32 | 47.83 | - |
| YUV | 200.5 | 110.78 | 103.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 224 | 170 | 0.26 | 0 | 0.24 | 0.12 | 124.14 | 0.48 | 0.76 |
| Hex | A6 | E0 | AA | 1A | 0 | 18 | C | 7C | 30 | 4C |
| Octal | 246 | 340 | 252 | 32 | 0 | 30 | 14 | 174 | 60 | 114 |
| Binary | 10100110 | 11100000 | 10101010 | 11010 | 0 | 11000 | 1100 | 1111100 | 110000 | 1001100 |
Color Harmonies of #A6E0AA
Complementary color
Monochromatic Colors of #A6E0AA
Black with #A6E0AA
Text Example
Text Example
White with #A6E0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E0AA; }
p { color: rgb(166,224,170); }
H1.HeaderClassName
{
color: #A6E0AA;
}
.AnyTagClassName
{
color: #A6E0AA;
}
</style>
background-color css
<style>
a { background-color: #A6E0AA; }
a { background-color: rgb(166,224,170); }
div.DivClassName
{
background-color: #A6E0AA;
}
.BgClassName
{
background-color: #A6E0AA;
}
</style>
border-color css
<style>
span { border-color: #A6E0AA; }
span { border-color: rgb(166,224,170); }
td.TdClassName
{
border-color: #A6E0AA;
}
.TagClassName
{
border-color: #A6E0AA;
}
</style>