Shades of Fringy Flower #ACE9B8
Tints of Fringy Flower #ACE9B8
RGB
CMYK
RGB Variations
Color information
#ACE9B8 (or 0xACE9B8) is known color: Fringy Flower. HEX triplet: AC, E9 and B8. RGB value is (172,233,184). Sum of RGB (Red+Green+Blue) = 172+233+184=589 (78% of max value = 765). Red value is 172 (67.58% from 255 or 29.20% from 589); Green value is 233 (91.41% from 255 or 39.56% from 589); Blue value is 184 (72.27% from 255 or 31.24% from 589); Max value from RGB is 233 - color contains mainly: green. Hex color #ACE9B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACE9B8 is #531647. Grayscale: #D1D1D1. Windows color (decimal): -5445192 or 12118444. OLE color: 12118444.
HSL color Cylindrical-coordinate representation of color #ACE9B8: hue angle of 131.8º degrees, saturation: 0.58, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #ACE9B8 is Cyan = 0.26, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 172 | 233 | 184 | - |
| CMYK | 0.26 | 0 | 0.21 | 0.09 |
| HSL | 131.8º | 0.58% | 0.79% | - |
| HSV(B) | 131.8º | 0.26% | 0.91% | - |
| XYZ | 54.8 | 70.51 | 56.07 | - |
| YUV | 209.18 | 113.79 | 101.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 233 | 184 | 0.26 | 0 | 0.21 | 0.09 | 131.8 | 0.58 | 0.79 |
| Hex | AC | E9 | B8 | 1A | 0 | 15 | 9 | 84 | 3A | 4F |
| Octal | 254 | 351 | 270 | 32 | 0 | 25 | 11 | 204 | 72 | 117 |
| Binary | 10101100 | 11101001 | 10111000 | 11010 | 0 | 10101 | 1001 | 10000100 | 111010 | 1001111 |
Color Harmonies of #ACE9B8
Complementary color
Monochromatic Colors of #ACE9B8
Black with #ACE9B8
Text Example
Text Example
White with #ACE9B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACE9B8; }
p { color: rgb(172,233,184); }
H1.HeaderClassName
{
color: #ACE9B8;
}
.AnyTagClassName
{
color: #ACE9B8;
}
</style>
background-color css
<style>
a { background-color: #ACE9B8; }
a { background-color: rgb(172,233,184); }
div.DivClassName
{
background-color: #ACE9B8;
}
.BgClassName
{
background-color: #ACE9B8;
}
</style>
border-color css
<style>
span { border-color: #ACE9B8; }
span { border-color: rgb(172,233,184); }
td.TdClassName
{
border-color: #ACE9B8;
}
.TagClassName
{
border-color: #ACE9B8;
}
</style>