Shades of Celadon #ACF2AC
Tints of Celadon #ACF2AC
RGB
CMYK
RGB Variations
Color information
#ACF2AC (or 0xACF2AC) is known color: Celadon. HEX triplet: AC, F2 and AC. RGB value is (172,242,172). Sum of RGB (Red+Green+Blue) = 172+242+172=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 172 (67.58% from 255 or 29.35% from 586); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2AC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF2AC is #530D53. Grayscale: #D5D5D5. Windows color (decimal): -5442900 or 11334316. OLE color: 11334316.
HSL color Cylindrical-coordinate representation of color #ACF2AC: hue angle of 120º degrees, saturation: 0.73, 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 #ACF2AC is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 172 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.05 |
| HSL | 120º | 0.73% | 0.81% | - |
| HSV(B) | 120º | 0.29% | 0.95% | - |
| XYZ | 56.21 | 75.25 | 50.59 | - |
| YUV | 213.09 | 104.81 | 98.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 172 | 0.29 | 0 | 0.29 | 0.05 | 120 | 0.73 | 0.81 |
| Hex | AC | F2 | AC | 1D | 0 | 1D | 5 | 78 | 49 | 51 |
| Octal | 254 | 362 | 254 | 35 | 0 | 35 | 5 | 170 | 111 | 121 |
| Binary | 10101100 | 11110010 | 10101100 | 11101 | 0 | 11101 | 101 | 1111000 | 1001001 | 1010001 |
Color Harmonies of #ACF2AC
Complementary color
Monochromatic Colors of #ACF2AC
Black with #ACF2AC
Text Example
Text Example
White with #ACF2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2AC; }
p { color: rgb(172,242,172); }
H1.HeaderClassName
{
color: #ACF2AC;
}
.AnyTagClassName
{
color: #ACF2AC;
}
</style>
background-color css
<style>
a { background-color: #ACF2AC; }
a { background-color: rgb(172,242,172); }
div.DivClassName
{
background-color: #ACF2AC;
}
.BgClassName
{
background-color: #ACF2AC;
}
</style>
border-color css
<style>
span { border-color: #ACF2AC; }
span { border-color: rgb(172,242,172); }
td.TdClassName
{
border-color: #ACF2AC;
}
.TagClassName
{
border-color: #ACF2AC;
}
</style>