Shades of Celadon #ACF7AC
Tints of Celadon #ACF7AC
RGB
CMYK
RGB Variations
Color information
#ACF7AC (or 0xACF7AC) is known color: Celadon. HEX triplet: AC, F7 and AC. RGB value is (172,247,172). Sum of RGB (Red+Green+Blue) = 172+247+172=591 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.10% from 591); Green value is 247 (96.88% from 255 or 41.79% from 591); Blue value is 172 (67.58% from 255 or 29.10% from 591); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF7AC is #530853. Grayscale: #D8D8D8. Windows color (decimal): -5441620 or 11335596. OLE color: 11335596.
HSL color Cylindrical-coordinate representation of color #ACF7AC: hue angle of 120º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF7AC is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 172 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.03 |
| HSL | 120º | 0.82% | 0.82% | - |
| HSV(B) | 120º | 0.3% | 0.97% | - |
| XYZ | 57.72 | 78.27 | 51.1 | - |
| YUV | 216.03 | 103.15 | 96.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 172 | 0.30 | 0 | 0.30 | 0.03 | 120 | 0.82 | 0.82 |
| Hex | AC | F7 | AC | 1E | 0 | 1E | 3 | 78 | 52 | 52 |
| Octal | 254 | 367 | 254 | 36 | 0 | 36 | 3 | 170 | 122 | 122 |
| Binary | 10101100 | 11110111 | 10101100 | 11110 | 0 | 11110 | 11 | 1111000 | 1010010 | 1010010 |
Color Harmonies of #ACF7AC
Complementary color
Monochromatic Colors of #ACF7AC
Black with #ACF7AC
Text Example
Text Example
White with #ACF7AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF7AC; }
p { color: rgb(172,247,172); }
H1.HeaderClassName
{
color: #ACF7AC;
}
.AnyTagClassName
{
color: #ACF7AC;
}
</style>
background-color css
<style>
a { background-color: #ACF7AC; }
a { background-color: rgb(172,247,172); }
div.DivClassName
{
background-color: #ACF7AC;
}
.BgClassName
{
background-color: #ACF7AC;
}
</style>
border-color css
<style>
span { border-color: #ACF7AC; }
span { border-color: rgb(172,247,172); }
td.TdClassName
{
border-color: #ACF7AC;
}
.TagClassName
{
border-color: #ACF7AC;
}
</style>