Shades of Celadon #A4E6AD
Tints of Celadon #A4E6AD
RGB
CMYK
RGB Variations
Color information
#A4E6AD (or 0xA4E6AD) is known color: Celadon. HEX triplet: A4, E6 and AD. RGB value is (164,230,173). Sum of RGB (Red+Green+Blue) = 164+230+173=567 (75% of max value = 765). Red value is 164 (64.45% from 255 or 28.92% from 567); Green value is 230 (90.23% from 255 or 40.56% from 567); Blue value is 173 (67.97% from 255 or 30.51% from 567); Max value from RGB is 230 - color contains mainly: green. Hex color #A4E6AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #A4E6AD is #5B1952. Grayscale: #CBCBCB. Windows color (decimal): -5970259 or 11396772. OLE color: 11396772.
HSL color Cylindrical-coordinate representation of color #A4E6AD: hue angle of 128.18º degrees, saturation: 0.57, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A4E6AD is Cyan = 0.29, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 164 | 230 | 173 | - |
| CMYK | 0.29 | 0 | 0.25 | 0.10 |
| HSL | 128.18º | 0.57% | 0.77% | - |
| HSV(B) | 128.18º | 0.29% | 0.9% | - |
| XYZ | 51.15 | 67.5 | 49.87 | - |
| YUV | 203.77 | 110.63 | 99.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 230 | 173 | 0.29 | 0 | 0.25 | 0.10 | 128.18 | 0.57 | 0.77 |
| Hex | A4 | E6 | AD | 1D | 0 | 19 | A | 80 | 39 | 4D |
| Octal | 244 | 346 | 255 | 35 | 0 | 31 | 12 | 200 | 71 | 115 |
| Binary | 10100100 | 11100110 | 10101101 | 11101 | 0 | 11001 | 1010 | 10000000 | 111001 | 1001101 |
Color Harmonies of #A4E6AD
Complementary color
Monochromatic Colors of #A4E6AD
Black with #A4E6AD
Text Example
Text Example
White with #A4E6AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E6AD; }
p { color: rgb(164,230,173); }
H1.HeaderClassName
{
color: #A4E6AD;
}
.AnyTagClassName
{
color: #A4E6AD;
}
</style>
background-color css
<style>
a { background-color: #A4E6AD; }
a { background-color: rgb(164,230,173); }
div.DivClassName
{
background-color: #A4E6AD;
}
.BgClassName
{
background-color: #A4E6AD;
}
</style>
border-color css
<style>
span { border-color: #A4E6AD; }
span { border-color: rgb(164,230,173); }
td.TdClassName
{
border-color: #A4E6AD;
}
.TagClassName
{
border-color: #A4E6AD;
}
</style>