Shades of Celadon #ACF0AA
Tints of Celadon #ACF0AA
RGB
CMYK
RGB Variations
Color information
#ACF0AA (or 0xACF0AA) is known color: Celadon. HEX triplet: AC, F0 and AA. RGB value is (172,240,170). Sum of RGB (Red+Green+Blue) = 172+240+170=582 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.55% from 582); Green value is 240 (94.14% from 255 or 41.24% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 240 - color contains mainly: green. Hex color #ACF0AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF0AA is #530F55. Grayscale: #D3D3D3. Windows color (decimal): -5443414 or 11202732. OLE color: 11202732.
HSL color Cylindrical-coordinate representation of color #ACF0AA: hue angle of 118.29º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF0AA is Cyan = 0.28, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 172 | 240 | 170 | - |
| CMYK | 0.28 | 0 | 0.29 | 0.06 |
| HSL | 118.29º | 0.7% | 0.8% | - |
| HSV(B) | 118.29º | 0.29% | 0.94% | - |
| XYZ | 55.43 | 73.99 | 49.39 | - |
| YUV | 211.69 | 104.47 | 99.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 240 | 170 | 0.28 | 0 | 0.29 | 0.06 | 118.29 | 0.7 | 0.8 |
| Hex | AC | F0 | AA | 1C | 0 | 1D | 6 | 76 | 46 | 50 |
| Octal | 254 | 360 | 252 | 34 | 0 | 35 | 6 | 166 | 106 | 120 |
| Binary | 10101100 | 11110000 | 10101010 | 11100 | 0 | 11101 | 110 | 1110110 | 1000110 | 1010000 |
Color Harmonies of #ACF0AA
Complementary color
Monochromatic Colors of #ACF0AA
Black with #ACF0AA
Text Example
Text Example
White with #ACF0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF0AA; }
p { color: rgb(172,240,170); }
H1.HeaderClassName
{
color: #ACF0AA;
}
.AnyTagClassName
{
color: #ACF0AA;
}
</style>
background-color css
<style>
a { background-color: #ACF0AA; }
a { background-color: rgb(172,240,170); }
div.DivClassName
{
background-color: #ACF0AA;
}
.BgClassName
{
background-color: #ACF0AA;
}
</style>
border-color css
<style>
span { border-color: #ACF0AA; }
span { border-color: rgb(172,240,170); }
td.TdClassName
{
border-color: #ACF0AA;
}
.TagClassName
{
border-color: #ACF0AA;
}
</style>