Shades of Celadon #ACF5AC
Tints of Celadon #ACF5AC
RGB
CMYK
RGB Variations
Color information
#ACF5AC (or 0xACF5AC) is known color: Celadon. HEX triplet: AC, F5 and AC. RGB value is (172,245,172). Sum of RGB (Red+Green+Blue) = 172+245+172=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 245 (96.09% from 255 or 41.60% from 589); Blue value is 172 (67.58% from 255 or 29.20% from 589); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF5AC is #530A53. Grayscale: #D7D7D7. Windows color (decimal): -5442132 or 11335084. OLE color: 11335084.
HSL color Cylindrical-coordinate representation of color #ACF5AC: hue angle of 120º degrees, saturation: 0.78, 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 #ACF5AC is Cyan = 0.30, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 172 | - |
| CMYK | 0.30 | 0 | 0.30 | 0.04 |
| HSL | 120º | 0.78% | 0.82% | - |
| HSV(B) | 120º | 0.3% | 0.96% | - |
| XYZ | 57.11 | 77.05 | 50.89 | - |
| YUV | 214.85 | 103.82 | 97.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 172 | 0.30 | 0 | 0.30 | 0.04 | 120 | 0.78 | 0.82 |
| Hex | AC | F5 | AC | 1E | 0 | 1E | 4 | 78 | 4E | 52 |
| Octal | 254 | 365 | 254 | 36 | 0 | 36 | 4 | 170 | 116 | 122 |
| Binary | 10101100 | 11110101 | 10101100 | 11110 | 0 | 11110 | 100 | 1111000 | 1001110 | 1010010 |
Color Harmonies of #ACF5AC
Complementary color
Monochromatic Colors of #ACF5AC
Black with #ACF5AC
Text Example
Text Example
White with #ACF5AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF5AC; }
p { color: rgb(172,245,172); }
H1.HeaderClassName
{
color: #ACF5AC;
}
.AnyTagClassName
{
color: #ACF5AC;
}
</style>
background-color css
<style>
a { background-color: #ACF5AC; }
a { background-color: rgb(172,245,172); }
div.DivClassName
{
background-color: #ACF5AC;
}
.BgClassName
{
background-color: #ACF5AC;
}
</style>
border-color css
<style>
span { border-color: #ACF5AC; }
span { border-color: rgb(172,245,172); }
td.TdClassName
{
border-color: #ACF5AC;
}
.TagClassName
{
border-color: #ACF5AC;
}
</style>