Shades of Celadon #ACF1AB
Tints of Celadon #ACF1AB
RGB
CMYK
RGB Variations
Color information
#ACF1AB (or 0xACF1AB) is known color: Celadon. HEX triplet: AC, F1 and AB. RGB value is (172,241,171). Sum of RGB (Red+Green+Blue) = 172+241+171=584 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.45% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF1AB is #530E54. Grayscale: #D4D4D4. Windows color (decimal): -5443157 or 11268524. OLE color: 11268524.
HSL color Cylindrical-coordinate representation of color #ACF1AB: hue angle of 119.14º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF1AB is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 171 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.05 |
| HSL | 119.14º | 0.71% | 0.81% | - |
| HSV(B) | 119.14º | 0.29% | 0.95% | - |
| XYZ | 55.82 | 74.62 | 49.99 | - |
| YUV | 212.39 | 104.64 | 99.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 171 | 0.29 | 0 | 0.29 | 0.05 | 119.14 | 0.71 | 0.81 |
| Hex | AC | F1 | AB | 1D | 0 | 1D | 5 | 77 | 47 | 51 |
| Octal | 254 | 361 | 253 | 35 | 0 | 35 | 5 | 167 | 107 | 121 |
| Binary | 10101100 | 11110001 | 10101011 | 11101 | 0 | 11101 | 101 | 1110111 | 1000111 | 1010001 |
Color Harmonies of #ACF1AB
Complementary color
Monochromatic Colors of #ACF1AB
Black with #ACF1AB
Text Example
Text Example
White with #ACF1AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1AB; }
p { color: rgb(172,241,171); }
H1.HeaderClassName
{
color: #ACF1AB;
}
.AnyTagClassName
{
color: #ACF1AB;
}
</style>
background-color css
<style>
a { background-color: #ACF1AB; }
a { background-color: rgb(172,241,171); }
div.DivClassName
{
background-color: #ACF1AB;
}
.BgClassName
{
background-color: #ACF1AB;
}
</style>
border-color css
<style>
span { border-color: #ACF1AB; }
span { border-color: rgb(172,241,171); }
td.TdClassName
{
border-color: #ACF1AB;
}
.TagClassName
{
border-color: #ACF1AB;
}
</style>