Shades of Celadon #ACF1AA
Tints of Celadon #ACF1AA
RGB
CMYK
RGB Variations
Color information
#ACF1AA (or 0xACF1AA) is known color: Celadon. HEX triplet: AC, F1 and AA. RGB value is (172,241,170). Sum of RGB (Red+Green+Blue) = 172+241+170=583 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.50% from 583); Green value is 241 (94.53% from 255 or 41.34% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF1AA is #530E55. Grayscale: #D4D4D4. Windows color (decimal): -5443158 or 11202988. OLE color: 11202988.
HSL color Cylindrical-coordinate representation of color #ACF1AA: hue angle of 118.31º degrees, saturation: 0.72, 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 #ACF1AA is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 170 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.05 |
| HSL | 118.31º | 0.72% | 0.81% | - |
| HSV(B) | 118.31º | 0.29% | 0.95% | - |
| XYZ | 55.72 | 74.58 | 49.49 | - |
| YUV | 212.28 | 104.14 | 99.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 170 | 0.29 | 0 | 0.29 | 0.05 | 118.31 | 0.72 | 0.81 |
| Hex | AC | F1 | AA | 1D | 0 | 1D | 5 | 76 | 48 | 51 |
| Octal | 254 | 361 | 252 | 35 | 0 | 35 | 5 | 166 | 110 | 121 |
| Binary | 10101100 | 11110001 | 10101010 | 11101 | 0 | 11101 | 101 | 1110110 | 1001000 | 1010001 |
Color Harmonies of #ACF1AA
Complementary color
Monochromatic Colors of #ACF1AA
Black with #ACF1AA
Text Example
Text Example
White with #ACF1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1AA; }
p { color: rgb(172,241,170); }
H1.HeaderClassName
{
color: #ACF1AA;
}
.AnyTagClassName
{
color: #ACF1AA;
}
</style>
background-color css
<style>
a { background-color: #ACF1AA; }
a { background-color: rgb(172,241,170); }
div.DivClassName
{
background-color: #ACF1AA;
}
.BgClassName
{
background-color: #ACF1AA;
}
</style>
border-color css
<style>
span { border-color: #ACF1AA; }
span { border-color: rgb(172,241,170); }
td.TdClassName
{
border-color: #ACF1AA;
}
.TagClassName
{
border-color: #ACF1AA;
}
</style>