Shades of Fringy Flower #ACF4BE
Tints of Fringy Flower #ACF4BE
RGB
CMYK
RGB Variations
Color information
#ACF4BE (or 0xACF4BE) is known color: Fringy Flower. HEX triplet: AC, F4 and BE. RGB value is (172,244,190). Sum of RGB (Red+Green+Blue) = 172+244+190=606 (80% of max value = 765). Red value is 172 (67.58% from 255 or 28.38% from 606); Green value is 244 (95.70% from 255 or 40.26% from 606); Blue value is 190 (74.61% from 255 or 31.35% from 606); Max value from RGB is 244 - color contains mainly: green. Hex color #ACF4BE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACF4BE is #530B41. Grayscale: #D8D8D8. Windows color (decimal): -5442370 or 12514476. OLE color: 12514476.
HSL color Cylindrical-coordinate representation of color #ACF4BE: hue angle of 135º degrees, saturation: 0.77, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ACF4BE is Cyan = 0.30, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 172 | 244 | 190 | - |
| CMYK | 0.30 | 0 | 0.22 | 0.04 |
| HSL | 135º | 0.77% | 0.82% | - |
| HSV(B) | 135º | 0.3% | 0.96% | - |
| XYZ | 58.66 | 77.19 | 60.52 | - |
| YUV | 216.32 | 113.15 | 96.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 244 | 190 | 0.30 | 0 | 0.22 | 0.04 | 135 | 0.77 | 0.82 |
| Hex | AC | F4 | BE | 1E | 0 | 16 | 4 | 87 | 4D | 52 |
| Octal | 254 | 364 | 276 | 36 | 0 | 26 | 4 | 207 | 115 | 122 |
| Binary | 10101100 | 11110100 | 10111110 | 11110 | 0 | 10110 | 100 | 10000111 | 1001101 | 1010010 |
Color Harmonies of #ACF4BE
Complementary color
Monochromatic Colors of #ACF4BE
Black with #ACF4BE
Text Example
Text Example
White with #ACF4BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACF4BE; }
p { color: rgb(172,244,190); }
H1.HeaderClassName
{
color: #ACF4BE;
}
.AnyTagClassName
{
color: #ACF4BE;
}
</style>
background-color css
<style>
a { background-color: #ACF4BE; }
a { background-color: rgb(172,244,190); }
div.DivClassName
{
background-color: #ACF4BE;
}
.BgClassName
{
background-color: #ACF4BE;
}
</style>
border-color css
<style>
span { border-color: #ACF4BE; }
span { border-color: rgb(172,244,190); }
td.TdClassName
{
border-color: #ACF4BE;
}
.TagClassName
{
border-color: #ACF4BE;
}
</style>