Shades of Celadon #ACE9AF
Tints of Celadon #ACE9AF
RGB
CMYK
RGB Variations
Color information
#ACE9AF (or 0xACE9AF) is known color: Celadon. HEX triplet: AC, E9 and AF. RGB value is (172,233,175). Sum of RGB (Red+Green+Blue) = 172+233+175=580 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.66% from 580); Green value is 233 (91.41% from 255 or 40.17% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE9AF is #531650. Grayscale: #D0D0D0. Windows color (decimal): -5445201 or 11528620. OLE color: 11528620.
HSL color Cylindrical-coordinate representation of color #ACE9AF: hue angle of 122.95º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE9AF is Cyan = 0.26, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 175 | - |
| CMYK | 0.26 | 0 | 0.25 | 0.09 |
| HSL | 122.95º | 0.58% | 0.79% | - |
| HSV(B) | 122.95º | 0.26% | 0.91% | - |
| XYZ | 53.89 | 70.14 | 51.26 | - |
| YUV | 208.15 | 109.29 | 102.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 175 | 0.26 | 0 | 0.25 | 0.09 | 122.95 | 0.58 | 0.79 |
| Hex | AC | E9 | AF | 1A | 0 | 19 | 9 | 7B | 3A | 4F |
| Octal | 254 | 351 | 257 | 32 | 0 | 31 | 11 | 173 | 72 | 117 |
| Binary | 10101100 | 11101001 | 10101111 | 11010 | 0 | 11001 | 1001 | 1111011 | 111010 | 1001111 |
Color Harmonies of #ACE9AF
Complementary color
Monochromatic Colors of #ACE9AF
Black with #ACE9AF
Text Example
Text Example
White with #ACE9AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE9AF; }
p { color: rgb(172,233,175); }
H1.HeaderClassName
{
color: #ACE9AF;
}
.AnyTagClassName
{
color: #ACE9AF;
}
</style>
background-color css
<style>
a { background-color: #ACE9AF; }
a { background-color: rgb(172,233,175); }
div.DivClassName
{
background-color: #ACE9AF;
}
.BgClassName
{
background-color: #ACE9AF;
}
</style>
border-color css
<style>
span { border-color: #ACE9AF; }
span { border-color: rgb(172,233,175); }
td.TdClassName
{
border-color: #ACE9AF;
}
.TagClassName
{
border-color: #ACE9AF;
}
</style>