Shades of Fringy Flower #A0F2B8
Tints of Fringy Flower #A0F2B8
RGB
CMYK
RGB Variations
Color information
#A0F2B8 (or 0xA0F2B8) is known color: Fringy Flower. HEX triplet: A0, F2 and B8. RGB value is (160,242,184). Sum of RGB (Red+Green+Blue) = 160+242+184=586 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.30% from 586); Green value is 242 (94.92% from 255 or 41.30% from 586); Blue value is 184 (72.27% from 255 or 31.40% from 586); Max value from RGB is 242 - color contains mainly: green. Hex color #A0F2B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F2B8 is #5F0D47. Grayscale: #D3D3D3. Windows color (decimal): -6229320 or 12120736. OLE color: 12120736.
HSL color Cylindrical-coordinate representation of color #A0F2B8: hue angle of 137.56º degrees, saturation: 0.76, 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 #A0F2B8 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 242 | 184 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.05 |
| HSL | 137.56º | 0.76% | 0.79% | - |
| HSV(B) | 137.56º | 0.34% | 0.95% | - |
| XYZ | 54.9 | 74.44 | 56.82 | - |
| YUV | 210.87 | 112.83 | 91.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 242 | 184 | 0.34 | 0 | 0.24 | 0.05 | 137.56 | 0.76 | 0.79 |
| Hex | A0 | F2 | B8 | 22 | 0 | 18 | 5 | 8A | 4C | 4F |
| Octal | 240 | 362 | 270 | 42 | 0 | 30 | 5 | 212 | 114 | 117 |
| Binary | 10100000 | 11110010 | 10111000 | 100010 | 0 | 11000 | 101 | 10001010 | 1001100 | 1001111 |
Color Harmonies of #A0F2B8
Complementary color
Monochromatic Colors of #A0F2B8
Black with #A0F2B8
Text Example
Text Example
White with #A0F2B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F2B8; }
p { color: rgb(160,242,184); }
H1.HeaderClassName
{
color: #A0F2B8;
}
.AnyTagClassName
{
color: #A0F2B8;
}
</style>
background-color css
<style>
a { background-color: #A0F2B8; }
a { background-color: rgb(160,242,184); }
div.DivClassName
{
background-color: #A0F2B8;
}
.BgClassName
{
background-color: #A0F2B8;
}
</style>
border-color css
<style>
span { border-color: #A0F2B8; }
span { border-color: rgb(160,242,184); }
td.TdClassName
{
border-color: #A0F2B8;
}
.TagClassName
{
border-color: #A0F2B8;
}
</style>