Shades of Celadon #ACF3A9
Tints of Celadon #ACF3A9
RGB
CMYK
RGB Variations
Color information
#ACF3A9 (or 0xACF3A9) is known color: Celadon. HEX triplet: AC, F3 and A9. RGB value is (172,243,169). Sum of RGB (Red+Green+Blue) = 172+243+169=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 243 (95.31% from 255 or 41.61% from 584); Blue value is 169 (66.41% from 255 or 28.94% from 584); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3A9 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF3A9 is #530C56. Grayscale: #D5D5D5. Windows color (decimal): -5442647 or 11137964. OLE color: 11137964.
HSL color Cylindrical-coordinate representation of color #ACF3A9: hue angle of 117.57º degrees, saturation: 0.76, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF3A9 is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 169 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.05 |
| HSL | 117.57º | 0.76% | 0.81% | - |
| HSV(B) | 117.57º | 0.3% | 0.95% | - |
| XYZ | 56.23 | 75.74 | 49.19 | - |
| YUV | 213.34 | 102.98 | 98.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 169 | 0.29 | 0 | 0.30 | 0.05 | 117.57 | 0.76 | 0.81 |
| Hex | AC | F3 | A9 | 1D | 0 | 1E | 5 | 76 | 4C | 51 |
| Octal | 254 | 363 | 251 | 35 | 0 | 36 | 5 | 166 | 114 | 121 |
| Binary | 10101100 | 11110011 | 10101001 | 11101 | 0 | 11110 | 101 | 1110110 | 1001100 | 1010001 |
Color Harmonies of #ACF3A9
Complementary color
Monochromatic Colors of #ACF3A9
Black with #ACF3A9
Text Example
Text Example
White with #ACF3A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3A9; }
p { color: rgb(172,243,169); }
H1.HeaderClassName
{
color: #ACF3A9;
}
.AnyTagClassName
{
color: #ACF3A9;
}
</style>
background-color css
<style>
a { background-color: #ACF3A9; }
a { background-color: rgb(172,243,169); }
div.DivClassName
{
background-color: #ACF3A9;
}
.BgClassName
{
background-color: #ACF3A9;
}
</style>
border-color css
<style>
span { border-color: #ACF3A9; }
span { border-color: rgb(172,243,169); }
td.TdClassName
{
border-color: #ACF3A9;
}
.TagClassName
{
border-color: #ACF3A9;
}
</style>