Shades of Celadon #ACFCAF
Tints of Celadon #ACFCAF
RGB
CMYK
RGB Variations
Color information
#ACFCAF (or 0xACFCAF) is known color: Celadon. HEX triplet: AC, FC and AF. RGB value is (172,252,175). Sum of RGB (Red+Green+Blue) = 172+252+175=599 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.71% from 599); Green value is 252 (98.83% from 255 or 42.07% from 599); Blue value is 175 (68.75% from 255 or 29.22% from 599); Max value from RGB is 252 - color contains mainly: green. Hex color #ACFCAF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACFCAF is #530350. Grayscale: #DBDBDB. Windows color (decimal): -5440337 or 11533484. OLE color: 11533484.
HSL color Cylindrical-coordinate representation of color #ACFCAF: hue angle of 122.25º 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 #ACFCAF is Cyan = 0.32, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 252 | 175 | - |
| CMYK | 0.32 | 0 | 0.31 | 0.01 |
| HSL | 122.25º | 0.93% | 0.83% | - |
| HSV(B) | 122.25º | 0.32% | 0.99% | - |
| XYZ | 59.56 | 81.49 | 53.15 | - |
| YUV | 219.3 | 103 | 94.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 252 | 175 | 0.32 | 0 | 0.31 | 0.01 | 122.25 | 0.93 | 0.83 |
| Hex | AC | FC | AF | 20 | 0 | 1F | 1 | 7A | 5D | 53 |
| Octal | 254 | 374 | 257 | 40 | 0 | 37 | 1 | 172 | 135 | 123 |
| Binary | 10101100 | 11111100 | 10101111 | 100000 | 0 | 11111 | 1 | 1111010 | 1011101 | 1010011 |
Color Harmonies of #ACFCAF
Complementary color
Monochromatic Colors of #ACFCAF
Black with #ACFCAF
Text Example
Text Example
White with #ACFCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFCAF; }
p { color: rgb(172,252,175); }
H1.HeaderClassName
{
color: #ACFCAF;
}
.AnyTagClassName
{
color: #ACFCAF;
}
</style>
background-color css
<style>
a { background-color: #ACFCAF; }
a { background-color: rgb(172,252,175); }
div.DivClassName
{
background-color: #ACFCAF;
}
.BgClassName
{
background-color: #ACFCAF;
}
</style>
border-color css
<style>
span { border-color: #ACFCAF; }
span { border-color: rgb(172,252,175); }
td.TdClassName
{
border-color: #ACFCAF;
}
.TagClassName
{
border-color: #ACFCAF;
}
</style>