Shades of Fringy Flower #A0F3B9
Tints of Fringy Flower #A0F3B9
RGB
CMYK
RGB Variations
Color information
#A0F3B9 (or 0xA0F3B9) is known color: Fringy Flower. HEX triplet: A0, F3 and B9. RGB value is (160,243,185). Sum of RGB (Red+Green+Blue) = 160+243+185=588 (77% of max value = 765). Red value is 160 (62.89% from 255 or 27.21% from 588); Green value is 243 (95.31% from 255 or 41.33% from 588); Blue value is 185 (72.66% from 255 or 31.46% from 588); Max value from RGB is 243 - color contains mainly: green. Hex color #A0F3B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A0F3B9 is #5F0C46. Grayscale: #D3D3D3. Windows color (decimal): -6229063 or 12186528. OLE color: 12186528.
HSL color Cylindrical-coordinate representation of color #A0F3B9: hue angle of 138.07º degrees, saturation: 0.78, 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 #A0F3B9 is Cyan = 0.34, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 243 | 185 | - |
| CMYK | 0.34 | 0 | 0.24 | 0.05 |
| HSL | 138.07º | 0.78% | 0.79% | - |
| HSV(B) | 138.07º | 0.34% | 0.95% | - |
| XYZ | 55.3 | 75.08 | 57.48 | - |
| YUV | 211.57 | 113 | 91.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 243 | 185 | 0.34 | 0 | 0.24 | 0.05 | 138.07 | 0.78 | 0.79 |
| Hex | A0 | F3 | B9 | 22 | 0 | 18 | 5 | 8A | 4E | 4F |
| Octal | 240 | 363 | 271 | 42 | 0 | 30 | 5 | 212 | 116 | 117 |
| Binary | 10100000 | 11110011 | 10111001 | 100010 | 0 | 11000 | 101 | 10001010 | 1001110 | 1001111 |
Color Harmonies of #A0F3B9
Complementary color
Monochromatic Colors of #A0F3B9
Black with #A0F3B9
Text Example
Text Example
White with #A0F3B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A0F3B9; }
p { color: rgb(160,243,185); }
H1.HeaderClassName
{
color: #A0F3B9;
}
.AnyTagClassName
{
color: #A0F3B9;
}
</style>
background-color css
<style>
a { background-color: #A0F3B9; }
a { background-color: rgb(160,243,185); }
div.DivClassName
{
background-color: #A0F3B9;
}
.BgClassName
{
background-color: #A0F3B9;
}
</style>
border-color css
<style>
span { border-color: #A0F3B9; }
span { border-color: rgb(160,243,185); }
td.TdClassName
{
border-color: #A0F3B9;
}
.TagClassName
{
border-color: #A0F3B9;
}
</style>