Shades of Fringy Flower #ACEDB9
Tints of Fringy Flower #ACEDB9
RGB
CMYK
RGB Variations
Color information
#ACEDB9 (or 0xACEDB9) is known color: Fringy Flower. HEX triplet: AC, ED and B9. RGB value is (172,237,185). Sum of RGB (Red+Green+Blue) = 172+237+185=594 (78% of max value = 765). Red value is 172 (67.58% from 255 or 28.96% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #ACEDB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ACEDB9 is #531246. Grayscale: #D3D3D3. Windows color (decimal): -5444167 or 12185004. OLE color: 12185004.
HSL color Cylindrical-coordinate representation of color #ACEDB9: hue angle of 132º degrees, saturation: 0.64, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #ACEDB9 is Cyan = 0.27, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 172 | 237 | 185 | - |
| CMYK | 0.27 | 0 | 0.22 | 0.07 |
| HSL | 132º | 0.64% | 0.8% | - |
| HSV(B) | 132º | 0.27% | 0.93% | - |
| XYZ | 56.05 | 72.84 | 57 | - |
| YUV | 211.64 | 112.97 | 99.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 172 | 237 | 185 | 0.27 | 0 | 0.22 | 0.07 | 132 | 0.64 | 0.8 |
| Hex | AC | ED | B9 | 1B | 0 | 16 | 7 | 84 | 40 | 50 |
| Octal | 254 | 355 | 271 | 33 | 0 | 26 | 7 | 204 | 100 | 120 |
| Binary | 10101100 | 11101101 | 10111001 | 11011 | 0 | 10110 | 111 | 10000100 | 1000000 | 1010000 |
Color Harmonies of #ACEDB9
Complementary color
Monochromatic Colors of #ACEDB9
Black with #ACEDB9
Text Example
Text Example
White with #ACEDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACEDB9; }
p { color: rgb(172,237,185); }
H1.HeaderClassName
{
color: #ACEDB9;
}
.AnyTagClassName
{
color: #ACEDB9;
}
</style>
background-color css
<style>
a { background-color: #ACEDB9; }
a { background-color: rgb(172,237,185); }
div.DivClassName
{
background-color: #ACEDB9;
}
.BgClassName
{
background-color: #ACEDB9;
}
</style>
border-color css
<style>
span { border-color: #ACEDB9; }
span { border-color: rgb(172,237,185); }
td.TdClassName
{
border-color: #ACEDB9;
}
.TagClassName
{
border-color: #ACEDB9;
}
</style>