Shades of Celadon #A4EFAC
Tints of Celadon #A4EFAC
RGB
CMYK
RGB Variations
Color information
#A4EFAC (or 0xA4EFAC) is known color: Celadon. HEX triplet: A4, EF and AC. RGB value is (164,239,172). Sum of RGB (Red+Green+Blue) = 164+239+172=575 (76% of max value = 765). Red value is 164 (64.45% from 255 or 28.52% from 575); Green value is 239 (93.75% from 255 or 41.57% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 239 - color contains mainly: green. Hex color #A4EFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4EFAC is #5B1053. Grayscale: #D1D1D1. Windows color (decimal): -5967956 or 11333540. OLE color: 11333540.
HSL color Cylindrical-coordinate representation of color #A4EFAC: hue angle of 126.4º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A4EFAC is Cyan = 0.31, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 239 | 172 | - |
| CMYK | 0.31 | 0 | 0.28 | 0.06 |
| HSL | 126.4º | 0.7% | 0.79% | - |
| HSV(B) | 126.4º | 0.31% | 0.94% | - |
| XYZ | 53.62 | 72.6 | 50.22 | - |
| YUV | 208.94 | 107.15 | 95.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 239 | 172 | 0.31 | 0 | 0.28 | 0.06 | 126.4 | 0.7 | 0.79 |
| Hex | A4 | EF | AC | 1F | 0 | 1C | 6 | 7E | 46 | 4F |
| Octal | 244 | 357 | 254 | 37 | 0 | 34 | 6 | 176 | 106 | 117 |
| Binary | 10100100 | 11101111 | 10101100 | 11111 | 0 | 11100 | 110 | 1111110 | 1000110 | 1001111 |
Color Harmonies of #A4EFAC
Complementary color
Monochromatic Colors of #A4EFAC
Black with #A4EFAC
Text Example
Text Example
White with #A4EFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4EFAC; }
p { color: rgb(164,239,172); }
H1.HeaderClassName
{
color: #A4EFAC;
}
.AnyTagClassName
{
color: #A4EFAC;
}
</style>
background-color css
<style>
a { background-color: #A4EFAC; }
a { background-color: rgb(164,239,172); }
div.DivClassName
{
background-color: #A4EFAC;
}
.BgClassName
{
background-color: #A4EFAC;
}
</style>
border-color css
<style>
span { border-color: #A4EFAC; }
span { border-color: rgb(164,239,172); }
td.TdClassName
{
border-color: #A4EFAC;
}
.TagClassName
{
border-color: #A4EFAC;
}
</style>