Shades of Celadon #ACF1AC
Tints of Celadon #ACF1AC
RGB
CMYK
RGB Variations
Color information
#ACF1AC (or 0xACF1AC) is known color: Celadon. HEX triplet: AC, F1 and AC. RGB value is (172,241,172). Sum of RGB (Red+Green+Blue) = 172+241+172=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 241 (94.53% from 255 or 41.20% from 585); Blue value is 172 (67.58% from 255 or 29.40% from 585); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF1AC is #530E53. Grayscale: #D4D4D4. Windows color (decimal): -5443156 or 11334060. OLE color: 11334060.
HSL color Cylindrical-coordinate representation of color #ACF1AC: hue angle of 120º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF1AC is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 172 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.05 |
| HSL | 120º | 0.71% | 0.81% | - |
| HSV(B) | 120º | 0.29% | 0.95% | - |
| XYZ | 55.91 | 74.66 | 50.49 | - |
| YUV | 212.5 | 105.14 | 99.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 172 | 0.29 | 0 | 0.29 | 0.05 | 120 | 0.71 | 0.81 |
| Hex | AC | F1 | AC | 1D | 0 | 1D | 5 | 78 | 47 | 51 |
| Octal | 254 | 361 | 254 | 35 | 0 | 35 | 5 | 170 | 107 | 121 |
| Binary | 10101100 | 11110001 | 10101100 | 11101 | 0 | 11101 | 101 | 1111000 | 1000111 | 1010001 |
Color Harmonies of #ACF1AC
Complementary color
Monochromatic Colors of #ACF1AC
Black with #ACF1AC
Text Example
Text Example
White with #ACF1AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1AC; }
p { color: rgb(172,241,172); }
H1.HeaderClassName
{
color: #ACF1AC;
}
.AnyTagClassName
{
color: #ACF1AC;
}
</style>
background-color css
<style>
a { background-color: #ACF1AC; }
a { background-color: rgb(172,241,172); }
div.DivClassName
{
background-color: #ACF1AC;
}
.BgClassName
{
background-color: #ACF1AC;
}
</style>
border-color css
<style>
span { border-color: #ACF1AC; }
span { border-color: rgb(172,241,172); }
td.TdClassName
{
border-color: #ACF1AC;
}
.TagClassName
{
border-color: #ACF1AC;
}
</style>