Shades of Fringy Flower #A7F2BA
Tints of Fringy Flower #A7F2BA
RGB
CMYK
RGB Variations
Color information
#A7F2BA (or 0xA7F2BA) is known color: Fringy Flower. HEX triplet: A7, F2 and BA. RGB value is (167,242,186). Sum of RGB (Red+Green+Blue) = 167+242+186=595 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.07% from 595); Green value is 242 (94.92% from 255 or 40.67% from 595); Blue value is 186 (73.05% from 255 or 31.26% from 595); Max value from RGB is 242 - color contains mainly: green. Hex color #A7F2BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A7F2BA is #580D45. Grayscale: #D5D5D5. Windows color (decimal): -5770566 or 12251815. OLE color: 12251815.
HSL color Cylindrical-coordinate representation of color #A7F2BA: hue angle of 135.2º degrees, saturation: 0.74, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A7F2BA is Cyan = 0.31, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 167 | 242 | 186 | - |
| CMYK | 0.31 | 0 | 0.23 | 0.05 |
| HSL | 135.2º | 0.74% | 0.8% | - |
| HSV(B) | 135.2º | 0.31% | 0.95% | - |
| XYZ | 56.55 | 75.26 | 58 | - |
| YUV | 213.19 | 112.65 | 95.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 242 | 186 | 0.31 | 0 | 0.23 | 0.05 | 135.2 | 0.74 | 0.8 |
| Hex | A7 | F2 | BA | 1F | 0 | 17 | 5 | 87 | 4A | 50 |
| Octal | 247 | 362 | 272 | 37 | 0 | 27 | 5 | 207 | 112 | 120 |
| Binary | 10100111 | 11110010 | 10111010 | 11111 | 0 | 10111 | 101 | 10000111 | 1001010 | 1010000 |
Color Harmonies of #A7F2BA
Complementary color
Monochromatic Colors of #A7F2BA
Black with #A7F2BA
Text Example
Text Example
White with #A7F2BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A7F2BA; }
p { color: rgb(167,242,186); }
H1.HeaderClassName
{
color: #A7F2BA;
}
.AnyTagClassName
{
color: #A7F2BA;
}
</style>
background-color css
<style>
a { background-color: #A7F2BA; }
a { background-color: rgb(167,242,186); }
div.DivClassName
{
background-color: #A7F2BA;
}
.BgClassName
{
background-color: #A7F2BA;
}
</style>
border-color css
<style>
span { border-color: #A7F2BA; }
span { border-color: rgb(167,242,186); }
td.TdClassName
{
border-color: #A7F2BA;
}
.TagClassName
{
border-color: #A7F2BA;
}
</style>