Shades of Fringy Flower #A2EFBB
Tints of Fringy Flower #A2EFBB
RGB
CMYK
RGB Variations
Color information
#A2EFBB (or 0xA2EFBB) is known color: Fringy Flower. HEX triplet: A2, EF and BB. RGB value is (162,239,187). Sum of RGB (Red+Green+Blue) = 162+239+187=588 (77% of max value = 765). Red value is 162 (63.67% from 255 or 27.55% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 187 (73.44% from 255 or 31.80% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #A2EFBB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2EFBB is #5D1044. Grayscale: #D2D2D2. Windows color (decimal): -6099013 or 12316578. OLE color: 12316578.
HSL color Cylindrical-coordinate representation of color #A2EFBB: hue angle of 139.48º degrees, saturation: 0.71, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A2EFBB is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 239 | 187 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.06 |
| HSL | 139.48º | 0.71% | 0.79% | - |
| HSV(B) | 139.48º | 0.32% | 0.94% | - |
| XYZ | 54.74 | 73 | 58.22 | - |
| YUV | 210.05 | 114.99 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 239 | 187 | 0.32 | 0 | 0.22 | 0.06 | 139.48 | 0.71 | 0.79 |
| Hex | A2 | EF | BB | 20 | 0 | 16 | 6 | 8B | 47 | 4F |
| Octal | 242 | 357 | 273 | 40 | 0 | 26 | 6 | 213 | 107 | 117 |
| Binary | 10100010 | 11101111 | 10111011 | 100000 | 0 | 10110 | 110 | 10001011 | 1000111 | 1001111 |
Color Harmonies of #A2EFBB
Complementary color
Monochromatic Colors of #A2EFBB
Black with #A2EFBB
Text Example
Text Example
White with #A2EFBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2EFBB; }
p { color: rgb(162,239,187); }
H1.HeaderClassName
{
color: #A2EFBB;
}
.AnyTagClassName
{
color: #A2EFBB;
}
</style>
background-color css
<style>
a { background-color: #A2EFBB; }
a { background-color: rgb(162,239,187); }
div.DivClassName
{
background-color: #A2EFBB;
}
.BgClassName
{
background-color: #A2EFBB;
}
</style>
border-color css
<style>
span { border-color: #A2EFBB; }
span { border-color: rgb(162,239,187); }
td.TdClassName
{
border-color: #A2EFBB;
}
.TagClassName
{
border-color: #A2EFBB;
}
</style>