Shades of Celadon #A6E9B0
Tints of Celadon #A6E9B0
RGB
CMYK
RGB Variations
Color information
#A6E9B0 (or 0xA6E9B0) is known color: Celadon. HEX triplet: A6, E9 and B0. RGB value is (166,233,176). Sum of RGB (Red+Green+Blue) = 166+233+176=575 (76% of max value = 765). Red value is 166 (65.23% from 255 or 28.87% from 575); Green value is 233 (91.41% from 255 or 40.52% from 575); Blue value is 176 (69.14% from 255 or 30.61% from 575); Max value from RGB is 233 - color contains mainly: green. Hex color #A6E9B0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6E9B0 is #59164F. Grayscale: #CECECE. Windows color (decimal): -5838416 or 11594150. OLE color: 11594150.
HSL color Cylindrical-coordinate representation of color #A6E9B0: hue angle of 128.96º degrees, saturation: 0.6, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6E9B0 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 166 | 233 | 176 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.09 |
| HSL | 128.96º | 0.6% | 0.78% | - |
| HSV(B) | 128.96º | 0.29% | 0.91% | - |
| XYZ | 52.7 | 69.52 | 51.72 | - |
| YUV | 206.47 | 110.8 | 99.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 233 | 176 | 0.29 | 0 | 0.24 | 0.09 | 128.96 | 0.6 | 0.78 |
| Hex | A6 | E9 | B0 | 1D | 0 | 18 | 9 | 81 | 3C | 4E |
| Octal | 246 | 351 | 260 | 35 | 0 | 30 | 11 | 201 | 74 | 116 |
| Binary | 10100110 | 11101001 | 10110000 | 11101 | 0 | 11000 | 1001 | 10000001 | 111100 | 1001110 |
Color Harmonies of #A6E9B0
Complementary color
Monochromatic Colors of #A6E9B0
Black with #A6E9B0
Text Example
Text Example
White with #A6E9B0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6E9B0; }
p { color: rgb(166,233,176); }
H1.HeaderClassName
{
color: #A6E9B0;
}
.AnyTagClassName
{
color: #A6E9B0;
}
</style>
background-color css
<style>
a { background-color: #A6E9B0; }
a { background-color: rgb(166,233,176); }
div.DivClassName
{
background-color: #A6E9B0;
}
.BgClassName
{
background-color: #A6E9B0;
}
</style>
border-color css
<style>
span { border-color: #A6E9B0; }
span { border-color: rgb(166,233,176); }
td.TdClassName
{
border-color: #A6E9B0;
}
.TagClassName
{
border-color: #A6E9B0;
}
</style>