Shades of Fringy Flower #ACF1C1
Tints of Fringy Flower #ACF1C1
RGB
CMYK
RGB Variations
Color information
#ACF1C1 (or 0xACF1C1) is known color: Fringy Flower. HEX triplet: AC, F1 and C1. RGB value is (172,241,193). Sum of RGB (Red+Green+Blue) = 172+241+193=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 241 (94.53% from 255 or 39.77% from 606); Blue value is 193 (75.78% from 255 or 31.85% from 606); Max value from RGB is 241 - color contains mainly: green. Hex color #ACF1C1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF1C1 is #530E3E. Grayscale: #D7D7D7. Windows color (decimal): -5443135 or 12710316. OLE color: 12710316.
HSL color Cylindrical-coordinate representation of color #ACF1C1: hue angle of 138.26º 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 #ACF1C1 is Cyan = 0.29, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 241 | 193 | - |
| CMYK | 0.29 | 0 | 0.20 | 0.05 |
| HSL | 138.26º | 0.71% | 0.81% | - |
| HSV(B) | 138.26º | 0.29% | 0.95% | - |
| XYZ | 58.09 | 75.53 | 61.97 | - |
| YUV | 214.9 | 115.64 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 241 | 193 | 0.29 | 0 | 0.20 | 0.05 | 138.26 | 0.71 | 0.81 |
| Hex | AC | F1 | C1 | 1D | 0 | 14 | 5 | 8A | 47 | 51 |
| Octal | 254 | 361 | 301 | 35 | 0 | 24 | 5 | 212 | 107 | 121 |
| Binary | 10101100 | 11110001 | 11000001 | 11101 | 0 | 10100 | 101 | 10001010 | 1000111 | 1010001 |
Color Harmonies of #ACF1C1
Complementary color
Monochromatic Colors of #ACF1C1
Black with #ACF1C1
Text Example
Text Example
White with #ACF1C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF1C1; }
p { color: rgb(172,241,193); }
H1.HeaderClassName
{
color: #ACF1C1;
}
.AnyTagClassName
{
color: #ACF1C1;
}
</style>
background-color css
<style>
a { background-color: #ACF1C1; }
a { background-color: rgb(172,241,193); }
div.DivClassName
{
background-color: #ACF1C1;
}
.BgClassName
{
background-color: #ACF1C1;
}
</style>
border-color css
<style>
span { border-color: #ACF1C1; }
span { border-color: rgb(172,241,193); }
td.TdClassName
{
border-color: #ACF1C1;
}
.TagClassName
{
border-color: #ACF1C1;
}
</style>