Shades of Fringy Flower #ACF2BF
Tints of Fringy Flower #ACF2BF
RGB
CMYK
RGB Variations
Color information
#ACF2BF (or 0xACF2BF) is known color: Fringy Flower. HEX triplet: AC, F2 and BF. RGB value is (172,242,191). Sum of RGB (Red+Green+Blue) = 172+242+191=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 242 (94.92% from 255 or 40% from 605); Blue value is 191 (75% from 255 or 31.57% from 605); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2BF is #530D40. Grayscale: #D7D7D7. Windows color (decimal): -5442881 or 12579500. OLE color: 12579500.
HSL color Cylindrical-coordinate representation of color #ACF2BF: hue angle of 136.29º 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 #ACF2BF is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 191 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.05 |
| HSL | 136.29º | 0.73% | 0.81% | - |
| HSV(B) | 136.29º | 0.29% | 0.95% | - |
| XYZ | 58.17 | 76.04 | 60.9 | - |
| YUV | 215.26 | 114.31 | 97.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 191 | 0.29 | 0 | 0.21 | 0.05 | 136.29 | 0.73 | 0.81 |
| Hex | AC | F2 | BF | 1D | 0 | 15 | 5 | 88 | 49 | 51 |
| Octal | 254 | 362 | 277 | 35 | 0 | 25 | 5 | 210 | 111 | 121 |
| Binary | 10101100 | 11110010 | 10111111 | 11101 | 0 | 10101 | 101 | 10001000 | 1001001 | 1010001 |
Color Harmonies of #ACF2BF
Complementary color
Monochromatic Colors of #ACF2BF
Black with #ACF2BF
Text Example
Text Example
White with #ACF2BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2BF; }
p { color: rgb(172,242,191); }
H1.HeaderClassName
{
color: #ACF2BF;
}
.AnyTagClassName
{
color: #ACF2BF;
}
</style>
background-color css
<style>
a { background-color: #ACF2BF; }
a { background-color: rgb(172,242,191); }
div.DivClassName
{
background-color: #ACF2BF;
}
.BgClassName
{
background-color: #ACF2BF;
}
</style>
border-color css
<style>
span { border-color: #ACF2BF; }
span { border-color: rgb(172,242,191); }
td.TdClassName
{
border-color: #ACF2BF;
}
.TagClassName
{
border-color: #ACF2BF;
}
</style>