Shades of Fringy Flower #A9EDBA
Tints of Fringy Flower #A9EDBA
RGB
CMYK
RGB Variations
Color information
#A9EDBA (or 0xA9EDBA) is known color: Fringy Flower. HEX triplet: A9, ED and BA. RGB value is (169,237,186). Sum of RGB (Red+Green+Blue) = 169+237+186=592 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.55% from 592); Green value is 237 (92.97% from 255 or 40.03% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 237 - color contains mainly: green. Hex color #A9EDBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EDBA is #561245. Grayscale: #D2D2D2. Windows color (decimal): -5640774 or 12250537. OLE color: 12250537.
HSL color Cylindrical-coordinate representation of color #A9EDBA: hue angle of 135º degrees, saturation: 0.65, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A9EDBA is Cyan = 0.29, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 237 | 186 | - |
| CMYK | 0.29 | 0 | 0.22 | 0.07 |
| HSL | 135º | 0.65% | 0.8% | - |
| HSV(B) | 135º | 0.29% | 0.93% | - |
| XYZ | 55.51 | 72.55 | 57.53 | - |
| YUV | 210.85 | 113.97 | 98.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 237 | 186 | 0.29 | 0 | 0.22 | 0.07 | 135 | 0.65 | 0.8 |
| Hex | A9 | ED | BA | 1D | 0 | 16 | 7 | 87 | 41 | 50 |
| Octal | 251 | 355 | 272 | 35 | 0 | 26 | 7 | 207 | 101 | 120 |
| Binary | 10101001 | 11101101 | 10111010 | 11101 | 0 | 10110 | 111 | 10000111 | 1000001 | 1010000 |
Color Harmonies of #A9EDBA
Complementary color
Monochromatic Colors of #A9EDBA
Black with #A9EDBA
Text Example
Text Example
White with #A9EDBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EDBA; }
p { color: rgb(169,237,186); }
H1.HeaderClassName
{
color: #A9EDBA;
}
.AnyTagClassName
{
color: #A9EDBA;
}
</style>
background-color css
<style>
a { background-color: #A9EDBA; }
a { background-color: rgb(169,237,186); }
div.DivClassName
{
background-color: #A9EDBA;
}
.BgClassName
{
background-color: #A9EDBA;
}
</style>
border-color css
<style>
span { border-color: #A9EDBA; }
span { border-color: rgb(169,237,186); }
td.TdClassName
{
border-color: #A9EDBA;
}
.TagClassName
{
border-color: #A9EDBA;
}
</style>