Shades of Celadon #ACF7A8
Tints of Celadon #ACF7A8
RGB
CMYK
RGB Variations
Color information
#ACF7A8 (or 0xACF7A8) is known color: Celadon. HEX triplet: AC, F7 and A8. RGB value is (172,247,168). Sum of RGB (Red+Green+Blue) = 172+247+168=587 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.30% from 587); Green value is 247 (96.88% from 255 or 42.08% from 587); Blue value is 168 (66.02% from 255 or 28.62% from 587); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7A8 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF7A8 is #530857. Grayscale: #D7D7D7. Windows color (decimal): -5441624 or 11073452. OLE color: 11073452.
HSL color Cylindrical-coordinate representation of color #ACF7A8: hue angle of 116.96º degrees, saturation: 0.83, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACF7A8 is Cyan = 0.30, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 168 | - |
| CMYK | 0.30 | 0 | 0.32 | 0.03 |
| HSL | 116.96º | 0.83% | 0.81% | - |
| HSV(B) | 116.96º | 0.32% | 0.97% | - |
| XYZ | 57.34 | 78.12 | 49.1 | - |
| YUV | 215.57 | 101.15 | 96.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 168 | 0.30 | 0 | 0.32 | 0.03 | 116.96 | 0.83 | 0.81 |
| Hex | AC | F7 | A8 | 1E | 0 | 20 | 3 | 75 | 53 | 51 |
| Octal | 254 | 367 | 250 | 36 | 0 | 40 | 3 | 165 | 123 | 121 |
| Binary | 10101100 | 11110111 | 10101000 | 11110 | 0 | 100000 | 11 | 1110101 | 1010011 | 1010001 |
Color Harmonies of #ACF7A8
Complementary color
Monochromatic Colors of #ACF7A8
Black with #ACF7A8
Text Example
Text Example
White with #ACF7A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF7A8; }
p { color: rgb(172,247,168); }
H1.HeaderClassName
{
color: #ACF7A8;
}
.AnyTagClassName
{
color: #ACF7A8;
}
</style>
background-color css
<style>
a { background-color: #ACF7A8; }
a { background-color: rgb(172,247,168); }
div.DivClassName
{
background-color: #ACF7A8;
}
.BgClassName
{
background-color: #ACF7A8;
}
</style>
border-color css
<style>
span { border-color: #ACF7A8; }
span { border-color: rgb(172,247,168); }
td.TdClassName
{
border-color: #ACF7A8;
}
.TagClassName
{
border-color: #ACF7A8;
}
</style>