Shades of Celadon #A1EBA7
Tints of Celadon #A1EBA7
RGB
CMYK
RGB Variations
Color information
#A1EBA7 (or 0xA1EBA7) is known color: Celadon. HEX triplet: A1, EB and A7. RGB value is (161,235,167). Sum of RGB (Red+Green+Blue) = 161+235+167=563 (74% of max value = 765). Red value is 161 (63.28% from 255 or 28.60% from 563); Green value is 235 (92.19% from 255 or 41.74% from 563); Blue value is 167 (65.62% from 255 or 29.66% from 563); Max value from RGB is 235 - color contains mainly: green. Hex color #A1EBA7 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EBA7 is #5E1458. Grayscale: #CDCDCD. Windows color (decimal): -6165593 or 11004833. OLE color: 11004833.
HSL color Cylindrical-coordinate representation of color #A1EBA7: hue angle of 124.86º degrees, saturation: 0.65, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1EBA7 is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 161 | 235 | 167 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.08 |
| HSL | 124.86º | 0.65% | 0.78% | - |
| HSV(B) | 124.86º | 0.31% | 0.92% | - |
| XYZ | 51.38 | 69.78 | 47.32 | - |
| YUV | 205.12 | 106.48 | 96.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 235 | 167 | 0.31 | 0 | 0.29 | 0.08 | 124.86 | 0.65 | 0.78 |
| Hex | A1 | EB | A7 | 1F | 0 | 1D | 8 | 7D | 41 | 4E |
| Octal | 241 | 353 | 247 | 37 | 0 | 35 | 10 | 175 | 101 | 116 |
| Binary | 10100001 | 11101011 | 10100111 | 11111 | 0 | 11101 | 1000 | 1111101 | 1000001 | 1001110 |
Color Harmonies of #A1EBA7
Complementary color
Monochromatic Colors of #A1EBA7
Black with #A1EBA7
Text Example
Text Example
White with #A1EBA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EBA7; }
p { color: rgb(161,235,167); }
H1.HeaderClassName
{
color: #A1EBA7;
}
.AnyTagClassName
{
color: #A1EBA7;
}
</style>
background-color css
<style>
a { background-color: #A1EBA7; }
a { background-color: rgb(161,235,167); }
div.DivClassName
{
background-color: #A1EBA7;
}
.BgClassName
{
background-color: #A1EBA7;
}
</style>
border-color css
<style>
span { border-color: #A1EBA7; }
span { border-color: rgb(161,235,167); }
td.TdClassName
{
border-color: #A1EBA7;
}
.TagClassName
{
border-color: #A1EBA7;
}
</style>