Shades of Celadon #ACF6AC
Tints of Celadon #ACF6AC
RGB
CMYK
RGB Variations
Color information
#ACF6AC (or 0xACF6AC) is known color: Celadon. HEX triplet: AC, F6 and AC. RGB value is (172,246,172). Sum of RGB (Red+Green+Blue) = 172+246+172=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 246 (96.48% from 255 or 41.69% from 590); Blue value is 172 (67.58% from 255 or 29.15% from 590); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF6AC is #530953. Grayscale: #D7D7D7. Windows color (decimal): -5441876 or 11335340. OLE color: 11335340.
HSL color Cylindrical-coordinate representation of color #ACF6AC: hue angle of 120º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF6AC is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 172 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.04 |
| HSL | 120º | 0.8% | 0.82% | - |
| HSV(B) | 120º | 0.3% | 0.96% | - |
| XYZ | 57.42 | 77.66 | 50.99 | - |
| YUV | 215.44 | 103.48 | 97.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 172 | 0.30 | 0 | 0.30 | 0.04 | 120 | 0.8 | 0.82 |
| Hex | AC | F6 | AC | 1E | 0 | 1E | 4 | 78 | 50 | 52 |
| Octal | 254 | 366 | 254 | 36 | 0 | 36 | 4 | 170 | 120 | 122 |
| Binary | 10101100 | 11110110 | 10101100 | 11110 | 0 | 11110 | 100 | 1111000 | 1010000 | 1010010 |
Color Harmonies of #ACF6AC
Complementary color
Monochromatic Colors of #ACF6AC
Black with #ACF6AC
Text Example
Text Example
White with #ACF6AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF6AC; }
p { color: rgb(172,246,172); }
H1.HeaderClassName
{
color: #ACF6AC;
}
.AnyTagClassName
{
color: #ACF6AC;
}
</style>
background-color css
<style>
a { background-color: #ACF6AC; }
a { background-color: rgb(172,246,172); }
div.DivClassName
{
background-color: #ACF6AC;
}
.BgClassName
{
background-color: #ACF6AC;
}
</style>
border-color css
<style>
span { border-color: #ACF6AC; }
span { border-color: rgb(172,246,172); }
td.TdClassName
{
border-color: #ACF6AC;
}
.TagClassName
{
border-color: #ACF6AC;
}
</style>