Shades of Fringy Flower #ACF2C0
Tints of Fringy Flower #ACF2C0
RGB
CMYK
RGB Variations
Color information
#ACF2C0 (or 0xACF2C0) is known color: Fringy Flower. HEX triplet: AC, F2 and C0. RGB value is (172,242,192). Sum of RGB (Red+Green+Blue) = 172+242+192=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 242 (94.92% from 255 or 39.93% from 606); Blue value is 192 (75.39% from 255 or 31.68% from 606); Max value from RGB is 242 - color contains mainly: green. Hex color #ACF2C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF2C0 is #530D3F. Grayscale: #D7D7D7. Windows color (decimal): -5442880 or 12645036. OLE color: 12645036.
HSL color Cylindrical-coordinate representation of color #ACF2C0: hue angle of 137.14º degrees, saturation: 0.73, 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 #ACF2C0 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 242 | 192 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.05 |
| HSL | 137.14º | 0.73% | 0.81% | - |
| HSV(B) | 137.14º | 0.29% | 0.95% | - |
| XYZ | 58.28 | 76.08 | 61.48 | - |
| YUV | 215.37 | 114.81 | 97.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 242 | 192 | 0.29 | 0 | 0.21 | 0.05 | 137.14 | 0.73 | 0.81 |
| Hex | AC | F2 | C0 | 1D | 0 | 15 | 5 | 89 | 49 | 51 |
| Octal | 254 | 362 | 300 | 35 | 0 | 25 | 5 | 211 | 111 | 121 |
| Binary | 10101100 | 11110010 | 11000000 | 11101 | 0 | 10101 | 101 | 10001001 | 1001001 | 1010001 |
Color Harmonies of #ACF2C0
Complementary color
Monochromatic Colors of #ACF2C0
Black with #ACF2C0
Text Example
Text Example
White with #ACF2C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF2C0; }
p { color: rgb(172,242,192); }
H1.HeaderClassName
{
color: #ACF2C0;
}
.AnyTagClassName
{
color: #ACF2C0;
}
</style>
background-color css
<style>
a { background-color: #ACF2C0; }
a { background-color: rgb(172,242,192); }
div.DivClassName
{
background-color: #ACF2C0;
}
.BgClassName
{
background-color: #ACF2C0;
}
</style>
border-color css
<style>
span { border-color: #ACF2C0; }
span { border-color: rgb(172,242,192); }
td.TdClassName
{
border-color: #ACF2C0;
}
.TagClassName
{
border-color: #ACF2C0;
}
</style>