Shades of Fringy Flower #A4F2BA
Tints of Fringy Flower #A4F2BA
RGB
CMYK
RGB Variations
Color information
#A4F2BA (or 0xA4F2BA) is known color: Fringy Flower. HEX triplet: A4, F2 and BA. RGB value is (164,242,186). Sum of RGB (Red+Green+Blue) = 164+242+186=592 (78% of max value = 765). Red value is 164 (64.45% from 255 or 27.70% from 592); Green value is 242 (94.92% from 255 or 40.88% from 592); Blue value is 186 (73.05% from 255 or 31.42% from 592); Max value from RGB is 242 - color contains mainly: green. Hex color #A4F2BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A4F2BA is #5B0D45. Grayscale: #D4D4D4. Windows color (decimal): -5967174 or 12251812. OLE color: 12251812.
HSL color Cylindrical-coordinate representation of color #A4F2BA: hue angle of 136.92º degrees, saturation: 0.75, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A4F2BA is Cyan = 0.32, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 242 | 186 | - |
| CMYK | 0.32 | 0 | 0.23 | 0.05 |
| HSL | 136.92º | 0.75% | 0.8% | - |
| HSV(B) | 136.92º | 0.32% | 0.95% | - |
| XYZ | 55.92 | 74.94 | 57.97 | - |
| YUV | 212.29 | 113.16 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 242 | 186 | 0.32 | 0 | 0.23 | 0.05 | 136.92 | 0.75 | 0.8 |
| Hex | A4 | F2 | BA | 20 | 0 | 17 | 5 | 89 | 4B | 50 |
| Octal | 244 | 362 | 272 | 40 | 0 | 27 | 5 | 211 | 113 | 120 |
| Binary | 10100100 | 11110010 | 10111010 | 100000 | 0 | 10111 | 101 | 10001001 | 1001011 | 1010000 |
Color Harmonies of #A4F2BA
Complementary color
Monochromatic Colors of #A4F2BA
Black with #A4F2BA
Text Example
Text Example
White with #A4F2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4F2BA; }
p { color: rgb(164,242,186); }
H1.HeaderClassName
{
color: #A4F2BA;
}
.AnyTagClassName
{
color: #A4F2BA;
}
</style>
background-color css
<style>
a { background-color: #A4F2BA; }
a { background-color: rgb(164,242,186); }
div.DivClassName
{
background-color: #A4F2BA;
}
.BgClassName
{
background-color: #A4F2BA;
}
</style>
border-color css
<style>
span { border-color: #A4F2BA; }
span { border-color: rgb(164,242,186); }
td.TdClassName
{
border-color: #A4F2BA;
}
.TagClassName
{
border-color: #A4F2BA;
}
</style>