Shades of Celadon #ACF8AC
Tints of Celadon #ACF8AC
RGB
CMYK
RGB Variations
Color information
#ACF8AC (or 0xACF8AC) is known color: Celadon. HEX triplet: AC, F8 and AC. RGB value is (172,248,172). Sum of RGB (Red+Green+Blue) = 172+248+172=592 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.05% from 592); Green value is 248 (97.27% from 255 or 41.89% from 592); Blue value is 172 (67.58% from 255 or 29.05% from 592); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF8AC is #530753. Grayscale: #D8D8D8. Windows color (decimal): -5441364 or 11335852. OLE color: 11335852.
HSL color Cylindrical-coordinate representation of color #ACF8AC: hue angle of 120º degrees, saturation: 0.84, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF8AC is Cyan = 0.31, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 172 | - |
| CMYK | 0.31 | 0 | 0.31 | 0.03 |
| HSL | 120º | 0.84% | 0.82% | - |
| HSV(B) | 120º | 0.31% | 0.97% | - |
| XYZ | 58.03 | 78.88 | 51.2 | - |
| YUV | 216.61 | 102.82 | 96.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 172 | 0.31 | 0 | 0.31 | 0.03 | 120 | 0.84 | 0.82 |
| Hex | AC | F8 | AC | 1F | 0 | 1F | 3 | 78 | 54 | 52 |
| Octal | 254 | 370 | 254 | 37 | 0 | 37 | 3 | 170 | 124 | 122 |
| Binary | 10101100 | 11111000 | 10101100 | 11111 | 0 | 11111 | 11 | 1111000 | 1010100 | 1010010 |
Color Harmonies of #ACF8AC
Complementary color
Monochromatic Colors of #ACF8AC
Black with #ACF8AC
Text Example
Text Example
White with #ACF8AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF8AC; }
p { color: rgb(172,248,172); }
H1.HeaderClassName
{
color: #ACF8AC;
}
.AnyTagClassName
{
color: #ACF8AC;
}
</style>
background-color css
<style>
a { background-color: #ACF8AC; }
a { background-color: rgb(172,248,172); }
div.DivClassName
{
background-color: #ACF8AC;
}
.BgClassName
{
background-color: #ACF8AC;
}
</style>
border-color css
<style>
span { border-color: #ACF8AC; }
span { border-color: rgb(172,248,172); }
td.TdClassName
{
border-color: #ACF8AC;
}
.TagClassName
{
border-color: #ACF8AC;
}
</style>