Shades of Fringy Flower #ACFFC0
Tints of Fringy Flower #ACFFC0
RGB
CMYK
RGB Variations
Color information
#ACFFC0 (or 0xACFFC0) is known color: Fringy Flower. HEX triplet: AC, FF and C0. RGB value is (172,255,192). Sum of RGB (Red+Green+Blue) = 172+255+192=619 (81% of max value = 765). Red value is 172 (67.58% from 255 or 27.79% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 192 (75.39% from 255 or 31.02% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #ACFFC0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACFFC0 is #53003F. Grayscale: #DFDFDF. Windows color (decimal): -5439552 or 12648364. OLE color: 12648364.
HSL color Cylindrical-coordinate representation of color #ACFFC0: hue angle of 134.46º degrees, saturation: 1, lightness: 0.84%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #ACFFC0 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
RGB | 172 | 255 | 192 | - |
CMYK | 0.33 | 0 | 0.25 | 0 |
HSL | 134.46º | 1% | 0.84% | - |
HSV(B) | 134.46º | 0.33% | 1% | - |
XYZ | 62.29 | 84.1 | 62.82 | - |
YUV | 223 | 110.5 | 91.62 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 255 | 192 | 0.33 | 0 | 0.25 | 0 | 134.46 | 1 | 0.84 |
Hex | AC | FF | C0 | 21 | 0 | 19 | 0 | 86 | 64 | 54 |
Octal | 254 | 377 | 300 | 41 | 0 | 31 | 0 | 206 | 144 | 124 |
Binary | 10101100 | 11111111 | 11000000 | 100001 | 0 | 11001 | 0 | 10000110 | 1100100 | 1010100 |
Color Harmonies of #ACFFC0
Complementary color
Monochromatic Colors of #ACFFC0
Black with #ACFFC0
Text Example
Text Example
White with #ACFFC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACFFC0; }
p { color: rgb(172,255,192); }
H1.HeaderClassName
{
color: #ACFFC0;
}
.AnyTagClassName
{
color: #ACFFC0;
}
</style>
background-color css
<style>
a { background-color: #ACFFC0; }
a { background-color: rgb(172,255,192); }
div.DivClassName
{
background-color: #ACFFC0;
}
.BgClassName
{
background-color: #ACFFC0;
}
</style>
border-color css
<style>
span { border-color: #ACFFC0; }
span { border-color: rgb(172,255,192); }
td.TdClassName
{
border-color: #ACFFC0;
}
.TagClassName
{
border-color: #ACFFC0;
}
</style>