Shades of Fringy Flower #A9EDBF
Tints of Fringy Flower #A9EDBF
RGB
CMYK
RGB Variations
Color information
#A9EDBF (or 0xA9EDBF) is known color: Fringy Flower. HEX triplet: A9, ED and BF. RGB value is (169,237,191). Sum of RGB (Red+Green+Blue) = 169+237+191=597 (79% of max value = 765). Red value is 169 (66.41% from 255 or 28.31% from 597); Green value is 237 (92.97% from 255 or 39.70% from 597); Blue value is 191 (75% from 255 or 31.99% from 597); Max value from RGB is 237 - color contains mainly: green. Hex color #A9EDBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9EDBF is #561240. Grayscale: #D3D3D3. Windows color (decimal): -5640769 or 12578217. OLE color: 12578217.
HSL color Cylindrical-coordinate representation of color #A9EDBF: hue angle of 139.41º 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 #A9EDBF is Cyan = 0.29, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 169 | 237 | 191 | - |
| CMYK | 0.29 | 0 | 0.19 | 0.07 |
| HSL | 139.41º | 0.65% | 0.8% | - |
| HSV(B) | 139.41º | 0.29% | 0.93% | - |
| XYZ | 56.05 | 72.76 | 60.38 | - |
| YUV | 211.42 | 116.47 | 97.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 237 | 191 | 0.29 | 0 | 0.19 | 0.07 | 139.41 | 0.65 | 0.8 |
| Hex | A9 | ED | BF | 1D | 0 | 13 | 7 | 8B | 41 | 50 |
| Octal | 251 | 355 | 277 | 35 | 0 | 23 | 7 | 213 | 101 | 120 |
| Binary | 10101001 | 11101101 | 10111111 | 11101 | 0 | 10011 | 111 | 10001011 | 1000001 | 1010000 |
Color Harmonies of #A9EDBF
Complementary color
Monochromatic Colors of #A9EDBF
Black with #A9EDBF
Text Example
Text Example
White with #A9EDBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9EDBF; }
p { color: rgb(169,237,191); }
H1.HeaderClassName
{
color: #A9EDBF;
}
.AnyTagClassName
{
color: #A9EDBF;
}
</style>
background-color css
<style>
a { background-color: #A9EDBF; }
a { background-color: rgb(169,237,191); }
div.DivClassName
{
background-color: #A9EDBF;
}
.BgClassName
{
background-color: #A9EDBF;
}
</style>
border-color css
<style>
span { border-color: #A9EDBF; }
span { border-color: rgb(169,237,191); }
td.TdClassName
{
border-color: #A9EDBF;
}
.TagClassName
{
border-color: #A9EDBF;
}
</style>