Shades of Fringy Flower #A2F9BA
Tints of Fringy Flower #A2F9BA
RGB
CMYK
RGB Variations
Color information
#A2F9BA (or 0xA2F9BA) is known color: Fringy Flower. HEX triplet: A2, F9 and BA. RGB value is (162,249,186). Sum of RGB (Red+Green+Blue) = 162+249+186=597 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27.14% from 597); Green value is 249 (97.66% from 255 or 41.71% from 597); Blue value is 186 (73.05% from 255 or 31.16% from 597); Max value from RGB is 249 - color contains mainly: green. Hex color #A2F9BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2F9BA is #5D0645. Grayscale: #D7D7D7. Windows color (decimal): -6096454 or 12253602. OLE color: 12253602.
HSL color Cylindrical-coordinate representation of color #A2F9BA: hue angle of 136.55º degrees, saturation: 0.88, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A2F9BA is Cyan = 0.35, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 249 | 186 | - |
| CMYK | 0.35 | 0 | 0.25 | 0.02 |
| HSL | 136.55º | 0.88% | 0.81% | - |
| HSV(B) | 136.55º | 0.35% | 0.98% | - |
| XYZ | 57.64 | 78.98 | 58.66 | - |
| YUV | 215.81 | 111.18 | 89.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 249 | 186 | 0.35 | 0 | 0.25 | 0.02 | 136.55 | 0.88 | 0.81 |
| Hex | A2 | F9 | BA | 23 | 0 | 19 | 2 | 89 | 58 | 51 |
| Octal | 242 | 371 | 272 | 43 | 0 | 31 | 2 | 211 | 130 | 121 |
| Binary | 10100010 | 11111001 | 10111010 | 100011 | 0 | 11001 | 10 | 10001001 | 1011000 | 1010001 |
Color Harmonies of #A2F9BA
Complementary color
Monochromatic Colors of #A2F9BA
Black with #A2F9BA
Text Example
Text Example
White with #A2F9BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2F9BA; }
p { color: rgb(162,249,186); }
H1.HeaderClassName
{
color: #A2F9BA;
}
.AnyTagClassName
{
color: #A2F9BA;
}
</style>
background-color css
<style>
a { background-color: #A2F9BA; }
a { background-color: rgb(162,249,186); }
div.DivClassName
{
background-color: #A2F9BA;
}
.BgClassName
{
background-color: #A2F9BA;
}
</style>
border-color css
<style>
span { border-color: #A2F9BA; }
span { border-color: rgb(162,249,186); }
td.TdClassName
{
border-color: #A2F9BA;
}
.TagClassName
{
border-color: #A2F9BA;
}
</style>