Shades of Celadon #A6F2AE
Tints of Celadon #A6F2AE
RGB
CMYK
RGB Variations
Color information
#A6F2AE (or 0xA6F2AE) is known color: Celadon. HEX triplet: A6, F2 and AE. RGB value is (166,242,174). Sum of RGB (Red+Green+Blue) = 166+242+174=582 (77% of max value = 765). Red value is 166 (65.23% from 255 or 28.52% from 582); Green value is 242 (94.92% from 255 or 41.58% from 582); Blue value is 174 (68.36% from 255 or 29.90% from 582); Max value from RGB is 242 - color contains mainly: green. Hex color #A6F2AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6F2AE is #590D51. Grayscale: #D3D3D3. Windows color (decimal): -5836114 or 11465382. OLE color: 11465382.
HSL color Cylindrical-coordinate representation of color #A6F2AE: hue angle of 126.32º 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 #A6F2AE is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 242 | 174 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.05 |
| HSL | 126.32º | 0.75% | 0.8% | - |
| HSV(B) | 126.32º | 0.31% | 0.95% | - |
| XYZ | 55.12 | 74.67 | 51.55 | - |
| YUV | 211.52 | 106.82 | 95.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 242 | 174 | 0.31 | 0 | 0.28 | 0.05 | 126.32 | 0.75 | 0.8 |
| Hex | A6 | F2 | AE | 1F | 0 | 1C | 5 | 7E | 4B | 50 |
| Octal | 246 | 362 | 256 | 37 | 0 | 34 | 5 | 176 | 113 | 120 |
| Binary | 10100110 | 11110010 | 10101110 | 11111 | 0 | 11100 | 101 | 1111110 | 1001011 | 1010000 |
Color Harmonies of #A6F2AE
Complementary color
Monochromatic Colors of #A6F2AE
Black with #A6F2AE
Text Example
Text Example
White with #A6F2AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6F2AE; }
p { color: rgb(166,242,174); }
H1.HeaderClassName
{
color: #A6F2AE;
}
.AnyTagClassName
{
color: #A6F2AE;
}
</style>
background-color css
<style>
a { background-color: #A6F2AE; }
a { background-color: rgb(166,242,174); }
div.DivClassName
{
background-color: #A6F2AE;
}
.BgClassName
{
background-color: #A6F2AE;
}
</style>
border-color css
<style>
span { border-color: #A6F2AE; }
span { border-color: rgb(166,242,174); }
td.TdClassName
{
border-color: #A6F2AE;
}
.TagClassName
{
border-color: #A6F2AE;
}
</style>