Shades of Celadon #ACF6AF
Tints of Celadon #ACF6AF
RGB
CMYK
RGB Variations
Color information
#ACF6AF (or 0xACF6AF) is known color: Celadon. HEX triplet: AC, F6 and AF. RGB value is (172,246,175). Sum of RGB (Red+Green+Blue) = 172+246+175=593 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.01% from 593); Green value is 246 (96.48% from 255 or 41.48% from 593); Blue value is 175 (68.75% from 255 or 29.51% from 593); Max value from RGB is 246 - color contains mainly: green. Hex color #ACF6AF is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF6AF is #530950. Grayscale: #D7D7D7. Windows color (decimal): -5441873 or 11531948. OLE color: 11531948.
HSL color Cylindrical-coordinate representation of color #ACF6AF: hue angle of 122.43º degrees, saturation: 0.8, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF6AF is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 246 | 175 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.04 |
| HSL | 122.43º | 0.8% | 0.82% | - |
| HSV(B) | 122.43º | 0.3% | 0.96% | - |
| XYZ | 57.71 | 77.78 | 52.53 | - |
| YUV | 215.78 | 104.98 | 96.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 246 | 175 | 0.30 | 0 | 0.29 | 0.04 | 122.43 | 0.8 | 0.82 |
| Hex | AC | F6 | AF | 1E | 0 | 1D | 4 | 7A | 50 | 52 |
| Octal | 254 | 366 | 257 | 36 | 0 | 35 | 4 | 172 | 120 | 122 |
| Binary | 10101100 | 11110110 | 10101111 | 11110 | 0 | 11101 | 100 | 1111010 | 1010000 | 1010010 |
Color Harmonies of #ACF6AF
Complementary color
Monochromatic Colors of #ACF6AF
Black with #ACF6AF
Text Example
Text Example
White with #ACF6AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF6AF; }
p { color: rgb(172,246,175); }
H1.HeaderClassName
{
color: #ACF6AF;
}
.AnyTagClassName
{
color: #ACF6AF;
}
</style>
background-color css
<style>
a { background-color: #ACF6AF; }
a { background-color: rgb(172,246,175); }
div.DivClassName
{
background-color: #ACF6AF;
}
.BgClassName
{
background-color: #ACF6AF;
}
</style>
border-color css
<style>
span { border-color: #ACF6AF; }
span { border-color: rgb(172,246,175); }
td.TdClassName
{
border-color: #ACF6AF;
}
.TagClassName
{
border-color: #ACF6AF;
}
</style>