Shades of Celadon #ACE5AD
Tints of Celadon #ACE5AD
RGB
CMYK
RGB Variations
Color information
#ACE5AD (or 0xACE5AD) is known color: Celadon. HEX triplet: AC, E5 and AD. RGB value is (172,229,173). Sum of RGB (Red+Green+Blue) = 172+229+173=574 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.97% from 574); Green value is 229 (89.84% from 255 or 39.90% from 574); Blue value is 173 (67.97% from 255 or 30.14% from 574); Max value from RGB is 229 - color contains mainly: green. Hex color #ACE5AD is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACE5AD is #531A52. Grayscale: #CDCDCD. Windows color (decimal): -5446227 or 11396524. OLE color: 11396524.
HSL color Cylindrical-coordinate representation of color #ACE5AD: hue angle of 121.05º degrees, saturation: 0.52, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ACE5AD is Cyan = 0.25, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 172 | 229 | 173 | - |
| CMYK | 0.25 | 0 | 0.24 | 0.10 |
| HSL | 121.05º | 0.52% | 0.79% | - |
| HSV(B) | 121.05º | 0.25% | 0.9% | - |
| XYZ | 52.58 | 67.83 | 49.86 | - |
| YUV | 205.57 | 109.62 | 104.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 229 | 173 | 0.25 | 0 | 0.24 | 0.10 | 121.05 | 0.52 | 0.79 |
| Hex | AC | E5 | AD | 19 | 0 | 18 | A | 79 | 34 | 4F |
| Octal | 254 | 345 | 255 | 31 | 0 | 30 | 12 | 171 | 64 | 117 |
| Binary | 10101100 | 11100101 | 10101101 | 11001 | 0 | 11000 | 1010 | 1111001 | 110100 | 1001111 |
Color Harmonies of #ACE5AD
Complementary color
Monochromatic Colors of #ACE5AD
Black with #ACE5AD
Text Example
Text Example
White with #ACE5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE5AD; }
p { color: rgb(172,229,173); }
H1.HeaderClassName
{
color: #ACE5AD;
}
.AnyTagClassName
{
color: #ACE5AD;
}
</style>
background-color css
<style>
a { background-color: #ACE5AD; }
a { background-color: rgb(172,229,173); }
div.DivClassName
{
background-color: #ACE5AD;
}
.BgClassName
{
background-color: #ACE5AD;
}
</style>
border-color css
<style>
span { border-color: #ACE5AD; }
span { border-color: rgb(172,229,173); }
td.TdClassName
{
border-color: #ACE5AD;
}
.TagClassName
{
border-color: #ACE5AD;
}
</style>