Shades of Fringy Flower #ACF2BC
Tints of Fringy Flower #ACF2BC
RGB
CMYK
RGB Variations
Color information
#ACF2BC (or 0xACF2BC) is known color: Fringy Flower. HEX triplet: AC, F2 and BC. RGB value is (172,242,188). Sum of RGB (Red+Green+Blue) = 172+242+188=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 242 (94.92% from 255 or 40.20% from 602); Blue value is 188 (73.83% from 255 or 31.23% from 602); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2BC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2BC is #530D43. Grayscale: #D7D7D7. Windows color (decimal): -5442884 or 12382892. OLE color: 12382892.
HSL color Cylindrical-coordinate representation of color #ACF2BC: hue angle of 133.71º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ACF2BC is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 188 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.05 |
| HSL | 133.71º | 0.73% | 0.81% | - |
| HSV(B) | 133.71º | 0.29% | 0.95% | - |
| XYZ | 57.84 | 75.91 | 59.18 | - |
| YUV | 214.91 | 112.81 | 97.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 188 | 0.29 | 0 | 0.22 | 0.05 | 133.71 | 0.73 | 0.81 |
| Hex | AC | F2 | BC | 1D | 0 | 16 | 5 | 86 | 49 | 51 |
| Octal | 254 | 362 | 274 | 35 | 0 | 26 | 5 | 206 | 111 | 121 |
| Binary | 10101100 | 11110010 | 10111100 | 11101 | 0 | 10110 | 101 | 10000110 | 1001001 | 1010001 |
Color Harmonies of #ACF2BC
Complementary color
Monochromatic Colors of #ACF2BC
Black with #ACF2BC
Text Example
Text Example
White with #ACF2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2BC; }
p { color: rgb(172,242,188); }
H1.HeaderClassName
{
color: #ACF2BC;
}
.AnyTagClassName
{
color: #ACF2BC;
}
</style>
background-color css
<style>
a { background-color: #ACF2BC; }
a { background-color: rgb(172,242,188); }
div.DivClassName
{
background-color: #ACF2BC;
}
.BgClassName
{
background-color: #ACF2BC;
}
</style>
border-color css
<style>
span { border-color: #ACF2BC; }
span { border-color: rgb(172,242,188); }
td.TdClassName
{
border-color: #ACF2BC;
}
.TagClassName
{
border-color: #ACF2BC;
}
</style>