Shades of Celadon #A1EFAC
Tints of Celadon #A1EFAC
RGB
CMYK
RGB Variations
Color information
#A1EFAC (or 0xA1EFAC) is known color: Celadon. HEX triplet: A1, EF and AC. RGB value is (161,239,172). Sum of RGB (Red+Green+Blue) = 161+239+172=572 (75% of max value = 765). Red value is 161 (63.28% from 255 or 28.15% from 572); Green value is 239 (93.75% from 255 or 41.78% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A1EFAC is #5E1053. Grayscale: #D0D0D0. Windows color (decimal): -6164564 or 11333537. OLE color: 11333537.
HSL color Cylindrical-coordinate representation of color #A1EFAC: hue angle of 128.46º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EFAC is Cyan = 0.33, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 172 | - |
| CMYK | 0.33 | 0 | 0.28 | 0.06 |
| HSL | 128.46º | 0.71% | 0.78% | - |
| HSV(B) | 128.46º | 0.33% | 0.94% | - |
| XYZ | 53.01 | 72.29 | 50.19 | - |
| YUV | 208.04 | 107.66 | 94.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 172 | 0.33 | 0 | 0.28 | 0.06 | 128.46 | 0.71 | 0.78 |
| Hex | A1 | EF | AC | 21 | 0 | 1C | 6 | 80 | 47 | 4E |
| Octal | 241 | 357 | 254 | 41 | 0 | 34 | 6 | 200 | 107 | 116 |
| Binary | 10100001 | 11101111 | 10101100 | 100001 | 0 | 11100 | 110 | 10000000 | 1000111 | 1001110 |
Color Harmonies of #A1EFAC
Complementary color
Monochromatic Colors of #A1EFAC
Black with #A1EFAC
Text Example
Text Example
White with #A1EFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EFAC; }
p { color: rgb(161,239,172); }
H1.HeaderClassName
{
color: #A1EFAC;
}
.AnyTagClassName
{
color: #A1EFAC;
}
</style>
background-color css
<style>
a { background-color: #A1EFAC; }
a { background-color: rgb(161,239,172); }
div.DivClassName
{
background-color: #A1EFAC;
}
.BgClassName
{
background-color: #A1EFAC;
}
</style>
border-color css
<style>
span { border-color: #A1EFAC; }
span { border-color: rgb(161,239,172); }
td.TdClassName
{
border-color: #A1EFAC;
}
.TagClassName
{
border-color: #A1EFAC;
}
</style>