Shades of Fringy Flower #ACFDC1
Tints of Fringy Flower #ACFDC1
RGB
CMYK
RGB Variations
Color information
#ACFDC1 (or 0xACFDC1) is known color: Fringy Flower. HEX triplet: AC, FD and C1. RGB value is (172,253,193). Sum of RGB (Red+Green+Blue) = 172+253+193=618 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.83% from 618); Green value is 253 (99.22% from 255 or 40.94% from 618); Blue value is 193 (75.78% from 255 or 31.23% from 618); Max value from RGB is 253 - color contains mainly: green. Hex color #ACFDC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFDC1 is #53023E. Grayscale: #DEDEDE. Windows color (decimal): -5440063 or 12713388. OLE color: 12713388.
HSL color Cylindrical-coordinate representation of color #ACFDC1: hue angle of 135.56º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ACFDC1 is Cyan = 0.32, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 172 | 253 | 193 | - |
| CMYK | 0.32 | 0 | 0.24 | 0.01 |
| HSL | 135.56º | 0.95% | 0.83% | - |
| HSV(B) | 135.56º | 0.32% | 0.99% | - |
| XYZ | 61.76 | 82.87 | 63.19 | - |
| YUV | 221.94 | 111.66 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 253 | 193 | 0.32 | 0 | 0.24 | 0.01 | 135.56 | 0.95 | 0.83 |
| Hex | AC | FD | C1 | 20 | 0 | 18 | 1 | 88 | 5F | 53 |
| Octal | 254 | 375 | 301 | 40 | 0 | 30 | 1 | 210 | 137 | 123 |
| Binary | 10101100 | 11111101 | 11000001 | 100000 | 0 | 11000 | 1 | 10001000 | 1011111 | 1010011 |
Color Harmonies of #ACFDC1
Complementary color
Monochromatic Colors of #ACFDC1
Black with #ACFDC1
Text Example
Text Example
White with #ACFDC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFDC1; }
p { color: rgb(172,253,193); }
H1.HeaderClassName
{
color: #ACFDC1;
}
.AnyTagClassName
{
color: #ACFDC1;
}
</style>
background-color css
<style>
a { background-color: #ACFDC1; }
a { background-color: rgb(172,253,193); }
div.DivClassName
{
background-color: #ACFDC1;
}
.BgClassName
{
background-color: #ACFDC1;
}
</style>
border-color css
<style>
span { border-color: #ACFDC1; }
span { border-color: rgb(172,253,193); }
td.TdClassName
{
border-color: #ACFDC1;
}
.TagClassName
{
border-color: #ACFDC1;
}
</style>