Shades of Fringy Flower #ACF4BD
Tints of Fringy Flower #ACF4BD
RGB
CMYK
RGB Variations
Color information
#ACF4BD (or 0xACF4BD) is known color: Fringy Flower. HEX triplet: AC, F4 and BD. RGB value is (172,244,189). Sum of RGB (Red+Green+Blue) = 172+244+189=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 244 (95.70% from 255 or 40.33% from 605); Blue value is 189 (74.22% from 255 or 31.24% from 605); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF4BD is #530B42. Grayscale: #D8D8D8. Windows color (decimal): -5442371 or 12448940. OLE color: 12448940.
HSL color Cylindrical-coordinate representation of color #ACF4BD: hue angle of 134.17º degrees, saturation: 0.77, 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 #ACF4BD is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 189 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.04 |
| HSL | 134.17º | 0.77% | 0.82% | - |
| HSV(B) | 134.17º | 0.3% | 0.96% | - |
| XYZ | 58.55 | 77.15 | 59.95 | - |
| YUV | 216.2 | 112.65 | 96.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 189 | 0.30 | 0 | 0.23 | 0.04 | 134.17 | 0.77 | 0.82 |
| Hex | AC | F4 | BD | 1E | 0 | 17 | 4 | 86 | 4D | 52 |
| Octal | 254 | 364 | 275 | 36 | 0 | 27 | 4 | 206 | 115 | 122 |
| Binary | 10101100 | 11110100 | 10111101 | 11110 | 0 | 10111 | 100 | 10000110 | 1001101 | 1010010 |
Color Harmonies of #ACF4BD
Complementary color
Monochromatic Colors of #ACF4BD
Black with #ACF4BD
Text Example
Text Example
White with #ACF4BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF4BD; }
p { color: rgb(172,244,189); }
H1.HeaderClassName
{
color: #ACF4BD;
}
.AnyTagClassName
{
color: #ACF4BD;
}
</style>
background-color css
<style>
a { background-color: #ACF4BD; }
a { background-color: rgb(172,244,189); }
div.DivClassName
{
background-color: #ACF4BD;
}
.BgClassName
{
background-color: #ACF4BD;
}
</style>
border-color css
<style>
span { border-color: #ACF4BD; }
span { border-color: rgb(172,244,189); }
td.TdClassName
{
border-color: #ACF4BD;
}
.TagClassName
{
border-color: #ACF4BD;
}
</style>