Shades of Celadon #A6F0AB
Tints of Celadon #A6F0AB
RGB
CMYK
RGB Variations
Color information
#A6F0AB (or 0xA6F0AB) is known color: Celadon. HEX triplet: A6, F0 and AB. RGB value is (166,240,171). Sum of RGB (Red+Green+Blue) = 166+240+171=577 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.77% from 577); Green value is 240 (94.14% from 255 or 41.59% from 577); Blue value is 171 (67.19% from 255 or 29.64% from 577); Max value from RGB is 240 - color contains mainly: green. Hex color #A6F0AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F0AB is #590F54. Grayscale: #D2D2D2. Windows color (decimal): -5836629 or 11268262. OLE color: 11268262.
HSL color Cylindrical-coordinate representation of color #A6F0AB: hue angle of 124.05º 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 #A6F0AB is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 240 | 171 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.06 |
| HSL | 124.05º | 0.71% | 0.8% | - |
| HSV(B) | 124.05º | 0.31% | 0.94% | - |
| XYZ | 54.24 | 73.37 | 49.83 | - |
| YUV | 210.01 | 105.98 | 96.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 240 | 171 | 0.31 | 0 | 0.29 | 0.06 | 124.05 | 0.71 | 0.8 |
| Hex | A6 | F0 | AB | 1F | 0 | 1D | 6 | 7C | 47 | 50 |
| Octal | 246 | 360 | 253 | 37 | 0 | 35 | 6 | 174 | 107 | 120 |
| Binary | 10100110 | 11110000 | 10101011 | 11111 | 0 | 11101 | 110 | 1111100 | 1000111 | 1010000 |
Color Harmonies of #A6F0AB
Complementary color
Monochromatic Colors of #A6F0AB
Black with #A6F0AB
Text Example
Text Example
White with #A6F0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F0AB; }
p { color: rgb(166,240,171); }
H1.HeaderClassName
{
color: #A6F0AB;
}
.AnyTagClassName
{
color: #A6F0AB;
}
</style>
background-color css
<style>
a { background-color: #A6F0AB; }
a { background-color: rgb(166,240,171); }
div.DivClassName
{
background-color: #A6F0AB;
}
.BgClassName
{
background-color: #A6F0AB;
}
</style>
border-color css
<style>
span { border-color: #A6F0AB; }
span { border-color: rgb(166,240,171); }
td.TdClassName
{
border-color: #A6F0AB;
}
.TagClassName
{
border-color: #A6F0AB;
}
</style>