Shades of Fringy Flower #A2FCBA
Tints of Fringy Flower #A2FCBA
RGB
CMYK
RGB Variations
Color information
#A2FCBA (or 0xA2FCBA) is known color: Fringy Flower. HEX triplet: A2, FC and BA. RGB value is (162,252,186). Sum of RGB (Red+Green+Blue) = 162+252+186=600 (79% of max value = 765). Red value is 162 (63.67% from 255 or 27% from 600); Green value is 252 (98.83% from 255 or 42% from 600); Blue value is 186 (73.05% from 255 or 31% from 600); Max value from RGB is 252 - color contains mainly: green. Hex color #A2FCBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A2FCBA is #5D0345. Grayscale: #D9D9D9. Windows color (decimal): -6095686 or 12254370. OLE color: 12254370.
HSL color Cylindrical-coordinate representation of color #A2FCBA: hue angle of 136º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #A2FCBA is Cyan = 0.36, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 252 | 186 | - |
| CMYK | 0.36 | 0 | 0.26 | 0.01 |
| HSL | 136º | 0.94% | 0.81% | - |
| HSV(B) | 136º | 0.36% | 0.99% | - |
| XYZ | 58.57 | 80.85 | 58.97 | - |
| YUV | 217.57 | 110.18 | 88.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 252 | 186 | 0.36 | 0 | 0.26 | 0.01 | 136 | 0.94 | 0.81 |
| Hex | A2 | FC | BA | 24 | 0 | 1A | 1 | 88 | 5E | 51 |
| Octal | 242 | 374 | 272 | 44 | 0 | 32 | 1 | 210 | 136 | 121 |
| Binary | 10100010 | 11111100 | 10111010 | 100100 | 0 | 11010 | 1 | 10001000 | 1011110 | 1010001 |
Color Harmonies of #A2FCBA
Complementary color
Monochromatic Colors of #A2FCBA
Black with #A2FCBA
Text Example
Text Example
White with #A2FCBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A2FCBA; }
p { color: rgb(162,252,186); }
H1.HeaderClassName
{
color: #A2FCBA;
}
.AnyTagClassName
{
color: #A2FCBA;
}
</style>
background-color css
<style>
a { background-color: #A2FCBA; }
a { background-color: rgb(162,252,186); }
div.DivClassName
{
background-color: #A2FCBA;
}
.BgClassName
{
background-color: #A2FCBA;
}
</style>
border-color css
<style>
span { border-color: #A2FCBA; }
span { border-color: rgb(162,252,186); }
td.TdClassName
{
border-color: #A2FCBA;
}
.TagClassName
{
border-color: #A2FCBA;
}
</style>