Shades of Celadon #A6EEA8
Tints of Celadon #A6EEA8
RGB
CMYK
RGB Variations
Color information
#A6EEA8 (or 0xA6EEA8) is known color: Celadon. HEX triplet: A6, EE and A8. RGB value is (166,238,168). Sum of RGB (Red+Green+Blue) = 166+238+168=572 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.02% from 572); Green value is 238 (93.36% from 255 or 41.61% from 572); Blue value is 168 (66.02% from 255 or 29.37% from 572); Max value from RGB is 238 - color contains mainly: green. Hex color #A6EEA8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EEA8 is #591157. Grayscale: #D0D0D0. Windows color (decimal): -5837144 or 11071142. OLE color: 11071142.
HSL color Cylindrical-coordinate representation of color #A6EEA8: hue angle of 121.67º degrees, saturation: 0.68, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A6EEA8 is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 238 | 168 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.07 |
| HSL | 121.67º | 0.68% | 0.79% | - |
| HSV(B) | 121.67º | 0.3% | 0.93% | - |
| XYZ | 53.37 | 72.08 | 48.15 | - |
| YUV | 208.49 | 105.15 | 97.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 238 | 168 | 0.30 | 0 | 0.29 | 0.07 | 121.67 | 0.68 | 0.79 |
| Hex | A6 | EE | A8 | 1E | 0 | 1D | 7 | 7A | 44 | 4F |
| Octal | 246 | 356 | 250 | 36 | 0 | 35 | 7 | 172 | 104 | 117 |
| Binary | 10100110 | 11101110 | 10101000 | 11110 | 0 | 11101 | 111 | 1111010 | 1000100 | 1001111 |
Color Harmonies of #A6EEA8
Complementary color
Monochromatic Colors of #A6EEA8
Black with #A6EEA8
Text Example
Text Example
White with #A6EEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EEA8; }
p { color: rgb(166,238,168); }
H1.HeaderClassName
{
color: #A6EEA8;
}
.AnyTagClassName
{
color: #A6EEA8;
}
</style>
background-color css
<style>
a { background-color: #A6EEA8; }
a { background-color: rgb(166,238,168); }
div.DivClassName
{
background-color: #A6EEA8;
}
.BgClassName
{
background-color: #A6EEA8;
}
</style>
border-color css
<style>
span { border-color: #A6EEA8; }
span { border-color: rgb(166,238,168); }
td.TdClassName
{
border-color: #A6EEA8;
}
.TagClassName
{
border-color: #A6EEA8;
}
</style>