Shades of Fringy Flower #ACF5B9
Tints of Fringy Flower #ACF5B9
RGB
CMYK
RGB Variations
Color information
#ACF5B9 (or 0xACF5B9) is known color: Fringy Flower. HEX triplet: AC, F5 and B9. RGB value is (172,245,185). Sum of RGB (Red+Green+Blue) = 172+245+185=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 245 (96.09% from 255 or 40.70% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 245 - color contains mainly: green. Hex color #ACF5B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF5B9 is #530A46. Grayscale: #D8D8D8. Windows color (decimal): -5442119 or 12187052. OLE color: 12187052.
HSL color Cylindrical-coordinate representation of color #ACF5B9: hue angle of 130.68º 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 #ACF5B9 is Cyan = 0.30, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 245 | 185 | - |
| CMYK | 0.30 | 0 | 0.24 | 0.04 |
| HSL | 130.68º | 0.78% | 0.82% | - |
| HSV(B) | 130.68º | 0.3% | 0.96% | - |
| XYZ | 58.42 | 77.58 | 57.79 | - |
| YUV | 216.33 | 110.32 | 96.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 245 | 185 | 0.30 | 0 | 0.24 | 0.04 | 130.68 | 0.78 | 0.82 |
| Hex | AC | F5 | B9 | 1E | 0 | 18 | 4 | 83 | 4E | 52 |
| Octal | 254 | 365 | 271 | 36 | 0 | 30 | 4 | 203 | 116 | 122 |
| Binary | 10101100 | 11110101 | 10111001 | 11110 | 0 | 11000 | 100 | 10000011 | 1001110 | 1010010 |
Color Harmonies of #ACF5B9
Complementary color
Monochromatic Colors of #ACF5B9
Black with #ACF5B9
Text Example
Text Example
White with #ACF5B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF5B9; }
p { color: rgb(172,245,185); }
H1.HeaderClassName
{
color: #ACF5B9;
}
.AnyTagClassName
{
color: #ACF5B9;
}
</style>
background-color css
<style>
a { background-color: #ACF5B9; }
a { background-color: rgb(172,245,185); }
div.DivClassName
{
background-color: #ACF5B9;
}
.BgClassName
{
background-color: #ACF5B9;
}
</style>
border-color css
<style>
span { border-color: #ACF5B9; }
span { border-color: rgb(172,245,185); }
td.TdClassName
{
border-color: #ACF5B9;
}
.TagClassName
{
border-color: #ACF5B9;
}
</style>