Shades of Celadon #ACF7AA
Tints of Celadon #ACF7AA
RGB
CMYK
RGB Variations
Color information
#ACF7AA (or 0xACF7AA) is known color: Celadon. HEX triplet: AC, F7 and AA. RGB value is (172,247,170). Sum of RGB (Red+Green+Blue) = 172+247+170=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 170 (66.80% from 255 or 28.86% from 589); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7AA is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF7AA is #530855. Grayscale: #D8D8D8. Windows color (decimal): -5441622 or 11204524. OLE color: 11204524.
HSL color Cylindrical-coordinate representation of color #ACF7AA: hue angle of 118.44º degrees, saturation: 0.83, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #ACF7AA is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 170 | - |
| CMYK | 0.30 | 0 | 0.31 | 0.03 |
| HSL | 118.44º | 0.83% | 0.82% | - |
| HSV(B) | 118.44º | 0.31% | 0.97% | - |
| XYZ | 57.53 | 78.19 | 50.09 | - |
| YUV | 215.8 | 102.15 | 96.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 170 | 0.30 | 0 | 0.31 | 0.03 | 118.44 | 0.83 | 0.82 |
| Hex | AC | F7 | AA | 1E | 0 | 1F | 3 | 76 | 53 | 52 |
| Octal | 254 | 367 | 252 | 36 | 0 | 37 | 3 | 166 | 123 | 122 |
| Binary | 10101100 | 11110111 | 10101010 | 11110 | 0 | 11111 | 11 | 1110110 | 1010011 | 1010010 |
Color Harmonies of #ACF7AA
Complementary color
Monochromatic Colors of #ACF7AA
Black with #ACF7AA
Text Example
Text Example
White with #ACF7AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF7AA; }
p { color: rgb(172,247,170); }
H1.HeaderClassName
{
color: #ACF7AA;
}
.AnyTagClassName
{
color: #ACF7AA;
}
</style>
background-color css
<style>
a { background-color: #ACF7AA; }
a { background-color: rgb(172,247,170); }
div.DivClassName
{
background-color: #ACF7AA;
}
.BgClassName
{
background-color: #ACF7AA;
}
</style>
border-color css
<style>
span { border-color: #ACF7AA; }
span { border-color: rgb(172,247,170); }
td.TdClassName
{
border-color: #ACF7AA;
}
.TagClassName
{
border-color: #ACF7AA;
}
</style>