Shades of Fringy Flower #A1FFB8
Tints of Fringy Flower #A1FFB8
RGB
CMYK
RGB Variations
Color information
#A1FFB8 (or 0xA1FFB8) is known color: Fringy Flower. HEX triplet: A1, FF and B8. RGB value is (161,255,184). Sum of RGB (Red+Green+Blue) = 161+255+184=600 (79% of max value = 765). Red value is 161 (63.28% from 255 or 26.83% from 600); Green value is 255 (100% from 255 or 42.5% from 600); Blue value is 184 (72.27% from 255 or 30.67% from 600); Max value from RGB is 255 - color contains mainly: green. Hex color #A1FFB8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1FFB8 is #5E0047. Grayscale: #DADADA. Windows color (decimal): -6160456 or 12124065. OLE color: 12124065.
HSL color Cylindrical-coordinate representation of color #A1FFB8: hue angle of 134.68º 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 #A1FFB8 is Cyan = 0.37, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.
Color convert
| RGB | 161 | 255 | 184 | - |
| CMYK | 0.37 | 0 | 0.28 | 0 |
| HSL | 134.68º | 1% | 0.82% | - |
| HSV(B) | 134.68º | 0.37% | 1% | - |
| XYZ | 59.11 | 82.56 | 58.17 | - |
| YUV | 218.8 | 108.36 | 86.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 255 | 184 | 0.37 | 0 | 0.28 | 0 | 134.68 | 1 | 0.82 |
| Hex | A1 | FF | B8 | 25 | 0 | 1C | 0 | 87 | 64 | 52 |
| Octal | 241 | 377 | 270 | 45 | 0 | 34 | 0 | 207 | 144 | 122 |
| Binary | 10100001 | 11111111 | 10111000 | 100101 | 0 | 11100 | 0 | 10000111 | 1100100 | 1010010 |
Color Harmonies of #A1FFB8
Complementary color
Monochromatic Colors of #A1FFB8
Black with #A1FFB8
Text Example
Text Example
White with #A1FFB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1FFB8; }
p { color: rgb(161,255,184); }
H1.HeaderClassName
{
color: #A1FFB8;
}
.AnyTagClassName
{
color: #A1FFB8;
}
</style>
background-color css
<style>
a { background-color: #A1FFB8; }
a { background-color: rgb(161,255,184); }
div.DivClassName
{
background-color: #A1FFB8;
}
.BgClassName
{
background-color: #A1FFB8;
}
</style>
border-color css
<style>
span { border-color: #A1FFB8; }
span { border-color: rgb(161,255,184); }
td.TdClassName
{
border-color: #A1FFB8;
}
.TagClassName
{
border-color: #A1FFB8;
}
</style>