Shades of Fringy Flower #A0EFB6
Tints of Fringy Flower #A0EFB6
RGB
CMYK
RGB Variations
Color information
#A0EFB6 (or 0xA0EFB6) is known color: Fringy Flower. HEX triplet: A0, EF and B6. RGB value is (160,239,182). Sum of RGB (Red+Green+Blue) = 160+239+182=581 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.54% from 581); Green value is 239 (93.75% from 255 or 41.14% from 581); Blue value is 182 (71.48% from 255 or 31.33% from 581); Max value from RGB is 239 - color contains mainly: green. Hex color #A0EFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0EFB6 is #5F1049. Grayscale: #D1D1D1. Windows color (decimal): -6230090 or 11988896. OLE color: 11988896.
HSL color Cylindrical-coordinate representation of color #A0EFB6: hue angle of 136.71º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A0EFB6 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 239 | 182 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.06 |
| HSL | 136.71º | 0.71% | 0.78% | - |
| HSV(B) | 136.71º | 0.33% | 0.94% | - |
| XYZ | 53.81 | 72.58 | 55.43 | - |
| YUV | 208.88 | 112.83 | 93.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 239 | 182 | 0.33 | 0 | 0.24 | 0.06 | 136.71 | 0.71 | 0.78 |
| Hex | A0 | EF | B6 | 21 | 0 | 18 | 6 | 89 | 47 | 4E |
| Octal | 240 | 357 | 266 | 41 | 0 | 30 | 6 | 211 | 107 | 116 |
| Binary | 10100000 | 11101111 | 10110110 | 100001 | 0 | 11000 | 110 | 10001001 | 1000111 | 1001110 |
Color Harmonies of #A0EFB6
Complementary color
Monochromatic Colors of #A0EFB6
Black with #A0EFB6
Text Example
Text Example
White with #A0EFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0EFB6; }
p { color: rgb(160,239,182); }
H1.HeaderClassName
{
color: #A0EFB6;
}
.AnyTagClassName
{
color: #A0EFB6;
}
</style>
background-color css
<style>
a { background-color: #A0EFB6; }
a { background-color: rgb(160,239,182); }
div.DivClassName
{
background-color: #A0EFB6;
}
.BgClassName
{
background-color: #A0EFB6;
}
</style>
border-color css
<style>
span { border-color: #A0EFB6; }
span { border-color: rgb(160,239,182); }
td.TdClassName
{
border-color: #A0EFB6;
}
.TagClassName
{
border-color: #A0EFB6;
}
</style>