Shades of Fringy Flower #ACF5BF
Tints of Fringy Flower #ACF5BF
RGB
CMYK
RGB Variations
Color information
#ACF5BF (or 0xACF5BF) is known color: Fringy Flower. HEX triplet: AC, F5 and BF. RGB value is (172,245,191). Sum of RGB (Red+Green+Blue) = 172+245+191=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 245 (96.09% from 255 or 40.30% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5BF is #530A40. Grayscale: #D9D9D9. Windows color (decimal): -5442113 or 12580268. OLE color: 12580268.
HSL color Cylindrical-coordinate representation of color #ACF5BF: hue angle of 135.62º 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 #ACF5BF is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 191 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.04 |
| HSL | 135.62º | 0.78% | 0.82% | - |
| HSV(B) | 135.62º | 0.3% | 0.96% | - |
| XYZ | 59.07 | 77.84 | 61.2 | - |
| YUV | 217.02 | 113.32 | 95.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 191 | 0.30 | 0 | 0.22 | 0.04 | 135.62 | 0.78 | 0.82 |
| Hex | AC | F5 | BF | 1E | 0 | 16 | 4 | 88 | 4E | 52 |
| Octal | 254 | 365 | 277 | 36 | 0 | 26 | 4 | 210 | 116 | 122 |
| Binary | 10101100 | 11110101 | 10111111 | 11110 | 0 | 10110 | 100 | 10001000 | 1001110 | 1010010 |
Color Harmonies of #ACF5BF
Complementary color
Monochromatic Colors of #ACF5BF
Black with #ACF5BF
Text Example
Text Example
White with #ACF5BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF5BF; }
p { color: rgb(172,245,191); }
H1.HeaderClassName
{
color: #ACF5BF;
}
.AnyTagClassName
{
color: #ACF5BF;
}
</style>
background-color css
<style>
a { background-color: #ACF5BF; }
a { background-color: rgb(172,245,191); }
div.DivClassName
{
background-color: #ACF5BF;
}
.BgClassName
{
background-color: #ACF5BF;
}
</style>
border-color css
<style>
span { border-color: #ACF5BF; }
span { border-color: rgb(172,245,191); }
td.TdClassName
{
border-color: #ACF5BF;
}
.TagClassName
{
border-color: #ACF5BF;
}
</style>