Shades of Celadon #ACE9AC
Tints of Celadon #ACE9AC
RGB
CMYK
RGB Variations
Color information
#ACE9AC (or 0xACE9AC) is known color: Celadon. HEX triplet: AC, E9 and AC. RGB value is (172,233,172). Sum of RGB (Red+Green+Blue) = 172+233+172=577 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.81% from 577); Green value is 233 (91.41% from 255 or 40.38% from 577); Blue value is 172 (67.58% from 255 or 29.81% from 577); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACE9AC is #531653. Grayscale: #CFCFCF. Windows color (decimal): -5445204 or 11332012. OLE color: 11332012.
HSL color Cylindrical-coordinate representation of color #ACE9AC: hue angle of 120º 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 #ACE9AC is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.09.
Color convert
RGB | 172 | 233 | 172 | - |
CMYK | 0.26 | 0 | 0.26 | 0.09 |
HSL | 120º | 0.58% | 0.79% | - |
HSV(B) | 120º | 0.26% | 0.91% | - |
XYZ | 53.6 | 70.03 | 49.72 | - |
YUV | 207.81 | 107.79 | 102.46 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 233 | 172 | 0.26 | 0 | 0.26 | 0.09 | 120 | 0.58 | 0.79 |
Hex | AC | E9 | AC | 1A | 0 | 1A | 9 | 78 | 3A | 4F |
Octal | 254 | 351 | 254 | 32 | 0 | 32 | 11 | 170 | 72 | 117 |
Binary | 10101100 | 11101001 | 10101100 | 11010 | 0 | 11010 | 1001 | 1111000 | 111010 | 1001111 |
Color Harmonies of #ACE9AC
Complementary color
Monochromatic Colors of #ACE9AC
Black with #ACE9AC
Text Example
Text Example
White with #ACE9AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE9AC; }
p { color: rgb(172,233,172); }
H1.HeaderClassName
{
color: #ACE9AC;
}
.AnyTagClassName
{
color: #ACE9AC;
}
</style>
background-color css
<style>
a { background-color: #ACE9AC; }
a { background-color: rgb(172,233,172); }
div.DivClassName
{
background-color: #ACE9AC;
}
.BgClassName
{
background-color: #ACE9AC;
}
</style>
border-color css
<style>
span { border-color: #ACE9AC; }
span { border-color: rgb(172,233,172); }
td.TdClassName
{
border-color: #ACE9AC;
}
.TagClassName
{
border-color: #ACE9AC;
}
</style>