Shades of Celadon #A6F0AA
Tints of Celadon #A6F0AA
RGB
CMYK
RGB Variations
Color information
#A6F0AA (or 0xA6F0AA) is known color: Celadon. HEX triplet: A6, F0 and AA. RGB value is (166,240,170). Sum of RGB (Red+Green+Blue) = 166+240+170=576 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.82% from 576); Green value is 240 (94.14% from 255 or 41.67% from 576); Blue value is 170 (66.80% from 255 or 29.51% from 576); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F0AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F0AA is #590F55. Grayscale: #D2D2D2. Windows color (decimal): -5836630 or 11202726. OLE color: 11202726.
HSL color Cylindrical-coordinate representation of color #A6F0AA: hue angle of 123.24º degrees, saturation: 0.71, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6F0AA is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 240 | 170 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.06 |
| HSL | 123.24º | 0.71% | 0.8% | - |
| HSV(B) | 123.24º | 0.31% | 0.94% | - |
| XYZ | 54.14 | 73.33 | 49.33 | - |
| YUV | 209.89 | 105.48 | 96.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 240 | 170 | 0.31 | 0 | 0.29 | 0.06 | 123.24 | 0.71 | 0.8 |
| Hex | A6 | F0 | AA | 1F | 0 | 1D | 6 | 7B | 47 | 50 |
| Octal | 246 | 360 | 252 | 37 | 0 | 35 | 6 | 173 | 107 | 120 |
| Binary | 10100110 | 11110000 | 10101010 | 11111 | 0 | 11101 | 110 | 1111011 | 1000111 | 1010000 |
Color Harmonies of #A6F0AA
Complementary color
Monochromatic Colors of #A6F0AA
Black with #A6F0AA
Text Example
Text Example
White with #A6F0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F0AA; }
p { color: rgb(166,240,170); }
H1.HeaderClassName
{
color: #A6F0AA;
}
.AnyTagClassName
{
color: #A6F0AA;
}
</style>
background-color css
<style>
a { background-color: #A6F0AA; }
a { background-color: rgb(166,240,170); }
div.DivClassName
{
background-color: #A6F0AA;
}
.BgClassName
{
background-color: #A6F0AA;
}
</style>
border-color css
<style>
span { border-color: #A6F0AA; }
span { border-color: rgb(166,240,170); }
td.TdClassName
{
border-color: #A6F0AA;
}
.TagClassName
{
border-color: #A6F0AA;
}
</style>