Shades of Fringy Flower #ACF1BD
Tints of Fringy Flower #ACF1BD
RGB
CMYK
RGB Variations
Color information
#ACF1BD (or 0xACF1BD) is known color: Fringy Flower. HEX triplet: AC, F1 and BD. RGB value is (172,241,189). Sum of RGB (Red+Green+Blue) = 172+241+189=602 (79% of max value = 765). Red value is 172 (67.58% from 255 or 28.57% from 602); Green value is 241 (94.53% from 255 or 40.03% from 602); Blue value is 189 (74.22% from 255 or 31.40% from 602); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1BD is #530E42. Grayscale: #D6D6D6. Windows color (decimal): -5443139 or 12448172. OLE color: 12448172.
HSL color Cylindrical-coordinate representation of color #ACF1BD: hue angle of 134.78º degrees, saturation: 0.71, 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 #ACF1BD is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 189 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.05 |
| HSL | 134.78º | 0.71% | 0.81% | - |
| HSV(B) | 134.78º | 0.29% | 0.95% | - |
| XYZ | 57.65 | 75.36 | 59.65 | - |
| YUV | 214.44 | 113.64 | 97.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 189 | 0.29 | 0 | 0.22 | 0.05 | 134.78 | 0.71 | 0.81 |
| Hex | AC | F1 | BD | 1D | 0 | 16 | 5 | 87 | 47 | 51 |
| Octal | 254 | 361 | 275 | 35 | 0 | 26 | 5 | 207 | 107 | 121 |
| Binary | 10101100 | 11110001 | 10111101 | 11101 | 0 | 10110 | 101 | 10000111 | 1000111 | 1010001 |
Color Harmonies of #ACF1BD
Complementary color
Monochromatic Colors of #ACF1BD
Black with #ACF1BD
Text Example
Text Example
White with #ACF1BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1BD; }
p { color: rgb(172,241,189); }
H1.HeaderClassName
{
color: #ACF1BD;
}
.AnyTagClassName
{
color: #ACF1BD;
}
</style>
background-color css
<style>
a { background-color: #ACF1BD; }
a { background-color: rgb(172,241,189); }
div.DivClassName
{
background-color: #ACF1BD;
}
.BgClassName
{
background-color: #ACF1BD;
}
</style>
border-color css
<style>
span { border-color: #ACF1BD; }
span { border-color: rgb(172,241,189); }
td.TdClassName
{
border-color: #ACF1BD;
}
.TagClassName
{
border-color: #ACF1BD;
}
</style>