Shades of Celadon #ACF6AA
Tints of Celadon #ACF6AA
RGB
CMYK
RGB Variations
Color information
#ACF6AA (or 0xACF6AA) is known color: Celadon. HEX triplet: AC, F6 and AA. RGB value is (172,246,170). Sum of RGB (Red+Green+Blue) = 172+246+170=588 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.25% from 588); Green value is 246 (96.48% from 255 or 41.84% from 588); Blue value is 170 (66.80% from 255 or 28.91% from 588); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF6AA is #530955. Grayscale: #D7D7D7. Windows color (decimal): -5441878 or 11204268. OLE color: 11204268.
HSL color Cylindrical-coordinate representation of color #ACF6AA: hue angle of 118.42º degrees, saturation: 0.81, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF6AA is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 170 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.04 |
| HSL | 118.42º | 0.81% | 0.82% | - |
| HSV(B) | 118.42º | 0.31% | 0.96% | - |
| XYZ | 57.22 | 77.58 | 49.99 | - |
| YUV | 215.21 | 102.48 | 97.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 170 | 0.30 | 0 | 0.31 | 0.04 | 118.42 | 0.81 | 0.82 |
| Hex | AC | F6 | AA | 1E | 0 | 1F | 4 | 76 | 51 | 52 |
| Octal | 254 | 366 | 252 | 36 | 0 | 37 | 4 | 166 | 121 | 122 |
| Binary | 10101100 | 11110110 | 10101010 | 11110 | 0 | 11111 | 100 | 1110110 | 1010001 | 1010010 |
Color Harmonies of #ACF6AA
Complementary color
Monochromatic Colors of #ACF6AA
Black with #ACF6AA
Text Example
Text Example
White with #ACF6AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF6AA; }
p { color: rgb(172,246,170); }
H1.HeaderClassName
{
color: #ACF6AA;
}
.AnyTagClassName
{
color: #ACF6AA;
}
</style>
background-color css
<style>
a { background-color: #ACF6AA; }
a { background-color: rgb(172,246,170); }
div.DivClassName
{
background-color: #ACF6AA;
}
.BgClassName
{
background-color: #ACF6AA;
}
</style>
border-color css
<style>
span { border-color: #ACF6AA; }
span { border-color: rgb(172,246,170); }
td.TdClassName
{
border-color: #ACF6AA;
}
.TagClassName
{
border-color: #ACF6AA;
}
</style>