Shades of Celadon #ACF0AE
Tints of Celadon #ACF0AE
RGB
CMYK
RGB Variations
Color information
#ACF0AE (or 0xACF0AE) is known color: Celadon. HEX triplet: AC, F0 and AE. RGB value is (172,240,174). Sum of RGB (Red+Green+Blue) = 172+240+174=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 240 (94.14% from 255 or 40.96% from 586); Blue value is 174 (68.36% from 255 or 29.69% from 586); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0AE is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF0AE is #530F51. Grayscale: #D4D4D4. Windows color (decimal): -5443410 or 11464876. OLE color: 11464876.
HSL color Cylindrical-coordinate representation of color #ACF0AE: hue angle of 121.76º degrees, saturation: 0.69, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ACF0AE is Cyan = 0.28, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 174 | - |
| CMYK | 0.28 | 0 | 0.28 | 0.06 |
| HSL | 121.76º | 0.69% | 0.81% | - |
| HSV(B) | 121.76º | 0.28% | 0.94% | - |
| XYZ | 55.81 | 74.15 | 51.41 | - |
| YUV | 212.14 | 106.47 | 99.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 174 | 0.28 | 0 | 0.28 | 0.06 | 121.76 | 0.69 | 0.81 |
| Hex | AC | F0 | AE | 1C | 0 | 1C | 6 | 7A | 45 | 51 |
| Octal | 254 | 360 | 256 | 34 | 0 | 34 | 6 | 172 | 105 | 121 |
| Binary | 10101100 | 11110000 | 10101110 | 11100 | 0 | 11100 | 110 | 1111010 | 1000101 | 1010001 |
Color Harmonies of #ACF0AE
Complementary color
Monochromatic Colors of #ACF0AE
Black with #ACF0AE
Text Example
Text Example
White with #ACF0AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0AE; }
p { color: rgb(172,240,174); }
H1.HeaderClassName
{
color: #ACF0AE;
}
.AnyTagClassName
{
color: #ACF0AE;
}
</style>
background-color css
<style>
a { background-color: #ACF0AE; }
a { background-color: rgb(172,240,174); }
div.DivClassName
{
background-color: #ACF0AE;
}
.BgClassName
{
background-color: #ACF0AE;
}
</style>
border-color css
<style>
span { border-color: #ACF0AE; }
span { border-color: rgb(172,240,174); }
td.TdClassName
{
border-color: #ACF0AE;
}
.TagClassName
{
border-color: #ACF0AE;
}
</style>