Shades of Fringy Flower #ACF5BC
Tints of Fringy Flower #ACF5BC
RGB
CMYK
RGB Variations
Color information
#ACF5BC (or 0xACF5BC) is known color: Fringy Flower. HEX triplet: AC, F5 and BC. RGB value is (172,245,188). Sum of RGB (Red+Green+Blue) = 172+245+188=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 245 (96.09% from 255 or 40.50% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5BC is #530A43. Grayscale: #D8D8D8. Windows color (decimal): -5442116 or 12383660. OLE color: 12383660.
HSL color Cylindrical-coordinate representation of color #ACF5BC: hue angle of 133.15º degrees, saturation: 0.78, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF5BC is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 188 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.04 |
| HSL | 133.15º | 0.78% | 0.82% | - |
| HSV(B) | 133.15º | 0.3% | 0.96% | - |
| XYZ | 58.74 | 77.71 | 59.48 | - |
| YUV | 216.68 | 111.82 | 96.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 188 | 0.30 | 0 | 0.23 | 0.04 | 133.15 | 0.78 | 0.82 |
| Hex | AC | F5 | BC | 1E | 0 | 17 | 4 | 85 | 4E | 52 |
| Octal | 254 | 365 | 274 | 36 | 0 | 27 | 4 | 205 | 116 | 122 |
| Binary | 10101100 | 11110101 | 10111100 | 11110 | 0 | 10111 | 100 | 10000101 | 1001110 | 1010010 |
Color Harmonies of #ACF5BC
Complementary color
Monochromatic Colors of #ACF5BC
Black with #ACF5BC
Text Example
Text Example
White with #ACF5BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF5BC; }
p { color: rgb(172,245,188); }
H1.HeaderClassName
{
color: #ACF5BC;
}
.AnyTagClassName
{
color: #ACF5BC;
}
</style>
background-color css
<style>
a { background-color: #ACF5BC; }
a { background-color: rgb(172,245,188); }
div.DivClassName
{
background-color: #ACF5BC;
}
.BgClassName
{
background-color: #ACF5BC;
}
</style>
border-color css
<style>
span { border-color: #ACF5BC; }
span { border-color: rgb(172,245,188); }
td.TdClassName
{
border-color: #ACF5BC;
}
.TagClassName
{
border-color: #ACF5BC;
}
</style>