Shades of Fringy Flower #A2FFBB
Tints of Fringy Flower #A2FFBB
RGB
CMYK
RGB Variations
Color information
#A2FFBB (or 0xA2FFBB) is known color: Fringy Flower. HEX triplet: A2, FF and BB. RGB value is (162,255,187). Sum of RGB (Red+Green+Blue) = 162+255+187=604 (80% of max value = 765). Red value is 162 (63.67% from 255 or 26.82% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 187 (73.44% from 255 or 30.96% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #A2FFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FFBB is #5D0044. Grayscale: #DBDBDB. Windows color (decimal): -6094917 or 12320674. OLE color: 12320674.
HSL color Cylindrical-coordinate representation of color #A2FFBB: hue angle of 136.13º 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 #A2FFBB is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 255 | 187 | - |
| CMYK | 0.36 | 0 | 0.27 | 0 |
| HSL | 136.13º | 1% | 0.82% | - |
| HSV(B) | 136.13º | 0.36% | 1% | - |
| XYZ | 59.63 | 82.79 | 59.85 | - |
| YUV | 219.44 | 109.69 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 255 | 187 | 0.36 | 0 | 0.27 | 0 | 136.13 | 1 | 0.82 |
| Hex | A2 | FF | BB | 24 | 0 | 1B | 0 | 88 | 64 | 52 |
| Octal | 242 | 377 | 273 | 44 | 0 | 33 | 0 | 210 | 144 | 122 |
| Binary | 10100010 | 11111111 | 10111011 | 100100 | 0 | 11011 | 0 | 10001000 | 1100100 | 1010010 |
Color Harmonies of #A2FFBB
Complementary color
Monochromatic Colors of #A2FFBB
Black with #A2FFBB
Text Example
Text Example
White with #A2FFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FFBB; }
p { color: rgb(162,255,187); }
H1.HeaderClassName
{
color: #A2FFBB;
}
.AnyTagClassName
{
color: #A2FFBB;
}
</style>
background-color css
<style>
a { background-color: #A2FFBB; }
a { background-color: rgb(162,255,187); }
div.DivClassName
{
background-color: #A2FFBB;
}
.BgClassName
{
background-color: #A2FFBB;
}
</style>
border-color css
<style>
span { border-color: #A2FFBB; }
span { border-color: rgb(162,255,187); }
td.TdClassName
{
border-color: #A2FFBB;
}
.TagClassName
{
border-color: #A2FFBB;
}
</style>