Shades of Fringy Flower #ACFFBC
Tints of Fringy Flower #ACFFBC
RGB
CMYK
RGB Variations
Color information
#ACFFBC (or 0xACFFBC) is known color: Fringy Flower. HEX triplet: AC, FF and BC. RGB value is (172,255,188). Sum of RGB (Red+Green+Blue) = 172+255+188=615 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.97% from 615); Green value is 255 (100% from 255 or 41.46% from 615); Blue value is 188 (73.83% from 255 or 30.57% from 615); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFBC is #530043. Grayscale: #DEDEDE. Windows color (decimal): -5439556 or 12386220. OLE color: 12386220.
HSL color Cylindrical-coordinate representation of color #ACFFBC: hue angle of 131.57º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFBC is Cyan = 0.33, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 188 | - |
| CMYK | 0.33 | 0 | 0.26 | 0 |
| HSL | 131.57º | 1% | 0.84% | - |
| HSV(B) | 131.57º | 0.33% | 1% | - |
| XYZ | 61.85 | 83.92 | 60.52 | - |
| YUV | 222.55 | 108.5 | 91.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 188 | 0.33 | 0 | 0.26 | 0 | 131.57 | 1 | 0.84 |
| Hex | AC | FF | BC | 21 | 0 | 1A | 0 | 84 | 64 | 54 |
| Octal | 254 | 377 | 274 | 41 | 0 | 32 | 0 | 204 | 144 | 124 |
| Binary | 10101100 | 11111111 | 10111100 | 100001 | 0 | 11010 | 0 | 10000100 | 1100100 | 1010100 |
Color Harmonies of #ACFFBC
Complementary color
Monochromatic Colors of #ACFFBC
Black with #ACFFBC
Text Example
Text Example
White with #ACFFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFBC; }
p { color: rgb(172,255,188); }
H1.HeaderClassName
{
color: #ACFFBC;
}
.AnyTagClassName
{
color: #ACFFBC;
}
</style>
background-color css
<style>
a { background-color: #ACFFBC; }
a { background-color: rgb(172,255,188); }
div.DivClassName
{
background-color: #ACFFBC;
}
.BgClassName
{
background-color: #ACFFBC;
}
</style>
border-color css
<style>
span { border-color: #ACFFBC; }
span { border-color: rgb(172,255,188); }
td.TdClassName
{
border-color: #ACFFBC;
}
.TagClassName
{
border-color: #ACFFBC;
}
</style>