Shades of Celadon #ACD7AF
Tints of Celadon #ACD7AF
RGB
CMYK
RGB Variations
Color information
#ACD7AF (or 0xACD7AF) is known color: Celadon. HEX triplet: AC, D7 and AF. RGB value is (172,215,175). Sum of RGB (Red+Green+Blue) = 172+215+175=562 (74% of max value = 765). Red value is 172 (67.58% from 255 or 30.60% from 562); Green value is 215 (84.38% from 255 or 38.26% from 562); Blue value is 175 (68.75% from 255 or 31.14% from 562); Max value from RGB is 215 - color contains mainly: green. Hex color #ACD7AF is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #ACD7AF is #532850. Grayscale: #C5C5C5. Windows color (decimal): -5449809 or 11524012. OLE color: 11524012.
HSL color Cylindrical-coordinate representation of color #ACD7AF: hue angle of 124.19º degrees, saturation: 0.35, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ACD7AF is Cyan = 0.2, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 172 | 215 | 175 | - |
| CMYK | 0.2 | 0 | 0.19 | 0.16 |
| HSL | 124.19º | 0.35% | 0.76% | - |
| HSV(B) | 124.19º | 0.2% | 0.84% | - |
| XYZ | 49.05 | 60.47 | 49.64 | - |
| YUV | 197.58 | 115.25 | 109.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 215 | 175 | 0.2 | 0 | 0.19 | 0.16 | 124.19 | 0.35 | 0.76 |
| Hex | AC | D7 | AF | 14 | 0 | 13 | 10 | 7C | 23 | 4C |
| Octal | 254 | 327 | 257 | 24 | 0 | 23 | 20 | 174 | 43 | 114 |
| Binary | 10101100 | 11010111 | 10101111 | 10100 | 0 | 10011 | 10000 | 1111100 | 100011 | 1001100 |
Color Harmonies of #ACD7AF
Complementary color
Monochromatic Colors of #ACD7AF
Black with #ACD7AF
Text Example
Text Example
White with #ACD7AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACD7AF; }
p { color: rgb(172,215,175); }
H1.HeaderClassName
{
color: #ACD7AF;
}
.AnyTagClassName
{
color: #ACD7AF;
}
</style>
background-color css
<style>
a { background-color: #ACD7AF; }
a { background-color: rgb(172,215,175); }
div.DivClassName
{
background-color: #ACD7AF;
}
.BgClassName
{
background-color: #ACD7AF;
}
</style>
border-color css
<style>
span { border-color: #ACD7AF; }
span { border-color: rgb(172,215,175); }
td.TdClassName
{
border-color: #ACD7AF;
}
.TagClassName
{
border-color: #ACD7AF;
}
</style>