Shades of Fringy Flower #ACFEBA
Tints of Fringy Flower #ACFEBA
RGB
CMYK
RGB Variations
Color information
#ACFEBA (or 0xACFEBA) is known color: Fringy Flower. HEX triplet: AC, FE and BA. RGB value is (172,254,186). Sum of RGB (Red+Green+Blue) = 172+254+186=612 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.10% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 186 (73.05% from 255 or 30.39% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEBA is #530145. Grayscale: #DDDDDD. Windows color (decimal): -5439814 or 12254892. OLE color: 12254892.
HSL color Cylindrical-coordinate representation of color #ACFEBA: hue angle of 130.24º 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 #ACFEBA is Cyan = 0.32, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 186 | - |
| CMYK | 0.32 | 0 | 0.27 | 0.00 |
| HSL | 130.24º | 0.98% | 0.84% | - |
| HSV(B) | 130.24º | 0.32% | 1% | - |
| XYZ | 61.32 | 83.2 | 59.28 | - |
| YUV | 221.73 | 107.83 | 92.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 186 | 0.32 | 0 | 0.27 | 0.00 | 130.24 | 0.98 | 0.84 |
| Hex | AC | FE | BA | 20 | 0 | 1B | 0 | 82 | 62 | 54 |
| Octal | 254 | 376 | 272 | 40 | 0 | 33 | 0 | 202 | 142 | 124 |
| Binary | 10101100 | 11111110 | 10111010 | 100000 | 0 | 11011 | 0 | 10000010 | 1100010 | 1010100 |
Color Harmonies of #ACFEBA
Complementary color
Monochromatic Colors of #ACFEBA
Black with #ACFEBA
Text Example
Text Example
White with #ACFEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFEBA; }
p { color: rgb(172,254,186); }
H1.HeaderClassName
{
color: #ACFEBA;
}
.AnyTagClassName
{
color: #ACFEBA;
}
</style>
background-color css
<style>
a { background-color: #ACFEBA; }
a { background-color: rgb(172,254,186); }
div.DivClassName
{
background-color: #ACFEBA;
}
.BgClassName
{
background-color: #ACFEBA;
}
</style>
border-color css
<style>
span { border-color: #ACFEBA; }
span { border-color: rgb(172,254,186); }
td.TdClassName
{
border-color: #ACFEBA;
}
.TagClassName
{
border-color: #ACFEBA;
}
</style>