Shades of Fringy Flower #A9EDBB
Tints of Fringy Flower #A9EDBB
RGB
CMYK
RGB Variations
Color information
#A9EDBB (or 0xA9EDBB) is known color: Fringy Flower. HEX triplet: A9, ED and BB. RGB value is (169,237,187). Sum of RGB (Red+Green+Blue) = 169+237+187=593 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.50% from 593); Green value is 237 (92.97% from 255 or 39.97% from 593); Blue value is 187 (73.44% from 255 or 31.53% from 593); Max value from RGB is 237 - color contains mainly: green. Hex color #A9EDBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EDBB is #561244. Grayscale: #D3D3D3. Windows color (decimal): -5640773 or 12316073. OLE color: 12316073.
HSL color Cylindrical-coordinate representation of color #A9EDBB: hue angle of 135.88º 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 #A9EDBB is Cyan = 0.29, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 237 | 187 | - |
| CMYK | 0.29 | 0 | 0.21 | 0.07 |
| HSL | 135.88º | 0.65% | 0.8% | - |
| HSV(B) | 135.88º | 0.29% | 0.93% | - |
| XYZ | 55.62 | 72.59 | 58.09 | - |
| YUV | 210.97 | 114.47 | 98.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 237 | 187 | 0.29 | 0 | 0.21 | 0.07 | 135.88 | 0.65 | 0.8 |
| Hex | A9 | ED | BB | 1D | 0 | 15 | 7 | 88 | 41 | 50 |
| Octal | 251 | 355 | 273 | 35 | 0 | 25 | 7 | 210 | 101 | 120 |
| Binary | 10101001 | 11101101 | 10111011 | 11101 | 0 | 10101 | 111 | 10001000 | 1000001 | 1010000 |
Color Harmonies of #A9EDBB
Complementary color
Monochromatic Colors of #A9EDBB
Black with #A9EDBB
Text Example
Text Example
White with #A9EDBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EDBB; }
p { color: rgb(169,237,187); }
H1.HeaderClassName
{
color: #A9EDBB;
}
.AnyTagClassName
{
color: #A9EDBB;
}
</style>
background-color css
<style>
a { background-color: #A9EDBB; }
a { background-color: rgb(169,237,187); }
div.DivClassName
{
background-color: #A9EDBB;
}
.BgClassName
{
background-color: #A9EDBB;
}
</style>
border-color css
<style>
span { border-color: #A9EDBB; }
span { border-color: rgb(169,237,187); }
td.TdClassName
{
border-color: #A9EDBB;
}
.TagClassName
{
border-color: #A9EDBB;
}
</style>