Shades of Fringy Flower #ACF3C0
Tints of Fringy Flower #ACF3C0
RGB
CMYK
RGB Variations
Color information
#ACF3C0 (or 0xACF3C0) is known color: Fringy Flower. HEX triplet: AC, F3 and C0. RGB value is (172,243,192). Sum of RGB (Red+Green+Blue) = 172+243+192=607 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.34% from 607); Green value is 243 (95.31% from 255 or 40.03% from 607); Blue value is 192 (75.39% from 255 or 31.63% from 607); Max value from RGB is 243 - color contains mainly: green. Hex color #ACF3C0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF3C0 is #530C3F. Grayscale: #D8D8D8. Windows color (decimal): -5442624 or 12645292. OLE color: 12645292.
HSL color Cylindrical-coordinate representation of color #ACF3C0: hue angle of 136.9º degrees, saturation: 0.75, 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 #ACF3C0 is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 172 | 243 | 192 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.05 |
| HSL | 136.9º | 0.75% | 0.81% | - |
| HSV(B) | 136.9º | 0.29% | 0.95% | - |
| XYZ | 58.58 | 76.68 | 61.58 | - |
| YUV | 215.96 | 114.48 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 243 | 192 | 0.29 | 0 | 0.21 | 0.05 | 136.9 | 0.75 | 0.81 |
| Hex | AC | F3 | C0 | 1D | 0 | 15 | 5 | 89 | 4B | 51 |
| Octal | 254 | 363 | 300 | 35 | 0 | 25 | 5 | 211 | 113 | 121 |
| Binary | 10101100 | 11110011 | 11000000 | 11101 | 0 | 10101 | 101 | 10001001 | 1001011 | 1010001 |
Color Harmonies of #ACF3C0
Complementary color
Monochromatic Colors of #ACF3C0
Black with #ACF3C0
Text Example
Text Example
White with #ACF3C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF3C0; }
p { color: rgb(172,243,192); }
H1.HeaderClassName
{
color: #ACF3C0;
}
.AnyTagClassName
{
color: #ACF3C0;
}
</style>
background-color css
<style>
a { background-color: #ACF3C0; }
a { background-color: rgb(172,243,192); }
div.DivClassName
{
background-color: #ACF3C0;
}
.BgClassName
{
background-color: #ACF3C0;
}
</style>
border-color css
<style>
span { border-color: #ACF3C0; }
span { border-color: rgb(172,243,192); }
td.TdClassName
{
border-color: #ACF3C0;
}
.TagClassName
{
border-color: #ACF3C0;
}
</style>