Shades of Celadon #A4E4AE
Tints of Celadon #A4E4AE
RGB
CMYK
RGB Variations
Color information
#A4E4AE (or 0xA4E4AE) is known color: Celadon. HEX triplet: A4, E4 and AE. RGB value is (164,228,174). Sum of RGB (Red+Green+Blue) = 164+228+174=566 (74% of max value = 765). Red value is 164 (64.45% from 255 or 28.98% from 566); Green value is 228 (89.45% from 255 or 40.28% from 566); Blue value is 174 (68.36% from 255 or 30.74% from 566); Max value from RGB is 228 - color contains mainly: green. Hex color #A4E4AE is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E4AE is #5B1B51. Grayscale: #CACACA. Windows color (decimal): -5970770 or 11461796. OLE color: 11461796.
HSL color Cylindrical-coordinate representation of color #A4E4AE: hue angle of 129.38º degrees, saturation: 0.54, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A4E4AE is Cyan = 0.28, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 228 | 174 | - |
| CMYK | 0.28 | 0 | 0.24 | 0.11 |
| HSL | 129.38º | 0.54% | 0.77% | - |
| HSV(B) | 129.38º | 0.28% | 0.89% | - |
| XYZ | 50.69 | 66.44 | 50.2 | - |
| YUV | 202.71 | 111.8 | 100.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 228 | 174 | 0.28 | 0 | 0.24 | 0.11 | 129.38 | 0.54 | 0.77 |
| Hex | A4 | E4 | AE | 1C | 0 | 18 | B | 81 | 36 | 4D |
| Octal | 244 | 344 | 256 | 34 | 0 | 30 | 13 | 201 | 66 | 115 |
| Binary | 10100100 | 11100100 | 10101110 | 11100 | 0 | 11000 | 1011 | 10000001 | 110110 | 1001101 |
Color Harmonies of #A4E4AE
Complementary color
Monochromatic Colors of #A4E4AE
Black with #A4E4AE
Text Example
Text Example
White with #A4E4AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E4AE; }
p { color: rgb(164,228,174); }
H1.HeaderClassName
{
color: #A4E4AE;
}
.AnyTagClassName
{
color: #A4E4AE;
}
</style>
background-color css
<style>
a { background-color: #A4E4AE; }
a { background-color: rgb(164,228,174); }
div.DivClassName
{
background-color: #A4E4AE;
}
.BgClassName
{
background-color: #A4E4AE;
}
</style>
border-color css
<style>
span { border-color: #A4E4AE; }
span { border-color: rgb(164,228,174); }
td.TdClassName
{
border-color: #A4E4AE;
}
.TagClassName
{
border-color: #A4E4AE;
}
</style>