Shades of Fringy Flower #A2FFB9
Tints of Fringy Flower #A2FFB9
RGB
CMYK
RGB Variations
Color information
#A2FFB9 (or 0xA2FFB9) is known color: Fringy Flower. HEX triplet: A2, FF and B9. RGB value is (162,255,185). Sum of RGB (Red+Green+Blue) = 162+255+185=602 (79% of max value = 765). Red value is 162 (63.67% from 255 or 26.91% from 602); Green value is 255 (100% from 255 or 42.36% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FFB9 is #5D0046. Grayscale: #DBDBDB. Windows color (decimal): -6094919 or 12189602. OLE color: 12189602.
HSL color Cylindrical-coordinate representation of color #A2FFB9: hue angle of 134.84º degrees, saturation: 1, lightness: 0.82%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FFB9 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 185 | - |
| CMYK | 0.36 | 0 | 0.27 | 0 |
| HSL | 134.84º | 1% | 0.82% | - |
| HSV(B) | 134.84º | 0.36% | 1% | - |
| XYZ | 59.42 | 82.7 | 58.73 | - |
| YUV | 219.21 | 108.69 | 87.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 185 | 0.36 | 0 | 0.27 | 0 | 134.84 | 1 | 0.82 |
| Hex | A2 | FF | B9 | 24 | 0 | 1B | 0 | 87 | 64 | 52 |
| Octal | 242 | 377 | 271 | 44 | 0 | 33 | 0 | 207 | 144 | 122 |
| Binary | 10100010 | 11111111 | 10111001 | 100100 | 0 | 11011 | 0 | 10000111 | 1100100 | 1010010 |
Color Harmonies of #A2FFB9
Complementary color
Monochromatic Colors of #A2FFB9
Black with #A2FFB9
Text Example
Text Example
White with #A2FFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FFB9; }
p { color: rgb(162,255,185); }
H1.HeaderClassName
{
color: #A2FFB9;
}
.AnyTagClassName
{
color: #A2FFB9;
}
</style>
background-color css
<style>
a { background-color: #A2FFB9; }
a { background-color: rgb(162,255,185); }
div.DivClassName
{
background-color: #A2FFB9;
}
.BgClassName
{
background-color: #A2FFB9;
}
</style>
border-color css
<style>
span { border-color: #A2FFB9; }
span { border-color: rgb(162,255,185); }
td.TdClassName
{
border-color: #A2FFB9;
}
.TagClassName
{
border-color: #A2FFB9;
}
</style>