Shades of Celadon #ACF3AD
Tints of Celadon #ACF3AD
RGB
CMYK
RGB Variations
Color information
#ACF3AD (or 0xACF3AD) is known color: Celadon. HEX triplet: AC, F3 and AD. RGB value is (172,243,173). Sum of RGB (Red+Green+Blue) = 172+243+173=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 173 (67.97% from 255 or 29.42% from 588); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF3AD is #530C52. Grayscale: #D6D6D6. Windows color (decimal): -5442643 or 11400108. OLE color: 11400108.
HSL color Cylindrical-coordinate representation of color #ACF3AD: hue angle of 120.85º degrees, saturation: 0.75, 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 #ACF3AD is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 173 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.05 |
| HSL | 120.85º | 0.75% | 0.81% | - |
| HSV(B) | 120.85º | 0.29% | 0.95% | - |
| XYZ | 56.61 | 75.89 | 51.2 | - |
| YUV | 213.79 | 104.98 | 98.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 173 | 0.29 | 0 | 0.29 | 0.05 | 120.85 | 0.75 | 0.81 |
| Hex | AC | F3 | AD | 1D | 0 | 1D | 5 | 79 | 4B | 51 |
| Octal | 254 | 363 | 255 | 35 | 0 | 35 | 5 | 171 | 113 | 121 |
| Binary | 10101100 | 11110011 | 10101101 | 11101 | 0 | 11101 | 101 | 1111001 | 1001011 | 1010001 |
Color Harmonies of #ACF3AD
Complementary color
Monochromatic Colors of #ACF3AD
Black with #ACF3AD
Text Example
Text Example
White with #ACF3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3AD; }
p { color: rgb(172,243,173); }
H1.HeaderClassName
{
color: #ACF3AD;
}
.AnyTagClassName
{
color: #ACF3AD;
}
</style>
background-color css
<style>
a { background-color: #ACF3AD; }
a { background-color: rgb(172,243,173); }
div.DivClassName
{
background-color: #ACF3AD;
}
.BgClassName
{
background-color: #ACF3AD;
}
</style>
border-color css
<style>
span { border-color: #ACF3AD; }
span { border-color: rgb(172,243,173); }
td.TdClassName
{
border-color: #ACF3AD;
}
.TagClassName
{
border-color: #ACF3AD;
}
</style>