Shades of Fringy Flower #A0E9B5
Tints of Fringy Flower #A0E9B5
RGB
CMYK
RGB Variations
Color information
#A0E9B5 (or 0xA0E9B5) is known color: Fringy Flower. HEX triplet: A0, E9 and B5. RGB value is (160,233,181). Sum of RGB (Red+Green+Blue) = 160+233+181=574 (76% of max value = 765). Red value is 160 (62.89% from 255 or 27.87% from 574); Green value is 233 (91.41% from 255 or 40.59% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 233 - color contains mainly: green. Hex color #A0E9B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0E9B5 is #5F164A. Grayscale: #CDCDCD. Windows color (decimal): -6231627 or 11921824. OLE color: 11921824.
HSL color Cylindrical-coordinate representation of color #A0E9B5: hue angle of 137.26º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A0E9B5 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 233 | 181 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.09 |
| HSL | 137.26º | 0.62% | 0.77% | - |
| HSV(B) | 137.26º | 0.31% | 0.91% | - |
| XYZ | 51.98 | 69.09 | 54.31 | - |
| YUV | 205.25 | 114.32 | 95.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 233 | 181 | 0.31 | 0 | 0.22 | 0.09 | 137.26 | 0.62 | 0.77 |
| Hex | A0 | E9 | B5 | 1F | 0 | 16 | 9 | 89 | 3E | 4D |
| Octal | 240 | 351 | 265 | 37 | 0 | 26 | 11 | 211 | 76 | 115 |
| Binary | 10100000 | 11101001 | 10110101 | 11111 | 0 | 10110 | 1001 | 10001001 | 111110 | 1001101 |
Color Harmonies of #A0E9B5
Complementary color
Monochromatic Colors of #A0E9B5
Black with #A0E9B5
Text Example
Text Example
White with #A0E9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0E9B5; }
p { color: rgb(160,233,181); }
H1.HeaderClassName
{
color: #A0E9B5;
}
.AnyTagClassName
{
color: #A0E9B5;
}
</style>
background-color css
<style>
a { background-color: #A0E9B5; }
a { background-color: rgb(160,233,181); }
div.DivClassName
{
background-color: #A0E9B5;
}
.BgClassName
{
background-color: #A0E9B5;
}
</style>
border-color css
<style>
span { border-color: #A0E9B5; }
span { border-color: rgb(160,233,181); }
td.TdClassName
{
border-color: #A0E9B5;
}
.TagClassName
{
border-color: #A0E9B5;
}
</style>