Shades of Fringy Flower #ACF1B7
Tints of Fringy Flower #ACF1B7
RGB
CMYK
RGB Variations
Color information
#ACF1B7 (or 0xACF1B7) is known color: Fringy Flower. HEX triplet: AC, F1 and B7. RGB value is (172,241,183). Sum of RGB (Red+Green+Blue) = 172+241+183=596 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.86% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 183 (71.88% from 255 or 30.70% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1B7 is #530E48. Grayscale: #D5D5D5. Windows color (decimal): -5443145 or 12054956. OLE color: 12054956.
HSL color Cylindrical-coordinate representation of color #ACF1B7: hue angle of 129.57º 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 #ACF1B7 is Cyan = 0.29, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 183 | - |
| CMYK | 0.29 | 0 | 0.24 | 0.05 |
| HSL | 129.57º | 0.71% | 0.81% | - |
| HSV(B) | 129.57º | 0.29% | 0.95% | - |
| XYZ | 57.02 | 75.1 | 56.29 | - |
| YUV | 213.76 | 110.64 | 98.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 183 | 0.29 | 0 | 0.24 | 0.05 | 129.57 | 0.71 | 0.81 |
| Hex | AC | F1 | B7 | 1D | 0 | 18 | 5 | 82 | 47 | 51 |
| Octal | 254 | 361 | 267 | 35 | 0 | 30 | 5 | 202 | 107 | 121 |
| Binary | 10101100 | 11110001 | 10110111 | 11101 | 0 | 11000 | 101 | 10000010 | 1000111 | 1010001 |
Color Harmonies of #ACF1B7
Complementary color
Monochromatic Colors of #ACF1B7
Black with #ACF1B7
Text Example
Text Example
White with #ACF1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1B7; }
p { color: rgb(172,241,183); }
H1.HeaderClassName
{
color: #ACF1B7;
}
.AnyTagClassName
{
color: #ACF1B7;
}
</style>
background-color css
<style>
a { background-color: #ACF1B7; }
a { background-color: rgb(172,241,183); }
div.DivClassName
{
background-color: #ACF1B7;
}
.BgClassName
{
background-color: #ACF1B7;
}
</style>
border-color css
<style>
span { border-color: #ACF1B7; }
span { border-color: rgb(172,241,183); }
td.TdClassName
{
border-color: #ACF1B7;
}
.TagClassName
{
border-color: #ACF1B7;
}
</style>