Shades of Fringy Flower #ACFEC1
Tints of Fringy Flower #ACFEC1
RGB
CMYK
RGB Variations
Color information
#ACFEC1 (or 0xACFEC1) is known color: Fringy Flower. HEX triplet: AC, FE and C1. RGB value is (172,254,193). Sum of RGB (Red+Green+Blue) = 172+254+193=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 254 (99.61% from 255 or 41.03% from 619); Blue value is 193 (75.78% from 255 or 31.18% from 619); Max value from RGB is 254 - color contains mainly: green. Hex color #ACFEC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFEC1 is #53013E. Grayscale: #DEDEDE. Windows color (decimal): -5439807 or 12713644. OLE color: 12713644.
HSL color Cylindrical-coordinate representation of color #ACFEC1: hue angle of 135.37º 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 #ACFEC1 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 172 | 254 | 193 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.00 |
| HSL | 135.37º | 0.98% | 0.84% | - |
| HSV(B) | 135.37º | 0.32% | 1% | - |
| XYZ | 62.08 | 83.5 | 63.3 | - |
| YUV | 222.53 | 111.33 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 254 | 193 | 0.32 | 0 | 0.24 | 0.00 | 135.37 | 0.98 | 0.84 |
| Hex | AC | FE | C1 | 20 | 0 | 18 | 0 | 87 | 62 | 54 |
| Octal | 254 | 376 | 301 | 40 | 0 | 30 | 0 | 207 | 142 | 124 |
| Binary | 10101100 | 11111110 | 11000001 | 100000 | 0 | 11000 | 0 | 10000111 | 1100010 | 1010100 |
Color Harmonies of #ACFEC1
Complementary color
Monochromatic Colors of #ACFEC1
Black with #ACFEC1
Text Example
Text Example
White with #ACFEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFEC1; }
p { color: rgb(172,254,193); }
H1.HeaderClassName
{
color: #ACFEC1;
}
.AnyTagClassName
{
color: #ACFEC1;
}
</style>
background-color css
<style>
a { background-color: #ACFEC1; }
a { background-color: rgb(172,254,193); }
div.DivClassName
{
background-color: #ACFEC1;
}
.BgClassName
{
background-color: #ACFEC1;
}
</style>
border-color css
<style>
span { border-color: #ACFEC1; }
span { border-color: rgb(172,254,193); }
td.TdClassName
{
border-color: #ACFEC1;
}
.TagClassName
{
border-color: #ACFEC1;
}
</style>