Shades of Fringy Flower #A1F7BA
Tints of Fringy Flower #A1F7BA
RGB
CMYK
RGB Variations
Color information
#A1F7BA (or 0xA1F7BA) is known color: Fringy Flower. HEX triplet: A1, F7 and BA. RGB value is (161,247,186). Sum of RGB (Red+Green+Blue) = 161+247+186=594 (78% of max value = 765). Red value is 161 (63.28% from 255 or 27.10% from 594); Green value is 247 (96.88% from 255 or 41.58% from 594); Blue value is 186 (73.05% from 255 or 31.31% from 594); Max value from RGB is 247 - color contains mainly: green. Hex color #A1F7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F7BA is #5E0845. Grayscale: #D6D6D6. Windows color (decimal): -6162502 or 12253089. OLE color: 12253089.
HSL color Cylindrical-coordinate representation of color #A1F7BA: hue angle of 137.44º degrees, saturation: 0.84, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A1F7BA is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 161 | 247 | 186 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.03 |
| HSL | 137.44º | 0.84% | 0.8% | - |
| HSV(B) | 137.44º | 0.35% | 0.97% | - |
| XYZ | 56.82 | 77.64 | 58.45 | - |
| YUV | 214.33 | 112.01 | 89.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 247 | 186 | 0.35 | 0 | 0.25 | 0.03 | 137.44 | 0.84 | 0.8 |
| Hex | A1 | F7 | BA | 23 | 0 | 19 | 3 | 89 | 54 | 50 |
| Octal | 241 | 367 | 272 | 43 | 0 | 31 | 3 | 211 | 124 | 120 |
| Binary | 10100001 | 11110111 | 10111010 | 100011 | 0 | 11001 | 11 | 10001001 | 1010100 | 1010000 |
Color Harmonies of #A1F7BA
Complementary color
Monochromatic Colors of #A1F7BA
Black with #A1F7BA
Text Example
Text Example
White with #A1F7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F7BA; }
p { color: rgb(161,247,186); }
H1.HeaderClassName
{
color: #A1F7BA;
}
.AnyTagClassName
{
color: #A1F7BA;
}
</style>
background-color css
<style>
a { background-color: #A1F7BA; }
a { background-color: rgb(161,247,186); }
div.DivClassName
{
background-color: #A1F7BA;
}
.BgClassName
{
background-color: #A1F7BA;
}
</style>
border-color css
<style>
span { border-color: #A1F7BA; }
span { border-color: rgb(161,247,186); }
td.TdClassName
{
border-color: #A1F7BA;
}
.TagClassName
{
border-color: #A1F7BA;
}
</style>