Shades of Celadon #A6D6AA
Tints of Celadon #A6D6AA
RGB
CMYK
RGB Variations
Color information
#A6D6AA (or 0xA6D6AA) is known color: Celadon. HEX triplet: A6, D6 and AA. RGB value is (166,214,170). Sum of RGB (Red+Green+Blue) = 166+214+170=550 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.18% from 550); Green value is 214 (83.98% from 255 or 38.91% from 550); Blue value is 170 (66.80% from 255 or 30.91% from 550); Max value from RGB is 214 - color contains mainly: green. Hex color #A6D6AA is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A6D6AA is #592955. Grayscale: #C2C2C2. Windows color (decimal): -5843286 or 11196070. OLE color: 11196070.
HSL color Cylindrical-coordinate representation of color #A6D6AA: hue angle of 125º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #A6D6AA is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 166 | 214 | 170 | - |
| CMYK | 0.22 | 0 | 0.21 | 0.16 |
| HSL | 125º | 0.37% | 0.75% | - |
| HSV(B) | 125º | 0.22% | 0.84% | - |
| XYZ | 47.03 | 59.1 | 46.96 | - |
| YUV | 194.63 | 114.1 | 107.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 214 | 170 | 0.22 | 0 | 0.21 | 0.16 | 125 | 0.37 | 0.75 |
| Hex | A6 | D6 | AA | 16 | 0 | 15 | 10 | 7D | 25 | 4B |
| Octal | 246 | 326 | 252 | 26 | 0 | 25 | 20 | 175 | 45 | 113 |
| Binary | 10100110 | 11010110 | 10101010 | 10110 | 0 | 10101 | 10000 | 1111101 | 100101 | 1001011 |
Color Harmonies of #A6D6AA
Complementary color
Monochromatic Colors of #A6D6AA
Black with #A6D6AA
Text Example
Text Example
White with #A6D6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6D6AA; }
p { color: rgb(166,214,170); }
H1.HeaderClassName
{
color: #A6D6AA;
}
.AnyTagClassName
{
color: #A6D6AA;
}
</style>
background-color css
<style>
a { background-color: #A6D6AA; }
a { background-color: rgb(166,214,170); }
div.DivClassName
{
background-color: #A6D6AA;
}
.BgClassName
{
background-color: #A6D6AA;
}
</style>
border-color css
<style>
span { border-color: #A6D6AA; }
span { border-color: rgb(166,214,170); }
td.TdClassName
{
border-color: #A6D6AA;
}
.TagClassName
{
border-color: #A6D6AA;
}
</style>