Shades of Fringy Flower #ACFEBC
Tints of Fringy Flower #ACFEBC
RGB
CMYK
RGB Variations
Color information
#ACFEBC (or 0xACFEBC) is known color: Fringy Flower. HEX triplet: AC, FE and BC. RGB value is (172,254,188). Sum of RGB (Red+Green+Blue) = 172+254+188=614 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.01% from 614); Green value is 254 (99.61% from 255 or 41.37% from 614); Blue value is 188 (73.83% from 255 or 30.62% from 614); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEBC is #530143. Grayscale: #DEDEDE. Windows color (decimal): -5439812 or 12385964. OLE color: 12385964.
HSL color Cylindrical-coordinate representation of color #ACFEBC: hue angle of 131.71º degrees, saturation: 0.98, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFEBC is Cyan = 0.32, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 188 | - |
| CMYK | 0.32 | 0 | 0.26 | 0.00 |
| HSL | 131.71º | 0.98% | 0.84% | - |
| HSV(B) | 131.71º | 0.32% | 1% | - |
| XYZ | 61.53 | 83.29 | 60.41 | - |
| YUV | 221.96 | 108.83 | 92.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 188 | 0.32 | 0 | 0.26 | 0.00 | 131.71 | 0.98 | 0.84 |
| Hex | AC | FE | BC | 20 | 0 | 1A | 0 | 84 | 62 | 54 |
| Octal | 254 | 376 | 274 | 40 | 0 | 32 | 0 | 204 | 142 | 124 |
| Binary | 10101100 | 11111110 | 10111100 | 100000 | 0 | 11010 | 0 | 10000100 | 1100010 | 1010100 |
Color Harmonies of #ACFEBC
Complementary color
Monochromatic Colors of #ACFEBC
Black with #ACFEBC
Text Example
Text Example
White with #ACFEBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFEBC; }
p { color: rgb(172,254,188); }
H1.HeaderClassName
{
color: #ACFEBC;
}
.AnyTagClassName
{
color: #ACFEBC;
}
</style>
background-color css
<style>
a { background-color: #ACFEBC; }
a { background-color: rgb(172,254,188); }
div.DivClassName
{
background-color: #ACFEBC;
}
.BgClassName
{
background-color: #ACFEBC;
}
</style>
border-color css
<style>
span { border-color: #ACFEBC; }
span { border-color: rgb(172,254,188); }
td.TdClassName
{
border-color: #ACFEBC;
}
.TagClassName
{
border-color: #ACFEBC;
}
</style>