Shades of Fringy Flower #A0FFBA
Tints of Fringy Flower #A0FFBA
RGB
CMYK
RGB Variations
Color information
#A0FFBA (or 0xA0FFBA) is known color: Fringy Flower. HEX triplet: A0, FF and BA. RGB value is (160,255,186). Sum of RGB (Red+Green+Blue) = 160+255+186=601 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.62% from 601); Green value is 255 (100% from 255 or 42.43% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 255 - color contains mainly: green. Hex color #A0FFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FFBA is #5F0045. Grayscale: #DADADA. Windows color (decimal): -6225990 or 12255136. OLE color: 12255136.
HSL color Cylindrical-coordinate representation of color #A0FFBA: hue angle of 136.42º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FFBA is Cyan = 0.37, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 255 | 186 | - |
| CMYK | 0.37 | 0 | 0.27 | 0 |
| HSL | 136.42º | 1% | 0.81% | - |
| HSV(B) | 136.42º | 0.37% | 1% | - |
| XYZ | 59.12 | 82.54 | 59.27 | - |
| YUV | 218.73 | 109.53 | 86.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 255 | 186 | 0.37 | 0 | 0.27 | 0 | 136.42 | 1 | 0.81 |
| Hex | A0 | FF | BA | 25 | 0 | 1B | 0 | 88 | 64 | 51 |
| Octal | 240 | 377 | 272 | 45 | 0 | 33 | 0 | 210 | 144 | 121 |
| Binary | 10100000 | 11111111 | 10111010 | 100101 | 0 | 11011 | 0 | 10001000 | 1100100 | 1010001 |
Color Harmonies of #A0FFBA
Complementary color
Monochromatic Colors of #A0FFBA
Black with #A0FFBA
Text Example
Text Example
White with #A0FFBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FFBA; }
p { color: rgb(160,255,186); }
H1.HeaderClassName
{
color: #A0FFBA;
}
.AnyTagClassName
{
color: #A0FFBA;
}
</style>
background-color css
<style>
a { background-color: #A0FFBA; }
a { background-color: rgb(160,255,186); }
div.DivClassName
{
background-color: #A0FFBA;
}
.BgClassName
{
background-color: #A0FFBA;
}
</style>
border-color css
<style>
span { border-color: #A0FFBA; }
span { border-color: rgb(160,255,186); }
td.TdClassName
{
border-color: #A0FFBA;
}
.TagClassName
{
border-color: #A0FFBA;
}
</style>