Shades of Fringy Flower #A0F9BA
Tints of Fringy Flower #A0F9BA
RGB
CMYK
RGB Variations
Color information
#A0F9BA (or 0xA0F9BA) is known color: Fringy Flower. HEX triplet: A0, F9 and BA. RGB value is (160,249,186). Sum of RGB (Red+Green+Blue) = 160+249+186=595 (78% of max value = 765). Red value is 160 (62.89% from 255 or 26.89% from 595); Green value is 249 (97.66% from 255 or 41.85% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 249 - color contains mainly: green. Hex color #A0F9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F9BA is #5F0645. Grayscale: #D7D7D7. Windows color (decimal): -6227526 or 12253600. OLE color: 12253600.
HSL color Cylindrical-coordinate representation of color #A0F9BA: hue angle of 137.53º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A0F9BA is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 249 | 186 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.02 |
| HSL | 137.53º | 0.88% | 0.8% | - |
| HSV(B) | 137.53º | 0.36% | 0.98% | - |
| XYZ | 57.24 | 78.77 | 58.64 | - |
| YUV | 215.21 | 111.51 | 88.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 249 | 186 | 0.36 | 0 | 0.25 | 0.02 | 137.53 | 0.88 | 0.8 |
| Hex | A0 | F9 | BA | 24 | 0 | 19 | 2 | 8A | 58 | 50 |
| Octal | 240 | 371 | 272 | 44 | 0 | 31 | 2 | 212 | 130 | 120 |
| Binary | 10100000 | 11111001 | 10111010 | 100100 | 0 | 11001 | 10 | 10001010 | 1011000 | 1010000 |
Color Harmonies of #A0F9BA
Complementary color
Monochromatic Colors of #A0F9BA
Black with #A0F9BA
Text Example
Text Example
White with #A0F9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F9BA; }
p { color: rgb(160,249,186); }
H1.HeaderClassName
{
color: #A0F9BA;
}
.AnyTagClassName
{
color: #A0F9BA;
}
</style>
background-color css
<style>
a { background-color: #A0F9BA; }
a { background-color: rgb(160,249,186); }
div.DivClassName
{
background-color: #A0F9BA;
}
.BgClassName
{
background-color: #A0F9BA;
}
</style>
border-color css
<style>
span { border-color: #A0F9BA; }
span { border-color: rgb(160,249,186); }
td.TdClassName
{
border-color: #A0F9BA;
}
.TagClassName
{
border-color: #A0F9BA;
}
</style>