Shades of Celadon #A6DCAA
Tints of Celadon #A6DCAA
RGB
CMYK
RGB Variations
Color information
#A6DCAA (or 0xA6DCAA) is known color: Celadon. HEX triplet: A6, DC and AA. RGB value is (166,220,170). Sum of RGB (Red+Green+Blue) = 166+220+170=556 (73% of max value = 765). Red value is 166 (65.23% from 255 or 29.86% from 556); Green value is 220 (86.33% from 255 or 39.57% from 556); Blue value is 170 (66.80% from 255 or 30.58% from 556); Max value from RGB is 220 - color contains mainly: green. Hex color #A6DCAA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6DCAA is #592355. Grayscale: #C6C6C6. Windows color (decimal): -5841750 or 11197606. OLE color: 11197606.
HSL color Cylindrical-coordinate representation of color #A6DCAA: hue angle of 124.44º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #A6DCAA is Cyan = 0.25, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 166 | 220 | 170 | - |
| CMYK | 0.25 | 0 | 0.23 | 0.14 |
| HSL | 124.44º | 0.44% | 0.76% | - |
| HSV(B) | 124.44º | 0.25% | 0.86% | - |
| XYZ | 48.57 | 62.2 | 47.48 | - |
| YUV | 198.15 | 112.11 | 105.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 220 | 170 | 0.25 | 0 | 0.23 | 0.14 | 124.44 | 0.44 | 0.76 |
| Hex | A6 | DC | AA | 19 | 0 | 17 | E | 7C | 2C | 4C |
| Octal | 246 | 334 | 252 | 31 | 0 | 27 | 16 | 174 | 54 | 114 |
| Binary | 10100110 | 11011100 | 10101010 | 11001 | 0 | 10111 | 1110 | 1111100 | 101100 | 1001100 |
Color Harmonies of #A6DCAA
Complementary color
Monochromatic Colors of #A6DCAA
Black with #A6DCAA
Text Example
Text Example
White with #A6DCAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6DCAA; }
p { color: rgb(166,220,170); }
H1.HeaderClassName
{
color: #A6DCAA;
}
.AnyTagClassName
{
color: #A6DCAA;
}
</style>
background-color css
<style>
a { background-color: #A6DCAA; }
a { background-color: rgb(166,220,170); }
div.DivClassName
{
background-color: #A6DCAA;
}
.BgClassName
{
background-color: #A6DCAA;
}
</style>
border-color css
<style>
span { border-color: #A6DCAA; }
span { border-color: rgb(166,220,170); }
td.TdClassName
{
border-color: #A6DCAA;
}
.TagClassName
{
border-color: #A6DCAA;
}
</style>