Shades of Fringy Flower #A9EDBC
Tints of Fringy Flower #A9EDBC
RGB
CMYK
RGB Variations
Color information
#A9EDBC (or 0xA9EDBC) is known color: Fringy Flower. HEX triplet: A9, ED and BC. RGB value is (169,237,188). Sum of RGB (Red+Green+Blue) = 169+237+188=594 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.45% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 188 (73.83% from 255 or 31.65% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #A9EDBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EDBC is #561243. Grayscale: #D3D3D3. Windows color (decimal): -5640772 or 12381609. OLE color: 12381609.
HSL color Cylindrical-coordinate representation of color #A9EDBC: hue angle of 136.76º 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 #A9EDBC is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 237 | 188 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.07 |
| HSL | 136.76º | 0.65% | 0.8% | - |
| HSV(B) | 136.76º | 0.29% | 0.93% | - |
| XYZ | 55.72 | 72.63 | 58.66 | - |
| YUV | 211.08 | 114.97 | 97.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 237 | 188 | 0.29 | 0 | 0.21 | 0.07 | 136.76 | 0.65 | 0.8 |
| Hex | A9 | ED | BC | 1D | 0 | 15 | 7 | 89 | 41 | 50 |
| Octal | 251 | 355 | 274 | 35 | 0 | 25 | 7 | 211 | 101 | 120 |
| Binary | 10101001 | 11101101 | 10111100 | 11101 | 0 | 10101 | 111 | 10001001 | 1000001 | 1010000 |
Color Harmonies of #A9EDBC
Complementary color
Monochromatic Colors of #A9EDBC
Black with #A9EDBC
Text Example
Text Example
White with #A9EDBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EDBC; }
p { color: rgb(169,237,188); }
H1.HeaderClassName
{
color: #A9EDBC;
}
.AnyTagClassName
{
color: #A9EDBC;
}
</style>
background-color css
<style>
a { background-color: #A9EDBC; }
a { background-color: rgb(169,237,188); }
div.DivClassName
{
background-color: #A9EDBC;
}
.BgClassName
{
background-color: #A9EDBC;
}
</style>
border-color css
<style>
span { border-color: #A9EDBC; }
span { border-color: rgb(169,237,188); }
td.TdClassName
{
border-color: #A9EDBC;
}
.TagClassName
{
border-color: #A9EDBC;
}
</style>