Shades of Fringy Flower #ACFFBA
Tints of Fringy Flower #ACFFBA
RGB
CMYK
RGB Variations
Color information
#ACFFBA (or 0xACFFBA) is known color: Fringy Flower. HEX triplet: AC, FF and BA. RGB value is (172,255,186). Sum of RGB (Red+Green+Blue) = 172+255+186=613 (81% of max value = 765). Red value is 172 (67.58% from 255 or 28.06% from 613); Green value is 255 (100% from 255 or 41.60% from 613); Blue value is 186 (73.05% from 255 or 30.34% from 613); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFBA is #530045. Grayscale: #DEDEDE. Windows color (decimal): -5439558 or 12255148. OLE color: 12255148.
HSL color Cylindrical-coordinate representation of color #ACFFBA: hue angle of 130.12º 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 #ACFFBA is Cyan = 0.33, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 172 | 255 | 186 | - |
| CMYK | 0.33 | 0 | 0.27 | 0 |
| HSL | 130.12º | 1% | 0.84% | - |
| HSV(B) | 130.12º | 0.33% | 1% | - |
| XYZ | 61.64 | 83.84 | 59.39 | - |
| YUV | 222.32 | 107.5 | 92.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 255 | 186 | 0.33 | 0 | 0.27 | 0 | 130.12 | 1 | 0.84 |
| Hex | AC | FF | BA | 21 | 0 | 1B | 0 | 82 | 64 | 54 |
| Octal | 254 | 377 | 272 | 41 | 0 | 33 | 0 | 202 | 144 | 124 |
| Binary | 10101100 | 11111111 | 10111010 | 100001 | 0 | 11011 | 0 | 10000010 | 1100100 | 1010100 |
Color Harmonies of #ACFFBA
Complementary color
Monochromatic Colors of #ACFFBA
Black with #ACFFBA
Text Example
Text Example
White with #ACFFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFBA; }
p { color: rgb(172,255,186); }
H1.HeaderClassName
{
color: #ACFFBA;
}
.AnyTagClassName
{
color: #ACFFBA;
}
</style>
background-color css
<style>
a { background-color: #ACFFBA; }
a { background-color: rgb(172,255,186); }
div.DivClassName
{
background-color: #ACFFBA;
}
.BgClassName
{
background-color: #ACFFBA;
}
</style>
border-color css
<style>
span { border-color: #ACFFBA; }
span { border-color: rgb(172,255,186); }
td.TdClassName
{
border-color: #ACFFBA;
}
.TagClassName
{
border-color: #ACFFBA;
}
</style>