Shades of Celadon #A1EDAB
Tints of Celadon #A1EDAB
RGB
CMYK
RGB Variations
Color information
#A1EDAB (or 0xA1EDAB) is known color: Celadon. HEX triplet: A1, ED and AB. RGB value is (161,237,171). Sum of RGB (Red+Green+Blue) = 161+237+171=569 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.30% from 569); Green value is 237 (92.97% from 255 or 41.65% from 569); Blue value is 171 (67.19% from 255 or 30.05% from 569); Max value from RGB is 237 - color contains mainly: green. Hex color #A1EDAB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EDAB is #5E1254. Grayscale: #CECECE. Windows color (decimal): -6165077 or 11267489. OLE color: 11267489.
HSL color Cylindrical-coordinate representation of color #A1EDAB: hue angle of 127.89º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1EDAB is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 237 | 171 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.07 |
| HSL | 127.89º | 0.68% | 0.78% | - |
| HSV(B) | 127.89º | 0.32% | 0.93% | - |
| XYZ | 52.33 | 71.09 | 49.49 | - |
| YUV | 206.75 | 107.82 | 95.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 237 | 171 | 0.32 | 0 | 0.28 | 0.07 | 127.89 | 0.68 | 0.78 |
| Hex | A1 | ED | AB | 20 | 0 | 1C | 7 | 80 | 44 | 4E |
| Octal | 241 | 355 | 253 | 40 | 0 | 34 | 7 | 200 | 104 | 116 |
| Binary | 10100001 | 11101101 | 10101011 | 100000 | 0 | 11100 | 111 | 10000000 | 1000100 | 1001110 |
Color Harmonies of #A1EDAB
Complementary color
Monochromatic Colors of #A1EDAB
Black with #A1EDAB
Text Example
Text Example
White with #A1EDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EDAB; }
p { color: rgb(161,237,171); }
H1.HeaderClassName
{
color: #A1EDAB;
}
.AnyTagClassName
{
color: #A1EDAB;
}
</style>
background-color css
<style>
a { background-color: #A1EDAB; }
a { background-color: rgb(161,237,171); }
div.DivClassName
{
background-color: #A1EDAB;
}
.BgClassName
{
background-color: #A1EDAB;
}
</style>
border-color css
<style>
span { border-color: #A1EDAB; }
span { border-color: rgb(161,237,171); }
td.TdClassName
{
border-color: #A1EDAB;
}
.TagClassName
{
border-color: #A1EDAB;
}
</style>