Shades of Fringy Flower #ACFEB8
Tints of Fringy Flower #ACFEB8
RGB
CMYK
RGB Variations
Color information
#ACFEB8 (or 0xACFEB8) is known color: Fringy Flower. HEX triplet: AC, FE and B8. RGB value is (172,254,184). Sum of RGB (Red+Green+Blue) = 172+254+184=610 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.20% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 184 (72.27% from 255 or 30.16% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEB8 is #530147. Grayscale: #DDDDDD. Windows color (decimal): -5439816 or 12123820. OLE color: 12123820.
HSL color Cylindrical-coordinate representation of color #ACFEB8: hue angle of 128.78º 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 #ACFEB8 is Cyan = 0.32, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 184 | - |
| CMYK | 0.32 | 0 | 0.28 | 0.00 |
| HSL | 128.78º | 0.98% | 0.84% | - |
| HSV(B) | 128.78º | 0.32% | 1% | - |
| XYZ | 61.11 | 83.11 | 58.17 | - |
| YUV | 221.5 | 106.83 | 92.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 184 | 0.32 | 0 | 0.28 | 0.00 | 128.78 | 0.98 | 0.84 |
| Hex | AC | FE | B8 | 20 | 0 | 1C | 0 | 81 | 62 | 54 |
| Octal | 254 | 376 | 270 | 40 | 0 | 34 | 0 | 201 | 142 | 124 |
| Binary | 10101100 | 11111110 | 10111000 | 100000 | 0 | 11100 | 0 | 10000001 | 1100010 | 1010100 |
Color Harmonies of #ACFEB8
Complementary color
Monochromatic Colors of #ACFEB8
Black with #ACFEB8
Text Example
Text Example
White with #ACFEB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFEB8; }
p { color: rgb(172,254,184); }
H1.HeaderClassName
{
color: #ACFEB8;
}
.AnyTagClassName
{
color: #ACFEB8;
}
</style>
background-color css
<style>
a { background-color: #ACFEB8; }
a { background-color: rgb(172,254,184); }
div.DivClassName
{
background-color: #ACFEB8;
}
.BgClassName
{
background-color: #ACFEB8;
}
</style>
border-color css
<style>
span { border-color: #ACFEB8; }
span { border-color: rgb(172,254,184); }
td.TdClassName
{
border-color: #ACFEB8;
}
.TagClassName
{
border-color: #ACFEB8;
}
</style>