Shades of Celadon #ACEFAC
Tints of Celadon #ACEFAC
RGB
CMYK
RGB Variations
Color information
#ACEFAC (or 0xACEFAC) is known color: Celadon. HEX triplet: AC, EF and AC. RGB value is (172,239,172). Sum of RGB (Red+Green+Blue) = 172+239+172=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 172 (67.58% from 255 or 29.50% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #ACEFAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACEFAC is #531053. Grayscale: #D3D3D3. Windows color (decimal): -5443668 or 11333548. OLE color: 11333548.
HSL color Cylindrical-coordinate representation of color #ACEFAC: hue angle of 120º degrees, saturation: 0.68, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACEFAC is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
RGB | 172 | 239 | 172 | - |
CMYK | 0.28 | 0 | 0.28 | 0.06 |
HSL | 120º | 0.68% | 0.81% | - |
HSV(B) | 120º | 0.28% | 0.94% | - |
XYZ | 55.33 | 73.48 | 50.3 | - |
YUV | 211.33 | 105.8 | 99.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 239 | 172 | 0.28 | 0 | 0.28 | 0.06 | 120 | 0.68 | 0.81 |
Hex | AC | EF | AC | 1C | 0 | 1C | 6 | 78 | 44 | 51 |
Octal | 254 | 357 | 254 | 34 | 0 | 34 | 6 | 170 | 104 | 121 |
Binary | 10101100 | 11101111 | 10101100 | 11100 | 0 | 11100 | 110 | 1111000 | 1000100 | 1010001 |
Color Harmonies of #ACEFAC
Complementary color
Monochromatic Colors of #ACEFAC
Black with #ACEFAC
Text Example
Text Example
White with #ACEFAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEFAC; }
p { color: rgb(172,239,172); }
H1.HeaderClassName
{
color: #ACEFAC;
}
.AnyTagClassName
{
color: #ACEFAC;
}
</style>
background-color css
<style>
a { background-color: #ACEFAC; }
a { background-color: rgb(172,239,172); }
div.DivClassName
{
background-color: #ACEFAC;
}
.BgClassName
{
background-color: #ACEFAC;
}
</style>
border-color css
<style>
span { border-color: #ACEFAC; }
span { border-color: rgb(172,239,172); }
td.TdClassName
{
border-color: #ACEFAC;
}
.TagClassName
{
border-color: #ACEFAC;
}
</style>