Shades of Fringy Flower #A0F4B7
Tints of Fringy Flower #A0F4B7
RGB
CMYK
RGB Variations
Color information
#A0F4B7 (or 0xA0F4B7) is known color: Fringy Flower. HEX triplet: A0, F4 and B7. RGB value is (160,244,183). Sum of RGB (Red+Green+Blue) = 160+244+183=587 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.26% from 587); Green value is 244 (95.70% from 255 or 41.57% from 587); Blue value is 183 (71.88% from 255 or 31.18% from 587); Max value from RGB is 244 - color contains mainly: green. Hex color #A0F4B7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F4B7 is #5F0B48. Grayscale: #D4D4D4. Windows color (decimal): -6228809 or 12055712. OLE color: 12055712.
HSL color Cylindrical-coordinate representation of color #A0F4B7: hue angle of 136.43º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A0F4B7 is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 244 | 183 | - |
| CMYK | 0.34 | 0 | 0.25 | 0.04 |
| HSL | 136.43º | 0.79% | 0.79% | - |
| HSV(B) | 136.43º | 0.34% | 0.96% | - |
| XYZ | 55.4 | 75.59 | 56.47 | - |
| YUV | 211.93 | 111.67 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 244 | 183 | 0.34 | 0 | 0.25 | 0.04 | 136.43 | 0.79 | 0.79 |
| Hex | A0 | F4 | B7 | 22 | 0 | 19 | 4 | 88 | 4F | 4F |
| Octal | 240 | 364 | 267 | 42 | 0 | 31 | 4 | 210 | 117 | 117 |
| Binary | 10100000 | 11110100 | 10110111 | 100010 | 0 | 11001 | 100 | 10001000 | 1001111 | 1001111 |
Color Harmonies of #A0F4B7
Complementary color
Monochromatic Colors of #A0F4B7
Black with #A0F4B7
Text Example
Text Example
White with #A0F4B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F4B7; }
p { color: rgb(160,244,183); }
H1.HeaderClassName
{
color: #A0F4B7;
}
.AnyTagClassName
{
color: #A0F4B7;
}
</style>
background-color css
<style>
a { background-color: #A0F4B7; }
a { background-color: rgb(160,244,183); }
div.DivClassName
{
background-color: #A0F4B7;
}
.BgClassName
{
background-color: #A0F4B7;
}
</style>
border-color css
<style>
span { border-color: #A0F4B7; }
span { border-color: rgb(160,244,183); }
td.TdClassName
{
border-color: #A0F4B7;
}
.TagClassName
{
border-color: #A0F4B7;
}
</style>