Shades of Celadon #A6EBA7
Tints of Celadon #A6EBA7
RGB
CMYK
RGB Variations
Color information
#A6EBA7 (or 0xA6EBA7) is known color: Celadon. HEX triplet: A6, EB and A7. RGB value is (166,235,167). Sum of RGB (Red+Green+Blue) = 166+235+167=568 (75% of max value = 765). Red value is 166 (65.23% from 255 or 29.23% from 568); Green value is 235 (92.19% from 255 or 41.37% from 568); Blue value is 167 (65.62% from 255 or 29.40% from 568); Max value from RGB is 235 - color contains mainly: green. Hex color #A6EBA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A6EBA7 is #591458. Grayscale: #CECECE. Windows color (decimal): -5837913 or 11004838. OLE color: 11004838.
HSL color Cylindrical-coordinate representation of color #A6EBA7: hue angle of 120.87º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A6EBA7 is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 166 | 235 | 167 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.08 |
| HSL | 120.87º | 0.63% | 0.79% | - |
| HSV(B) | 120.87º | 0.29% | 0.92% | - |
| XYZ | 52.41 | 70.31 | 47.37 | - |
| YUV | 206.62 | 105.64 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 235 | 167 | 0.29 | 0 | 0.29 | 0.08 | 120.87 | 0.63 | 0.79 |
| Hex | A6 | EB | A7 | 1D | 0 | 1D | 8 | 79 | 3F | 4F |
| Octal | 246 | 353 | 247 | 35 | 0 | 35 | 10 | 171 | 77 | 117 |
| Binary | 10100110 | 11101011 | 10100111 | 11101 | 0 | 11101 | 1000 | 1111001 | 111111 | 1001111 |
Color Harmonies of #A6EBA7
Complementary color
Monochromatic Colors of #A6EBA7
Black with #A6EBA7
Text Example
Text Example
White with #A6EBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6EBA7; }
p { color: rgb(166,235,167); }
H1.HeaderClassName
{
color: #A6EBA7;
}
.AnyTagClassName
{
color: #A6EBA7;
}
</style>
background-color css
<style>
a { background-color: #A6EBA7; }
a { background-color: rgb(166,235,167); }
div.DivClassName
{
background-color: #A6EBA7;
}
.BgClassName
{
background-color: #A6EBA7;
}
</style>
border-color css
<style>
span { border-color: #A6EBA7; }
span { border-color: rgb(166,235,167); }
td.TdClassName
{
border-color: #A6EBA7;
}
.TagClassName
{
border-color: #A6EBA7;
}
</style>