Shades of Fringy Flower #A0FCBA
Tints of Fringy Flower #A0FCBA
RGB
CMYK
RGB Variations
Color information
#A0FCBA (or 0xA0FCBA) is known color: Fringy Flower. HEX triplet: A0, FC and BA. RGB value is (160,252,186). Sum of RGB (Red+Green+Blue) = 160+252+186=598 (79% of max value = 765). Red value is 160 (62.89% from 255 or 26.76% from 598); Green value is 252 (98.83% from 255 or 42.14% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 252 - color contains mainly: green. Hex color #A0FCBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0FCBA is #5F0345. Grayscale: #D9D9D9. Windows color (decimal): -6226758 or 12254368. OLE color: 12254368.
HSL color Cylindrical-coordinate representation of color #A0FCBA: hue angle of 136.96º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #A0FCBA is Cyan = 0.37, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 252 | 186 | - |
| CMYK | 0.37 | 0 | 0.26 | 0.01 |
| HSL | 136.96º | 0.94% | 0.81% | - |
| HSV(B) | 136.96º | 0.37% | 0.99% | - |
| XYZ | 58.17 | 80.64 | 58.95 | - |
| YUV | 216.97 | 110.52 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 252 | 186 | 0.37 | 0 | 0.26 | 0.01 | 136.96 | 0.94 | 0.81 |
| Hex | A0 | FC | BA | 25 | 0 | 1A | 1 | 89 | 5E | 51 |
| Octal | 240 | 374 | 272 | 45 | 0 | 32 | 1 | 211 | 136 | 121 |
| Binary | 10100000 | 11111100 | 10111010 | 100101 | 0 | 11010 | 1 | 10001001 | 1011110 | 1010001 |
Color Harmonies of #A0FCBA
Complementary color
Monochromatic Colors of #A0FCBA
Black with #A0FCBA
Text Example
Text Example
White with #A0FCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0FCBA; }
p { color: rgb(160,252,186); }
H1.HeaderClassName
{
color: #A0FCBA;
}
.AnyTagClassName
{
color: #A0FCBA;
}
</style>
background-color css
<style>
a { background-color: #A0FCBA; }
a { background-color: rgb(160,252,186); }
div.DivClassName
{
background-color: #A0FCBA;
}
.BgClassName
{
background-color: #A0FCBA;
}
</style>
border-color css
<style>
span { border-color: #A0FCBA; }
span { border-color: rgb(160,252,186); }
td.TdClassName
{
border-color: #A0FCBA;
}
.TagClassName
{
border-color: #A0FCBA;
}
</style>