Shades of Fringy Flower #A8F4BA
Tints of Fringy Flower #A8F4BA
RGB
CMYK
RGB Variations
Color information
#A8F4BA (or 0xA8F4BA) is known color: Fringy Flower. HEX triplet: A8, F4 and BA. RGB value is (168,244,186). Sum of RGB (Red+Green+Blue) = 168+244+186=598 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.09% from 598); Green value is 244 (95.70% from 255 or 40.80% from 598); Blue value is 186 (73.05% from 255 or 31.10% from 598); Max value from RGB is 244 - color contains mainly: green. Hex color #A8F4BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F4BA is #570B45. Grayscale: #D6D6D6. Windows color (decimal): -5704518 or 12252328. OLE color: 12252328.
HSL color Cylindrical-coordinate representation of color #A8F4BA: hue angle of 134.21º degrees, saturation: 0.78, 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 #A8F4BA is Cyan = 0.31, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 244 | 186 | - |
| CMYK | 0.31 | 0 | 0.24 | 0.04 |
| HSL | 134.21º | 0.78% | 0.81% | - |
| HSV(B) | 134.21º | 0.31% | 0.96% | - |
| XYZ | 57.36 | 76.57 | 58.21 | - |
| YUV | 214.66 | 111.82 | 94.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 244 | 186 | 0.31 | 0 | 0.24 | 0.04 | 134.21 | 0.78 | 0.81 |
| Hex | A8 | F4 | BA | 1F | 0 | 18 | 4 | 86 | 4E | 51 |
| Octal | 250 | 364 | 272 | 37 | 0 | 30 | 4 | 206 | 116 | 121 |
| Binary | 10101000 | 11110100 | 10111010 | 11111 | 0 | 11000 | 100 | 10000110 | 1001110 | 1010001 |
Color Harmonies of #A8F4BA
Complementary color
Monochromatic Colors of #A8F4BA
Black with #A8F4BA
Text Example
Text Example
White with #A8F4BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F4BA; }
p { color: rgb(168,244,186); }
H1.HeaderClassName
{
color: #A8F4BA;
}
.AnyTagClassName
{
color: #A8F4BA;
}
</style>
background-color css
<style>
a { background-color: #A8F4BA; }
a { background-color: rgb(168,244,186); }
div.DivClassName
{
background-color: #A8F4BA;
}
.BgClassName
{
background-color: #A8F4BA;
}
</style>
border-color css
<style>
span { border-color: #A8F4BA; }
span { border-color: rgb(168,244,186); }
td.TdClassName
{
border-color: #A8F4BA;
}
.TagClassName
{
border-color: #A8F4BA;
}
</style>