Shades of Fringy Flower #A5F7BA
Tints of Fringy Flower #A5F7BA
RGB
CMYK
RGB Variations
Color information
#A5F7BA (or 0xA5F7BA) is known color: Fringy Flower. HEX triplet: A5, F7 and BA. RGB value is (165,247,186). Sum of RGB (Red+Green+Blue) = 165+247+186=598 (79% of max value = 765). Red value is 165 (64.84% from 255 or 27.59% from 598); Green value is 247 (96.88% from 255 or 41.30% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 247 - color contains mainly: green. Hex color #A5F7BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A5F7BA is #5A0845. Grayscale: #D7D7D7. Windows color (decimal): -5900358 or 12253093. OLE color: 12253093.
HSL color Cylindrical-coordinate representation of color #A5F7BA: hue angle of 135.37º degrees, saturation: 0.84, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A5F7BA is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 165 | 247 | 186 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.03 |
| HSL | 135.37º | 0.84% | 0.81% | - |
| HSV(B) | 135.37º | 0.33% | 0.97% | - |
| XYZ | 57.64 | 78.07 | 58.48 | - |
| YUV | 215.53 | 111.33 | 91.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 247 | 186 | 0.33 | 0 | 0.25 | 0.03 | 135.37 | 0.84 | 0.81 |
| Hex | A5 | F7 | BA | 21 | 0 | 19 | 3 | 87 | 54 | 51 |
| Octal | 245 | 367 | 272 | 41 | 0 | 31 | 3 | 207 | 124 | 121 |
| Binary | 10100101 | 11110111 | 10111010 | 100001 | 0 | 11001 | 11 | 10000111 | 1010100 | 1010001 |
Color Harmonies of #A5F7BA
Complementary color
Monochromatic Colors of #A5F7BA
Black with #A5F7BA
Text Example
Text Example
White with #A5F7BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5F7BA; }
p { color: rgb(165,247,186); }
H1.HeaderClassName
{
color: #A5F7BA;
}
.AnyTagClassName
{
color: #A5F7BA;
}
</style>
background-color css
<style>
a { background-color: #A5F7BA; }
a { background-color: rgb(165,247,186); }
div.DivClassName
{
background-color: #A5F7BA;
}
.BgClassName
{
background-color: #A5F7BA;
}
</style>
border-color css
<style>
span { border-color: #A5F7BA; }
span { border-color: rgb(165,247,186); }
td.TdClassName
{
border-color: #A5F7BA;
}
.TagClassName
{
border-color: #A5F7BA;
}
</style>