Shades of Fringy Flower #ACDDB9
Tints of Fringy Flower #ACDDB9
RGB
CMYK
RGB Variations
Color information
#ACDDB9 (or 0xACDDB9) is known color: Fringy Flower. HEX triplet: AC, DD and B9. RGB value is (172,221,185). Sum of RGB (Red+Green+Blue) = 172+221+185=578 (76% of max value = 765). Red value is 172 (67.58% from 255 or 29.76% from 578); Green value is 221 (86.72% from 255 or 38.24% from 578); Blue value is 185 (72.66% from 255 or 32.01% from 578); Max value from RGB is 221 - color contains mainly: green. Hex color #ACDDB9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ACDDB9 is #532246. Grayscale: #CACACA. Windows color (decimal): -5448263 or 12180908. OLE color: 12180908.
HSL color Cylindrical-coordinate representation of color #ACDDB9: hue angle of 135.92º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ACDDB9 is Cyan = 0.22, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
RGB | 172 | 221 | 185 | - |
CMYK | 0.22 | 0 | 0.16 | 0.13 |
HSL | 135.92º | 0.42% | 0.77% | - |
HSV(B) | 135.92º | 0.22% | 0.87% | - |
XYZ | 51.63 | 63.99 | 55.53 | - |
YUV | 202.25 | 118.27 | 106.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 172 | 221 | 185 | 0.22 | 0 | 0.16 | 0.13 | 135.92 | 0.42 | 0.77 |
Hex | AC | DD | B9 | 16 | 0 | 10 | D | 88 | 2A | 4D |
Octal | 254 | 335 | 271 | 26 | 0 | 20 | 15 | 210 | 52 | 115 |
Binary | 10101100 | 11011101 | 10111001 | 10110 | 0 | 10000 | 1101 | 10001000 | 101010 | 1001101 |
Color Harmonies of #ACDDB9
Complementary color
Monochromatic Colors of #ACDDB9
Black with #ACDDB9
Text Example
Text Example
White with #ACDDB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ACDDB9; }
p { color: rgb(172,221,185); }
H1.HeaderClassName
{
color: #ACDDB9;
}
.AnyTagClassName
{
color: #ACDDB9;
}
</style>
background-color css
<style>
a { background-color: #ACDDB9; }
a { background-color: rgb(172,221,185); }
div.DivClassName
{
background-color: #ACDDB9;
}
.BgClassName
{
background-color: #ACDDB9;
}
</style>
border-color css
<style>
span { border-color: #ACDDB9; }
span { border-color: rgb(172,221,185); }
td.TdClassName
{
border-color: #ACDDB9;
}
.TagClassName
{
border-color: #ACDDB9;
}
</style>