Shades of Celadon #ACF3AB
Tints of Celadon #ACF3AB
RGB
CMYK
RGB Variations
Color information
#ACF3AB (or 0xACF3AB) is known color: Celadon. HEX triplet: AC, F3 and AB. RGB value is (172,243,171). Sum of RGB (Red+Green+Blue) = 172+243+171=586 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.35% from 586); Green value is 243 (95.31% from 255 or 41.47% from 586); Blue value is 171 (67.19% from 255 or 29.18% from 586); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF3AB is #530C54. Grayscale: #D5D5D5. Windows color (decimal): -5442645 or 11269036. OLE color: 11269036.
HSL color Cylindrical-coordinate representation of color #ACF3AB: hue angle of 119.17º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF3AB is Cyan = 0.29, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 171 | - |
| CMYK | 0.29 | 0 | 0.30 | 0.05 |
| HSL | 119.17º | 0.75% | 0.81% | - |
| HSV(B) | 119.17º | 0.3% | 0.95% | - |
| XYZ | 56.41 | 75.81 | 50.19 | - |
| YUV | 213.56 | 103.98 | 98.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 171 | 0.29 | 0 | 0.30 | 0.05 | 119.17 | 0.75 | 0.81 |
| Hex | AC | F3 | AB | 1D | 0 | 1E | 5 | 77 | 4B | 51 |
| Octal | 254 | 363 | 253 | 35 | 0 | 36 | 5 | 167 | 113 | 121 |
| Binary | 10101100 | 11110011 | 10101011 | 11101 | 0 | 11110 | 101 | 1110111 | 1001011 | 1010001 |
Color Harmonies of #ACF3AB
Complementary color
Monochromatic Colors of #ACF3AB
Black with #ACF3AB
Text Example
Text Example
White with #ACF3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3AB; }
p { color: rgb(172,243,171); }
H1.HeaderClassName
{
color: #ACF3AB;
}
.AnyTagClassName
{
color: #ACF3AB;
}
</style>
background-color css
<style>
a { background-color: #ACF3AB; }
a { background-color: rgb(172,243,171); }
div.DivClassName
{
background-color: #ACF3AB;
}
.BgClassName
{
background-color: #ACF3AB;
}
</style>
border-color css
<style>
span { border-color: #ACF3AB; }
span { border-color: rgb(172,243,171); }
td.TdClassName
{
border-color: #ACF3AB;
}
.TagClassName
{
border-color: #ACF3AB;
}
</style>