Shades of Celadon #ACF2AB
Tints of Celadon #ACF2AB
RGB
CMYK
RGB Variations
Color information
#ACF2AB (or 0xACF2AB) is known color: Celadon. HEX triplet: AC, F2 and AB. RGB value is (172,242,171). Sum of RGB (Red+Green+Blue) = 172+242+171=585 (77% of max value = 765). Red value is 172 (67.58% from 255 or 29.40% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2AB is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #ACF2AB is #530D54. Grayscale: #D5D5D5. Windows color (decimal): -5442901 or 11268780. OLE color: 11268780.
HSL color Cylindrical-coordinate representation of color #ACF2AB: hue angle of 119.15º degrees, saturation: 0.73, 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 #ACF2AB is Cyan = 0.29, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 171 | - |
| CMYK | 0.29 | 0 | 0.29 | 0.05 |
| HSL | 119.15º | 0.73% | 0.81% | - |
| HSV(B) | 119.15º | 0.29% | 0.95% | - |
| XYZ | 56.12 | 75.22 | 50.09 | - |
| YUV | 212.98 | 104.31 | 98.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 171 | 0.29 | 0 | 0.29 | 0.05 | 119.15 | 0.73 | 0.81 |
| Hex | AC | F2 | AB | 1D | 0 | 1D | 5 | 77 | 49 | 51 |
| Octal | 254 | 362 | 253 | 35 | 0 | 35 | 5 | 167 | 111 | 121 |
| Binary | 10101100 | 11110010 | 10101011 | 11101 | 0 | 11101 | 101 | 1110111 | 1001001 | 1010001 |
Color Harmonies of #ACF2AB
Complementary color
Monochromatic Colors of #ACF2AB
Black with #ACF2AB
Text Example
Text Example
White with #ACF2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2AB; }
p { color: rgb(172,242,171); }
H1.HeaderClassName
{
color: #ACF2AB;
}
.AnyTagClassName
{
color: #ACF2AB;
}
</style>
background-color css
<style>
a { background-color: #ACF2AB; }
a { background-color: rgb(172,242,171); }
div.DivClassName
{
background-color: #ACF2AB;
}
.BgClassName
{
background-color: #ACF2AB;
}
</style>
border-color css
<style>
span { border-color: #ACF2AB; }
span { border-color: rgb(172,242,171); }
td.TdClassName
{
border-color: #ACF2AB;
}
.TagClassName
{
border-color: #ACF2AB;
}
</style>