Shades of Fringy Flower #A1FFBA
Tints of Fringy Flower #A1FFBA
RGB
CMYK
RGB Variations
Color information
#A1FFBA (or 0xA1FFBA) is known color: Fringy Flower. HEX triplet: A1, FF and BA. RGB value is (161,255,186). Sum of RGB (Red+Green+Blue) = 161+255+186=602 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.74% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFBA is #5E0045. Grayscale: #DBDBDB. Windows color (decimal): -6160454 or 12255137. OLE color: 12255137.
HSL color Cylindrical-coordinate representation of color #A1FFBA: hue angle of 135.96º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A1FFBA is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 186 | - |
| CMYK | 0.37 | 0 | 0.27 | 0 |
| HSL | 135.96º | 1% | 0.82% | - |
| HSV(B) | 135.96º | 0.37% | 1% | - |
| XYZ | 59.32 | 82.64 | 59.28 | - |
| YUV | 219.03 | 109.36 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 186 | 0.37 | 0 | 0.27 | 0 | 135.96 | 1 | 0.82 |
| Hex | A1 | FF | BA | 25 | 0 | 1B | 0 | 88 | 64 | 52 |
| Octal | 241 | 377 | 272 | 45 | 0 | 33 | 0 | 210 | 144 | 122 |
| Binary | 10100001 | 11111111 | 10111010 | 100101 | 0 | 11011 | 0 | 10001000 | 1100100 | 1010010 |
Color Harmonies of #A1FFBA
Complementary color
Monochromatic Colors of #A1FFBA
Black with #A1FFBA
Text Example
Text Example
White with #A1FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FFBA; }
p { color: rgb(161,255,186); }
H1.HeaderClassName
{
color: #A1FFBA;
}
.AnyTagClassName
{
color: #A1FFBA;
}
</style>
background-color css
<style>
a { background-color: #A1FFBA; }
a { background-color: rgb(161,255,186); }
div.DivClassName
{
background-color: #A1FFBA;
}
.BgClassName
{
background-color: #A1FFBA;
}
</style>
border-color css
<style>
span { border-color: #A1FFBA; }
span { border-color: rgb(161,255,186); }
td.TdClassName
{
border-color: #A1FFBA;
}
.TagClassName
{
border-color: #A1FFBA;
}
</style>