Shades of Fringy Flower #A0F0B8
Tints of Fringy Flower #A0F0B8
RGB
CMYK
RGB Variations
Color information
#A0F0B8 (or 0xA0F0B8) is known color: Fringy Flower. HEX triplet: A0, F0 and B8. RGB value is (160,240,184). Sum of RGB (Red+Green+Blue) = 160+240+184=584 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.40% from 584); Green value is 240 (94.14% from 255 or 41.10% from 584); Blue value is 184 (72.27% from 255 or 31.51% from 584); Max value from RGB is 240 - color contains mainly: green. Hex color #A0F0B8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F0B8 is #5F0F47. Grayscale: #D1D1D1. Windows color (decimal): -6229832 or 12120224. OLE color: 12120224.
HSL color Cylindrical-coordinate representation of color #A0F0B8: hue angle of 138º degrees, saturation: 0.73, 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 #A0F0B8 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 240 | 184 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.06 |
| HSL | 138º | 0.73% | 0.78% | - |
| HSV(B) | 138º | 0.33% | 0.94% | - |
| XYZ | 54.31 | 73.25 | 56.62 | - |
| YUV | 209.7 | 113.5 | 92.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 240 | 184 | 0.33 | 0 | 0.23 | 0.06 | 138 | 0.73 | 0.78 |
| Hex | A0 | F0 | B8 | 21 | 0 | 17 | 6 | 8A | 49 | 4E |
| Octal | 240 | 360 | 270 | 41 | 0 | 27 | 6 | 212 | 111 | 116 |
| Binary | 10100000 | 11110000 | 10111000 | 100001 | 0 | 10111 | 110 | 10001010 | 1001001 | 1001110 |
Color Harmonies of #A0F0B8
Complementary color
Monochromatic Colors of #A0F0B8
Black with #A0F0B8
Text Example
Text Example
White with #A0F0B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F0B8; }
p { color: rgb(160,240,184); }
H1.HeaderClassName
{
color: #A0F0B8;
}
.AnyTagClassName
{
color: #A0F0B8;
}
</style>
background-color css
<style>
a { background-color: #A0F0B8; }
a { background-color: rgb(160,240,184); }
div.DivClassName
{
background-color: #A0F0B8;
}
.BgClassName
{
background-color: #A0F0B8;
}
</style>
border-color css
<style>
span { border-color: #A0F0B8; }
span { border-color: rgb(160,240,184); }
td.TdClassName
{
border-color: #A0F0B8;
}
.TagClassName
{
border-color: #A0F0B8;
}
</style>