Shades of Fringy Flower #A4F1BA
Tints of Fringy Flower #A4F1BA
RGB
CMYK
RGB Variations
Color information
#A4F1BA (or 0xA4F1BA) is known color: Fringy Flower. HEX triplet: A4, F1 and BA. RGB value is (164,241,186). Sum of RGB (Red+Green+Blue) = 164+241+186=591 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.75% from 591); Green value is 241 (94.53% from 255 or 40.78% from 591); Blue value is 186 (73.05% from 255 or 31.47% from 591); Max value from RGB is 241 - color contains mainly: green. Hex color #A4F1BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F1BA is #5B0E45. Grayscale: #D3D3D3. Windows color (decimal): -5967430 or 12251556. OLE color: 12251556.
HSL color Cylindrical-coordinate representation of color #A4F1BA: hue angle of 137.14º degrees, saturation: 0.73, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4F1BA is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 241 | 186 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.05 |
| HSL | 137.14º | 0.73% | 0.79% | - |
| HSV(B) | 137.14º | 0.32% | 0.95% | - |
| XYZ | 55.63 | 74.35 | 57.87 | - |
| YUV | 211.71 | 113.49 | 93.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 241 | 186 | 0.32 | 0 | 0.23 | 0.05 | 137.14 | 0.73 | 0.79 |
| Hex | A4 | F1 | BA | 20 | 0 | 17 | 5 | 89 | 49 | 4F |
| Octal | 244 | 361 | 272 | 40 | 0 | 27 | 5 | 211 | 111 | 117 |
| Binary | 10100100 | 11110001 | 10111010 | 100000 | 0 | 10111 | 101 | 10001001 | 1001001 | 1001111 |
Color Harmonies of #A4F1BA
Complementary color
Monochromatic Colors of #A4F1BA
Black with #A4F1BA
Text Example
Text Example
White with #A4F1BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F1BA; }
p { color: rgb(164,241,186); }
H1.HeaderClassName
{
color: #A4F1BA;
}
.AnyTagClassName
{
color: #A4F1BA;
}
</style>
background-color css
<style>
a { background-color: #A4F1BA; }
a { background-color: rgb(164,241,186); }
div.DivClassName
{
background-color: #A4F1BA;
}
.BgClassName
{
background-color: #A4F1BA;
}
</style>
border-color css
<style>
span { border-color: #A4F1BA; }
span { border-color: rgb(164,241,186); }
td.TdClassName
{
border-color: #A4F1BA;
}
.TagClassName
{
border-color: #A4F1BA;
}
</style>