Shades of Fringy Flower #A1F9BA
Tints of Fringy Flower #A1F9BA
RGB
CMYK
RGB Variations
Color information
#A1F9BA (or 0xA1F9BA) is known color: Fringy Flower. HEX triplet: A1, F9 and BA. RGB value is (161,249,186). Sum of RGB (Red+Green+Blue) = 161+249+186=596 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.01% from 596); Green value is 249 (97.66% from 255 or 41.78% from 596); Blue value is 186 (73.05% from 255 or 31.21% from 596); Max value from RGB is 249 - color contains mainly: green. Hex color #A1F9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F9BA is #5E0645. Grayscale: #D7D7D7. Windows color (decimal): -6161990 or 12253601. OLE color: 12253601.
HSL color Cylindrical-coordinate representation of color #A1F9BA: hue angle of 137.05º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F9BA is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 249 | 186 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.02 |
| HSL | 137.05º | 0.88% | 0.8% | - |
| HSV(B) | 137.05º | 0.35% | 0.98% | - |
| XYZ | 57.44 | 78.87 | 58.65 | - |
| YUV | 215.51 | 111.35 | 89.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 249 | 186 | 0.35 | 0 | 0.25 | 0.02 | 137.05 | 0.88 | 0.8 |
| Hex | A1 | F9 | BA | 23 | 0 | 19 | 2 | 89 | 58 | 50 |
| Octal | 241 | 371 | 272 | 43 | 0 | 31 | 2 | 211 | 130 | 120 |
| Binary | 10100001 | 11111001 | 10111010 | 100011 | 0 | 11001 | 10 | 10001001 | 1011000 | 1010000 |
Color Harmonies of #A1F9BA
Complementary color
Monochromatic Colors of #A1F9BA
Black with #A1F9BA
Text Example
Text Example
White with #A1F9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F9BA; }
p { color: rgb(161,249,186); }
H1.HeaderClassName
{
color: #A1F9BA;
}
.AnyTagClassName
{
color: #A1F9BA;
}
</style>
background-color css
<style>
a { background-color: #A1F9BA; }
a { background-color: rgb(161,249,186); }
div.DivClassName
{
background-color: #A1F9BA;
}
.BgClassName
{
background-color: #A1F9BA;
}
</style>
border-color css
<style>
span { border-color: #A1F9BA; }
span { border-color: rgb(161,249,186); }
td.TdClassName
{
border-color: #A1F9BA;
}
.TagClassName
{
border-color: #A1F9BA;
}
</style>