Shades of Celadon #ACF5AD
Tints of Celadon #ACF5AD
RGB
CMYK
RGB Variations
Color information
#ACF5AD (or 0xACF5AD) is known color: Celadon. HEX triplet: AC, F5 and AD. RGB value is (172,245,173). Sum of RGB (Red+Green+Blue) = 172+245+173=590 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.15% from 590); Green value is 245 (96.09% from 255 or 41.53% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5AD is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF5AD is #530A52. Grayscale: #D7D7D7. Windows color (decimal): -5442131 or 11400620. OLE color: 11400620.
HSL color Cylindrical-coordinate representation of color #ACF5AD: hue angle of 120.82º degrees, saturation: 0.78, 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 #ACF5AD is Cyan = 0.30, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 173 | - |
| CMYK | 0.30 | 0 | 0.29 | 0.04 |
| HSL | 120.82º | 0.78% | 0.82% | - |
| HSV(B) | 120.82º | 0.3% | 0.96% | - |
| XYZ | 57.21 | 77.09 | 51.4 | - |
| YUV | 214.97 | 104.32 | 97.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 173 | 0.30 | 0 | 0.29 | 0.04 | 120.82 | 0.78 | 0.82 |
| Hex | AC | F5 | AD | 1E | 0 | 1D | 4 | 79 | 4E | 52 |
| Octal | 254 | 365 | 255 | 36 | 0 | 35 | 4 | 171 | 116 | 122 |
| Binary | 10101100 | 11110101 | 10101101 | 11110 | 0 | 11101 | 100 | 1111001 | 1001110 | 1010010 |
Color Harmonies of #ACF5AD
Complementary color
Monochromatic Colors of #ACF5AD
Black with #ACF5AD
Text Example
Text Example
White with #ACF5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF5AD; }
p { color: rgb(172,245,173); }
H1.HeaderClassName
{
color: #ACF5AD;
}
.AnyTagClassName
{
color: #ACF5AD;
}
</style>
background-color css
<style>
a { background-color: #ACF5AD; }
a { background-color: rgb(172,245,173); }
div.DivClassName
{
background-color: #ACF5AD;
}
.BgClassName
{
background-color: #ACF5AD;
}
</style>
border-color css
<style>
span { border-color: #ACF5AD; }
span { border-color: rgb(172,245,173); }
td.TdClassName
{
border-color: #ACF5AD;
}
.TagClassName
{
border-color: #ACF5AD;
}
</style>