Shades of Celadon #ACF8AF
Tints of Celadon #ACF8AF
RGB
CMYK
RGB Variations
Color information
#ACF8AF (or 0xACF8AF) is known color: Celadon. HEX triplet: AC, F8 and AF. RGB value is (172,248,175). Sum of RGB (Red+Green+Blue) = 172+248+175=595 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.91% from 595); Green value is 248 (97.27% from 255 or 41.68% from 595); Blue value is 175 (68.75% from 255 or 29.41% from 595); Max value from RGB is 248 - color contains mainly: green. Hex color #ACF8AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF8AF is #530750. Grayscale: #D9D9D9. Windows color (decimal): -5441361 or 11532460. OLE color: 11532460.
HSL color Cylindrical-coordinate representation of color #ACF8AF: hue angle of 122.37º 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 #ACF8AF is Cyan = 0.31, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 248 | 175 | - |
| CMYK | 0.31 | 0 | 0.29 | 0.03 |
| HSL | 122.37º | 0.84% | 0.82% | - |
| HSV(B) | 122.37º | 0.31% | 0.97% | - |
| XYZ | 58.32 | 79 | 52.73 | - |
| YUV | 216.95 | 104.32 | 95.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 248 | 175 | 0.31 | 0 | 0.29 | 0.03 | 122.37 | 0.84 | 0.82 |
| Hex | AC | F8 | AF | 1F | 0 | 1D | 3 | 7A | 54 | 52 |
| Octal | 254 | 370 | 257 | 37 | 0 | 35 | 3 | 172 | 124 | 122 |
| Binary | 10101100 | 11111000 | 10101111 | 11111 | 0 | 11101 | 11 | 1111010 | 1010100 | 1010010 |
Color Harmonies of #ACF8AF
Complementary color
Monochromatic Colors of #ACF8AF
Black with #ACF8AF
Text Example
Text Example
White with #ACF8AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF8AF; }
p { color: rgb(172,248,175); }
H1.HeaderClassName
{
color: #ACF8AF;
}
.AnyTagClassName
{
color: #ACF8AF;
}
</style>
background-color css
<style>
a { background-color: #ACF8AF; }
a { background-color: rgb(172,248,175); }
div.DivClassName
{
background-color: #ACF8AF;
}
.BgClassName
{
background-color: #ACF8AF;
}
</style>
border-color css
<style>
span { border-color: #ACF8AF; }
span { border-color: rgb(172,248,175); }
td.TdClassName
{
border-color: #ACF8AF;
}
.TagClassName
{
border-color: #ACF8AF;
}
</style>