Shades of Celadon #ACF8AD
Tints of Celadon #ACF8AD
RGB
CMYK
RGB Variations
Color information
#ACF8AD (or 0xACF8AD) is known color: Celadon. HEX triplet: AC, F8 and AD. RGB value is (172,248,173). Sum of RGB (Red+Green+Blue) = 172+248+173=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 248 (97.27% from 255 or 41.82% from 593); Blue value is 173 (67.97% from 255 or 29.17% from 593); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF8AD is #530752. Grayscale: #D8D8D8. Windows color (decimal): -5441363 or 11401388. OLE color: 11401388.
HSL color Cylindrical-coordinate representation of color #ACF8AD: hue angle of 120.79º 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 #ACF8AD is Cyan = 0.31, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 173 | - |
| CMYK | 0.31 | 0 | 0.30 | 0.03 |
| HSL | 120.79º | 0.84% | 0.82% | - |
| HSV(B) | 120.79º | 0.31% | 0.97% | - |
| XYZ | 58.12 | 78.92 | 51.71 | - |
| YUV | 216.73 | 103.32 | 96.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 173 | 0.31 | 0 | 0.30 | 0.03 | 120.79 | 0.84 | 0.82 |
| Hex | AC | F8 | AD | 1F | 0 | 1E | 3 | 79 | 54 | 52 |
| Octal | 254 | 370 | 255 | 37 | 0 | 36 | 3 | 171 | 124 | 122 |
| Binary | 10101100 | 11111000 | 10101101 | 11111 | 0 | 11110 | 11 | 1111001 | 1010100 | 1010010 |
Color Harmonies of #ACF8AD
Complementary color
Monochromatic Colors of #ACF8AD
Black with #ACF8AD
Text Example
Text Example
White with #ACF8AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF8AD; }
p { color: rgb(172,248,173); }
H1.HeaderClassName
{
color: #ACF8AD;
}
.AnyTagClassName
{
color: #ACF8AD;
}
</style>
background-color css
<style>
a { background-color: #ACF8AD; }
a { background-color: rgb(172,248,173); }
div.DivClassName
{
background-color: #ACF8AD;
}
.BgClassName
{
background-color: #ACF8AD;
}
</style>
border-color css
<style>
span { border-color: #ACF8AD; }
span { border-color: rgb(172,248,173); }
td.TdClassName
{
border-color: #ACF8AD;
}
.TagClassName
{
border-color: #ACF8AD;
}
</style>