Shades of Fringy Flower #A8F5BA
Tints of Fringy Flower #A8F5BA
RGB
CMYK
RGB Variations
Color information
#A8F5BA (or 0xA8F5BA) is known color: Fringy Flower. HEX triplet: A8, F5 and BA. RGB value is (168,245,186). Sum of RGB (Red+Green+Blue) = 168+245+186=599 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.05% from 599); Green value is 245 (96.09% from 255 or 40.90% from 599); Blue value is 186 (73.05% from 255 or 31.05% from 599); Max value from RGB is 245 - color contains mainly: green. Hex color #A8F5BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F5BA is #570A45. Grayscale: #D7D7D7. Windows color (decimal): -5704262 or 12252584. OLE color: 12252584.
HSL color Cylindrical-coordinate representation of color #A8F5BA: hue angle of 134.03º degrees, saturation: 0.79, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A8F5BA is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 245 | 186 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.04 |
| HSL | 134.03º | 0.79% | 0.81% | - |
| HSV(B) | 134.03º | 0.31% | 0.96% | - |
| XYZ | 57.66 | 77.17 | 58.31 | - |
| YUV | 215.25 | 111.49 | 94.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 245 | 186 | 0.31 | 0 | 0.24 | 0.04 | 134.03 | 0.79 | 0.81 |
| Hex | A8 | F5 | BA | 1F | 0 | 18 | 4 | 86 | 4F | 51 |
| Octal | 250 | 365 | 272 | 37 | 0 | 30 | 4 | 206 | 117 | 121 |
| Binary | 10101000 | 11110101 | 10111010 | 11111 | 0 | 11000 | 100 | 10000110 | 1001111 | 1010001 |
Color Harmonies of #A8F5BA
Complementary color
Monochromatic Colors of #A8F5BA
Black with #A8F5BA
Text Example
Text Example
White with #A8F5BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F5BA; }
p { color: rgb(168,245,186); }
H1.HeaderClassName
{
color: #A8F5BA;
}
.AnyTagClassName
{
color: #A8F5BA;
}
</style>
background-color css
<style>
a { background-color: #A8F5BA; }
a { background-color: rgb(168,245,186); }
div.DivClassName
{
background-color: #A8F5BA;
}
.BgClassName
{
background-color: #A8F5BA;
}
</style>
border-color css
<style>
span { border-color: #A8F5BA; }
span { border-color: rgb(168,245,186); }
td.TdClassName
{
border-color: #A8F5BA;
}
.TagClassName
{
border-color: #A8F5BA;
}
</style>