Shades of Celadon #ACF1AD
Tints of Celadon #ACF1AD
RGB
CMYK
RGB Variations
Color information
#ACF1AD (or 0xACF1AD) is known color: Celadon. HEX triplet: AC, F1 and AD. RGB value is (172,241,173). Sum of RGB (Red+Green+Blue) = 172+241+173=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 241 (94.53% from 255 or 41.13% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF1AD is #530E52. Grayscale: #D4D4D4. Windows color (decimal): -5443155 or 11399596. OLE color: 11399596.
HSL color Cylindrical-coordinate representation of color #ACF1AD: hue angle of 120.87º 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 #ACF1AD is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 173 | - |
| CMYK | 0.29 | 0 | 0.28 | 0.05 |
| HSL | 120.87º | 0.71% | 0.81% | - |
| HSV(B) | 120.87º | 0.29% | 0.95% | - |
| XYZ | 56.01 | 74.7 | 51 | - |
| YUV | 212.62 | 105.64 | 99.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 173 | 0.29 | 0 | 0.28 | 0.05 | 120.87 | 0.71 | 0.81 |
| Hex | AC | F1 | AD | 1D | 0 | 1C | 5 | 79 | 47 | 51 |
| Octal | 254 | 361 | 255 | 35 | 0 | 34 | 5 | 171 | 107 | 121 |
| Binary | 10101100 | 11110001 | 10101101 | 11101 | 0 | 11100 | 101 | 1111001 | 1000111 | 1010001 |
Color Harmonies of #ACF1AD
Complementary color
Monochromatic Colors of #ACF1AD
Black with #ACF1AD
Text Example
Text Example
White with #ACF1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1AD; }
p { color: rgb(172,241,173); }
H1.HeaderClassName
{
color: #ACF1AD;
}
.AnyTagClassName
{
color: #ACF1AD;
}
</style>
background-color css
<style>
a { background-color: #ACF1AD; }
a { background-color: rgb(172,241,173); }
div.DivClassName
{
background-color: #ACF1AD;
}
.BgClassName
{
background-color: #ACF1AD;
}
</style>
border-color css
<style>
span { border-color: #ACF1AD; }
span { border-color: rgb(172,241,173); }
td.TdClassName
{
border-color: #ACF1AD;
}
.TagClassName
{
border-color: #ACF1AD;
}
</style>