Shades of Fringy Flower #A9DDBA
Tints of Fringy Flower #A9DDBA
RGB
CMYK
RGB Variations
Color information
#A9DDBA (or 0xA9DDBA) is known color: Fringy Flower. HEX triplet: A9, DD and BA. RGB value is (169,221,186). Sum of RGB (Red+Green+Blue) = 169+221+186=576 (76% of max value = 765). Red value is 169 (66.41% from 255 or 29.34% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 221 - color contains mainly: green. Hex color #A9DDBA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A9DDBA is #562245. Grayscale: #C9C9C9. Windows color (decimal): -5644870 or 12246441. OLE color: 12246441.
HSL color Cylindrical-coordinate representation of color #A9DDBA: hue angle of 139.62º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A9DDBA is Cyan = 0.24, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 169 | 221 | 186 | - |
| CMYK | 0.24 | 0 | 0.16 | 0.13 |
| HSL | 139.62º | 0.43% | 0.76% | - |
| HSV(B) | 139.62º | 0.24% | 0.87% | - |
| XYZ | 51.08 | 63.69 | 56.06 | - |
| YUV | 201.46 | 119.27 | 104.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 221 | 186 | 0.24 | 0 | 0.16 | 0.13 | 139.62 | 0.43 | 0.76 |
| Hex | A9 | DD | BA | 18 | 0 | 10 | D | 8C | 2B | 4C |
| Octal | 251 | 335 | 272 | 30 | 0 | 20 | 15 | 214 | 53 | 114 |
| Binary | 10101001 | 11011101 | 10111010 | 11000 | 0 | 10000 | 1101 | 10001100 | 101011 | 1001100 |
Color Harmonies of #A9DDBA
Complementary color
Monochromatic Colors of #A9DDBA
Black with #A9DDBA
Text Example
Text Example
White with #A9DDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9DDBA; }
p { color: rgb(169,221,186); }
H1.HeaderClassName
{
color: #A9DDBA;
}
.AnyTagClassName
{
color: #A9DDBA;
}
</style>
background-color css
<style>
a { background-color: #A9DDBA; }
a { background-color: rgb(169,221,186); }
div.DivClassName
{
background-color: #A9DDBA;
}
.BgClassName
{
background-color: #A9DDBA;
}
</style>
border-color css
<style>
span { border-color: #A9DDBA; }
span { border-color: rgb(169,221,186); }
td.TdClassName
{
border-color: #A9DDBA;
}
.TagClassName
{
border-color: #A9DDBA;
}
</style>