Shades of Fringy Flower #A5FFBA
Tints of Fringy Flower #A5FFBA
RGB
CMYK
RGB Variations
Color information
#A5FFBA (or 0xA5FFBA) is known color: Fringy Flower. HEX triplet: A5, FF and BA. RGB value is (165,255,186). Sum of RGB (Red+Green+Blue) = 165+255+186=606 (80% of max value = 765). Red value is 165 (64.84% from 255 or 27.23% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 186 (73.05% from 255 or 30.69% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #A5FFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5FFBA is #5A0045. Grayscale: #DCDCDC. Windows color (decimal): -5898310 or 12255141. OLE color: 12255141.
HSL color Cylindrical-coordinate representation of color #A5FFBA: hue angle of 134º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A5FFBA is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 255 | 186 | - |
| CMYK | 0.35 | 0 | 0.27 | 0 |
| HSL | 134º | 1% | 0.82% | - |
| HSV(B) | 134º | 0.35% | 1% | - |
| XYZ | 60.14 | 83.06 | 59.32 | - |
| YUV | 220.22 | 108.68 | 88.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 255 | 186 | 0.35 | 0 | 0.27 | 0 | 134 | 1 | 0.82 |
| Hex | A5 | FF | BA | 23 | 0 | 1B | 0 | 86 | 64 | 52 |
| Octal | 245 | 377 | 272 | 43 | 0 | 33 | 0 | 206 | 144 | 122 |
| Binary | 10100101 | 11111111 | 10111010 | 100011 | 0 | 11011 | 0 | 10000110 | 1100100 | 1010010 |
Color Harmonies of #A5FFBA
Complementary color
Monochromatic Colors of #A5FFBA
Black with #A5FFBA
Text Example
Text Example
White with #A5FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5FFBA; }
p { color: rgb(165,255,186); }
H1.HeaderClassName
{
color: #A5FFBA;
}
.AnyTagClassName
{
color: #A5FFBA;
}
</style>
background-color css
<style>
a { background-color: #A5FFBA; }
a { background-color: rgb(165,255,186); }
div.DivClassName
{
background-color: #A5FFBA;
}
.BgClassName
{
background-color: #A5FFBA;
}
</style>
border-color css
<style>
span { border-color: #A5FFBA; }
span { border-color: rgb(165,255,186); }
td.TdClassName
{
border-color: #A5FFBA;
}
.TagClassName
{
border-color: #A5FFBA;
}
</style>