Shades of Fringy Flower #ACF7BD
Tints of Fringy Flower #ACF7BD
RGB
CMYK
RGB Variations
Color information
#ACF7BD (or 0xACF7BD) is known color: Fringy Flower. HEX triplet: AC, F7 and BD. RGB value is (172,247,189). Sum of RGB (Red+Green+Blue) = 172+247+189=608 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.29% from 608); Green value is 247 (96.88% from 255 or 40.62% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 247 - color contains mainly: green. Hex color #ACF7BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF7BD is #530842. Grayscale: #DADADA. Windows color (decimal): -5441603 or 12449708. OLE color: 12449708.
HSL color Cylindrical-coordinate representation of color #ACF7BD: hue angle of 133.6º degrees, saturation: 0.82, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF7BD is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 172 | 247 | 189 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.03 |
| HSL | 133.6º | 0.82% | 0.82% | - |
| HSV(B) | 133.6º | 0.3% | 0.97% | - |
| XYZ | 59.46 | 78.97 | 60.25 | - |
| YUV | 217.96 | 111.65 | 95.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 247 | 189 | 0.30 | 0 | 0.23 | 0.03 | 133.6 | 0.82 | 0.82 |
| Hex | AC | F7 | BD | 1E | 0 | 17 | 3 | 86 | 52 | 52 |
| Octal | 254 | 367 | 275 | 36 | 0 | 27 | 3 | 206 | 122 | 122 |
| Binary | 10101100 | 11110111 | 10111101 | 11110 | 0 | 10111 | 11 | 10000110 | 1010010 | 1010010 |
Color Harmonies of #ACF7BD
Complementary color
Monochromatic Colors of #ACF7BD
Black with #ACF7BD
Text Example
Text Example
White with #ACF7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF7BD; }
p { color: rgb(172,247,189); }
H1.HeaderClassName
{
color: #ACF7BD;
}
.AnyTagClassName
{
color: #ACF7BD;
}
</style>
background-color css
<style>
a { background-color: #ACF7BD; }
a { background-color: rgb(172,247,189); }
div.DivClassName
{
background-color: #ACF7BD;
}
.BgClassName
{
background-color: #ACF7BD;
}
</style>
border-color css
<style>
span { border-color: #ACF7BD; }
span { border-color: rgb(172,247,189); }
td.TdClassName
{
border-color: #ACF7BD;
}
.TagClassName
{
border-color: #ACF7BD;
}
</style>