Shades of Celadon #ACF5AA
Tints of Celadon #ACF5AA
RGB
CMYK
RGB Variations
Color information
#ACF5AA (or 0xACF5AA) is known color: Celadon. HEX triplet: AC, F5 and AA. RGB value is (172,245,170). Sum of RGB (Red+Green+Blue) = 172+245+170=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 245 (96.09% from 255 or 41.74% from 587); Blue value is 170 (66.80% from 255 or 28.96% from 587); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF5AA is #530A55. Grayscale: #D6D6D6. Windows color (decimal): -5442134 or 11204012. OLE color: 11204012.
HSL color Cylindrical-coordinate representation of color #ACF5AA: hue angle of 118.4º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF5AA is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 170 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.04 |
| HSL | 118.4º | 0.79% | 0.81% | - |
| HSV(B) | 118.4º | 0.31% | 0.96% | - |
| XYZ | 56.92 | 76.98 | 49.89 | - |
| YUV | 214.62 | 102.82 | 97.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 170 | 0.30 | 0 | 0.31 | 0.04 | 118.4 | 0.79 | 0.81 |
| Hex | AC | F5 | AA | 1E | 0 | 1F | 4 | 76 | 4F | 51 |
| Octal | 254 | 365 | 252 | 36 | 0 | 37 | 4 | 166 | 117 | 121 |
| Binary | 10101100 | 11110101 | 10101010 | 11110 | 0 | 11111 | 100 | 1110110 | 1001111 | 1010001 |
Color Harmonies of #ACF5AA
Complementary color
Monochromatic Colors of #ACF5AA
Black with #ACF5AA
Text Example
Text Example
White with #ACF5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF5AA; }
p { color: rgb(172,245,170); }
H1.HeaderClassName
{
color: #ACF5AA;
}
.AnyTagClassName
{
color: #ACF5AA;
}
</style>
background-color css
<style>
a { background-color: #ACF5AA; }
a { background-color: rgb(172,245,170); }
div.DivClassName
{
background-color: #ACF5AA;
}
.BgClassName
{
background-color: #ACF5AA;
}
</style>
border-color css
<style>
span { border-color: #ACF5AA; }
span { border-color: rgb(172,245,170); }
td.TdClassName
{
border-color: #ACF5AA;
}
.TagClassName
{
border-color: #ACF5AA;
}
</style>