Shades of Celadon #A4E2AD
Tints of Celadon #A4E2AD
RGB
CMYK
RGB Variations
Color information
#A4E2AD (or 0xA4E2AD) is known color: Celadon. HEX triplet: A4, E2 and AD. RGB value is (164,226,173). Sum of RGB (Red+Green+Blue) = 164+226+173=563 (74% of max value = 765). Red value is 164 (64.45% from 255 or 29.13% from 563); Green value is 226 (88.67% from 255 or 40.14% from 563); Blue value is 173 (67.97% from 255 or 30.73% from 563); Max value from RGB is 226 - color contains mainly: green. Hex color #A4E2AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #A4E2AD is #5B1D52. Grayscale: #C9C9C9. Windows color (decimal): -5971283 or 11395748. OLE color: 11395748.
HSL color Cylindrical-coordinate representation of color #A4E2AD: hue angle of 128.71º degrees, saturation: 0.52, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A4E2AD is Cyan = 0.27, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 226 | 173 | - |
| CMYK | 0.27 | 0 | 0.23 | 0.11 |
| HSL | 128.71º | 0.52% | 0.76% | - |
| HSV(B) | 128.71º | 0.27% | 0.89% | - |
| XYZ | 50.05 | 65.3 | 49.5 | - |
| YUV | 201.42 | 111.96 | 101.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 226 | 173 | 0.27 | 0 | 0.23 | 0.11 | 128.71 | 0.52 | 0.76 |
| Hex | A4 | E2 | AD | 1B | 0 | 17 | B | 81 | 34 | 4C |
| Octal | 244 | 342 | 255 | 33 | 0 | 27 | 13 | 201 | 64 | 114 |
| Binary | 10100100 | 11100010 | 10101101 | 11011 | 0 | 10111 | 1011 | 10000001 | 110100 | 1001100 |
Color Harmonies of #A4E2AD
Complementary color
Monochromatic Colors of #A4E2AD
Black with #A4E2AD
Text Example
Text Example
White with #A4E2AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4E2AD; }
p { color: rgb(164,226,173); }
H1.HeaderClassName
{
color: #A4E2AD;
}
.AnyTagClassName
{
color: #A4E2AD;
}
</style>
background-color css
<style>
a { background-color: #A4E2AD; }
a { background-color: rgb(164,226,173); }
div.DivClassName
{
background-color: #A4E2AD;
}
.BgClassName
{
background-color: #A4E2AD;
}
</style>
border-color css
<style>
span { border-color: #A4E2AD; }
span { border-color: rgb(164,226,173); }
td.TdClassName
{
border-color: #A4E2AD;
}
.TagClassName
{
border-color: #A4E2AD;
}
</style>