Shades of Fringy Flower #ACF1C0
Tints of Fringy Flower #ACF1C0
RGB
CMYK
RGB Variations
Color information
#ACF1C0 (or 0xACF1C0) is known color: Fringy Flower. HEX triplet: AC, F1 and C0. RGB value is (172,241,192). Sum of RGB (Red+Green+Blue) = 172+241+192=605 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.43% from 605); Green value is 241 (94.53% from 255 or 39.83% from 605); Blue value is 192 (75.39% from 255 or 31.74% from 605); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1C0 is #530E3F. Grayscale: #D6D6D6. Windows color (decimal): -5443136 or 12644780. OLE color: 12644780.
HSL color Cylindrical-coordinate representation of color #ACF1C0: hue angle of 137.39º 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 #ACF1C0 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 192 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.05 |
| HSL | 137.39º | 0.71% | 0.81% | - |
| HSV(B) | 137.39º | 0.29% | 0.95% | - |
| XYZ | 57.98 | 75.49 | 61.38 | - |
| YUV | 214.78 | 115.14 | 97.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 192 | 0.29 | 0 | 0.20 | 0.05 | 137.39 | 0.71 | 0.81 |
| Hex | AC | F1 | C0 | 1D | 0 | 14 | 5 | 89 | 47 | 51 |
| Octal | 254 | 361 | 300 | 35 | 0 | 24 | 5 | 211 | 107 | 121 |
| Binary | 10101100 | 11110001 | 11000000 | 11101 | 0 | 10100 | 101 | 10001001 | 1000111 | 1010001 |
Color Harmonies of #ACF1C0
Complementary color
Monochromatic Colors of #ACF1C0
Black with #ACF1C0
Text Example
Text Example
White with #ACF1C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1C0; }
p { color: rgb(172,241,192); }
H1.HeaderClassName
{
color: #ACF1C0;
}
.AnyTagClassName
{
color: #ACF1C0;
}
</style>
background-color css
<style>
a { background-color: #ACF1C0; }
a { background-color: rgb(172,241,192); }
div.DivClassName
{
background-color: #ACF1C0;
}
.BgClassName
{
background-color: #ACF1C0;
}
</style>
border-color css
<style>
span { border-color: #ACF1C0; }
span { border-color: rgb(172,241,192); }
td.TdClassName
{
border-color: #ACF1C0;
}
.TagClassName
{
border-color: #ACF1C0;
}
</style>