Shades of Celadon #ACFCAC
Tints of Celadon #ACFCAC
RGB
CMYK
RGB Variations
Color information
#ACFCAC (or 0xACFCAC) is known color: Celadon. HEX triplet: AC, FC and AC. RGB value is (172,252,172). Sum of RGB (Red+Green+Blue) = 172+252+172=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 252 (98.83% from 255 or 42.28% from 596); Blue value is 172 (67.58% from 255 or 28.86% from 596); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCAC is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFCAC is #530353. Grayscale: #DBDBDB. Windows color (decimal): -5440340 or 11336876. OLE color: 11336876.
HSL color Cylindrical-coordinate representation of color #ACFCAC: hue angle of 120º degrees, saturation: 0.93, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFCAC is Cyan = 0.32, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 172 | - |
| CMYK | 0.32 | 0 | 0.32 | 0.01 |
| HSL | 120º | 0.93% | 0.83% | - |
| HSV(B) | 120º | 0.32% | 0.99% | - |
| XYZ | 59.27 | 81.37 | 51.61 | - |
| YUV | 218.96 | 101.5 | 94.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 172 | 0.32 | 0 | 0.32 | 0.01 | 120 | 0.93 | 0.83 |
| Hex | AC | FC | AC | 20 | 0 | 20 | 1 | 78 | 5D | 53 |
| Octal | 254 | 374 | 254 | 40 | 0 | 40 | 1 | 170 | 135 | 123 |
| Binary | 10101100 | 11111100 | 10101100 | 100000 | 0 | 100000 | 1 | 1111000 | 1011101 | 1010011 |
Color Harmonies of #ACFCAC
Complementary color
Monochromatic Colors of #ACFCAC
Black with #ACFCAC
Text Example
Text Example
White with #ACFCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFCAC; }
p { color: rgb(172,252,172); }
H1.HeaderClassName
{
color: #ACFCAC;
}
.AnyTagClassName
{
color: #ACFCAC;
}
</style>
background-color css
<style>
a { background-color: #ACFCAC; }
a { background-color: rgb(172,252,172); }
div.DivClassName
{
background-color: #ACFCAC;
}
.BgClassName
{
background-color: #ACFCAC;
}
</style>
border-color css
<style>
span { border-color: #ACFCAC; }
span { border-color: rgb(172,252,172); }
td.TdClassName
{
border-color: #ACFCAC;
}
.TagClassName
{
border-color: #ACFCAC;
}
</style>