Shades of Celadon #A4E0AD
Tints of Celadon #A4E0AD
RGB
CMYK
RGB Variations
Color information
#A4E0AD (or 0xA4E0AD) is known color: Celadon. HEX triplet: A4, E0 and AD. RGB value is (164,224,173). Sum of RGB (Red+Green+Blue) = 164+224+173=561 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.23% from 561); Green value is 224 (87.89% from 255 or 39.93% from 561); Blue value is 173 (67.97% from 255 or 30.84% from 561); Max value from RGB is 224 - color contains mainly: green. Hex color #A4E0AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E0AD is #5B1F52. Grayscale: #C8C8C8. Windows color (decimal): -5971795 or 11395236. OLE color: 11395236.
HSL color Cylindrical-coordinate representation of color #A4E0AD: hue angle of 129º degrees, saturation: 0.49, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E0AD is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 164 | 224 | 173 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.12 |
| HSL | 129º | 0.49% | 0.76% | - |
| HSV(B) | 129º | 0.27% | 0.88% | - |
| XYZ | 49.51 | 64.22 | 49.32 | - |
| YUV | 200.25 | 112.62 | 102.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 224 | 173 | 0.27 | 0 | 0.23 | 0.12 | 129 | 0.49 | 0.76 |
| Hex | A4 | E0 | AD | 1B | 0 | 17 | C | 81 | 31 | 4C |
| Octal | 244 | 340 | 255 | 33 | 0 | 27 | 14 | 201 | 61 | 114 |
| Binary | 10100100 | 11100000 | 10101101 | 11011 | 0 | 10111 | 1100 | 10000001 | 110001 | 1001100 |
Color Harmonies of #A4E0AD
Complementary color
Monochromatic Colors of #A4E0AD
Black with #A4E0AD
Text Example
Text Example
White with #A4E0AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E0AD; }
p { color: rgb(164,224,173); }
H1.HeaderClassName
{
color: #A4E0AD;
}
.AnyTagClassName
{
color: #A4E0AD;
}
</style>
background-color css
<style>
a { background-color: #A4E0AD; }
a { background-color: rgb(164,224,173); }
div.DivClassName
{
background-color: #A4E0AD;
}
.BgClassName
{
background-color: #A4E0AD;
}
</style>
border-color css
<style>
span { border-color: #A4E0AD; }
span { border-color: rgb(164,224,173); }
td.TdClassName
{
border-color: #A4E0AD;
}
.TagClassName
{
border-color: #A4E0AD;
}
</style>