Shades of Fringy Flower #A0F1B7
Tints of Fringy Flower #A0F1B7
RGB
CMYK
RGB Variations
Color information
#A0F1B7 (or 0xA0F1B7) is known color: Fringy Flower. HEX triplet: A0, F1 and B7. RGB value is (160,241,183). Sum of RGB (Red+Green+Blue) = 160+241+183=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 241 (94.53% from 255 or 41.27% from 584); Blue value is 183 (71.88% from 255 or 31.34% from 584); Max value from RGB is 241 - color contains mainly: green. Hex color #A0F1B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F1B7 is #5F0E48. Grayscale: #D2D2D2. Windows color (decimal): -6229577 or 12054944. OLE color: 12054944.
HSL color Cylindrical-coordinate representation of color #A0F1B7: hue angle of 137.04º degrees, saturation: 0.74, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F1B7 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 241 | 183 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.05 |
| HSL | 137.04º | 0.74% | 0.79% | - |
| HSV(B) | 137.04º | 0.34% | 0.95% | - |
| XYZ | 54.5 | 73.8 | 56.17 | - |
| YUV | 210.17 | 112.66 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 241 | 183 | 0.34 | 0 | 0.24 | 0.05 | 137.04 | 0.74 | 0.79 |
| Hex | A0 | F1 | B7 | 22 | 0 | 18 | 5 | 89 | 4A | 4F |
| Octal | 240 | 361 | 267 | 42 | 0 | 30 | 5 | 211 | 112 | 117 |
| Binary | 10100000 | 11110001 | 10110111 | 100010 | 0 | 11000 | 101 | 10001001 | 1001010 | 1001111 |
Color Harmonies of #A0F1B7
Complementary color
Monochromatic Colors of #A0F1B7
Black with #A0F1B7
Text Example
Text Example
White with #A0F1B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F1B7; }
p { color: rgb(160,241,183); }
H1.HeaderClassName
{
color: #A0F1B7;
}
.AnyTagClassName
{
color: #A0F1B7;
}
</style>
background-color css
<style>
a { background-color: #A0F1B7; }
a { background-color: rgb(160,241,183); }
div.DivClassName
{
background-color: #A0F1B7;
}
.BgClassName
{
background-color: #A0F1B7;
}
</style>
border-color css
<style>
span { border-color: #A0F1B7; }
span { border-color: rgb(160,241,183); }
td.TdClassName
{
border-color: #A0F1B7;
}
.TagClassName
{
border-color: #A0F1B7;
}
</style>