Shades of Fringy Flower #A9FBBF
Tints of Fringy Flower #A9FBBF
RGB
CMYK
RGB Variations
Color information
#A9FBBF (or 0xA9FBBF) is known color: Fringy Flower. HEX triplet: A9, FB and BF. RGB value is (169,251,191). Sum of RGB (Red+Green+Blue) = 169+251+191=611 (80% of max value = 765). Red value is 169 (66.41% from 255 or 27.66% from 611); Green value is 251 (98.44% from 255 or 41.08% from 611); Blue value is 191 (75% from 255 or 31.26% from 611); Max value from RGB is 251 - color contains mainly: green. Hex color #A9FBBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9FBBF is #560440. Grayscale: #DBDBDB. Windows color (decimal): -5637185 or 12581801. OLE color: 12581801.
HSL color Cylindrical-coordinate representation of color #A9FBBF: hue angle of 136.1º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A9FBBF is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 169 | 251 | 191 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.02 |
| HSL | 136.1º | 0.91% | 0.82% | - |
| HSV(B) | 136.1º | 0.33% | 0.98% | - |
| XYZ | 60.26 | 81.19 | 61.79 | - |
| YUV | 219.64 | 111.83 | 91.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 251 | 191 | 0.33 | 0 | 0.24 | 0.02 | 136.1 | 0.91 | 0.82 |
| Hex | A9 | FB | BF | 21 | 0 | 18 | 2 | 88 | 5B | 52 |
| Octal | 251 | 373 | 277 | 41 | 0 | 30 | 2 | 210 | 133 | 122 |
| Binary | 10101001 | 11111011 | 10111111 | 100001 | 0 | 11000 | 10 | 10001000 | 1011011 | 1010010 |
Color Harmonies of #A9FBBF
Complementary color
Monochromatic Colors of #A9FBBF
Black with #A9FBBF
Text Example
Text Example
White with #A9FBBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9FBBF; }
p { color: rgb(169,251,191); }
H1.HeaderClassName
{
color: #A9FBBF;
}
.AnyTagClassName
{
color: #A9FBBF;
}
</style>
background-color css
<style>
a { background-color: #A9FBBF; }
a { background-color: rgb(169,251,191); }
div.DivClassName
{
background-color: #A9FBBF;
}
.BgClassName
{
background-color: #A9FBBF;
}
</style>
border-color css
<style>
span { border-color: #A9FBBF; }
span { border-color: rgb(169,251,191); }
td.TdClassName
{
border-color: #A9FBBF;
}
.TagClassName
{
border-color: #A9FBBF;
}
</style>