Shades of Celadon #A6F2AF
Tints of Celadon #A6F2AF
RGB
CMYK
RGB Variations
Color information
#A6F2AF (or 0xA6F2AF) is known color: Celadon. HEX triplet: A6, F2 and AF. RGB value is (166,242,175). Sum of RGB (Red+Green+Blue) = 166+242+175=583 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.47% from 583); Green value is 242 (94.92% from 255 or 41.51% from 583); Blue value is 175 (68.75% from 255 or 30.02% from 583); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F2AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F2AF is #590D50. Grayscale: #D3D3D3. Windows color (decimal): -5836113 or 11530918. OLE color: 11530918.
HSL color Cylindrical-coordinate representation of color #A6F2AF: hue angle of 127.11º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A6F2AF is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 242 | 175 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.05 |
| HSL | 127.11º | 0.75% | 0.8% | - |
| HSV(B) | 127.11º | 0.31% | 0.95% | - |
| XYZ | 55.22 | 74.71 | 52.07 | - |
| YUV | 211.64 | 107.32 | 95.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 242 | 175 | 0.31 | 0 | 0.28 | 0.05 | 127.11 | 0.75 | 0.8 |
| Hex | A6 | F2 | AF | 1F | 0 | 1C | 5 | 7F | 4B | 50 |
| Octal | 246 | 362 | 257 | 37 | 0 | 34 | 5 | 177 | 113 | 120 |
| Binary | 10100110 | 11110010 | 10101111 | 11111 | 0 | 11100 | 101 | 1111111 | 1001011 | 1010000 |
Color Harmonies of #A6F2AF
Complementary color
Monochromatic Colors of #A6F2AF
Black with #A6F2AF
Text Example
Text Example
White with #A6F2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F2AF; }
p { color: rgb(166,242,175); }
H1.HeaderClassName
{
color: #A6F2AF;
}
.AnyTagClassName
{
color: #A6F2AF;
}
</style>
background-color css
<style>
a { background-color: #A6F2AF; }
a { background-color: rgb(166,242,175); }
div.DivClassName
{
background-color: #A6F2AF;
}
.BgClassName
{
background-color: #A6F2AF;
}
</style>
border-color css
<style>
span { border-color: #A6F2AF; }
span { border-color: rgb(166,242,175); }
td.TdClassName
{
border-color: #A6F2AF;
}
.TagClassName
{
border-color: #A6F2AF;
}
</style>