Shades of Fringy Flower #A1ECBA
Tints of Fringy Flower #A1ECBA
RGB
CMYK
RGB Variations
Color information
#A1ECBA (or 0xA1ECBA) is known color: Fringy Flower. HEX triplet: A1, EC and BA. RGB value is (161,236,186). Sum of RGB (Red+Green+Blue) = 161+236+186=583 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.62% from 583); Green value is 236 (92.58% from 255 or 40.48% from 583); Blue value is 186 (73.05% from 255 or 31.90% from 583); Max value from RGB is 236 - color contains mainly: green. Hex color #A1ECBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1ECBA is #5E1345. Grayscale: #CFCFCF. Windows color (decimal): -6165318 or 12250273. OLE color: 12250273.
HSL color Cylindrical-coordinate representation of color #A1ECBA: hue angle of 140º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A1ECBA is Cyan = 0.32, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 236 | 186 | - |
| CMYK | 0.32 | 0 | 0.21 | 0.07 |
| HSL | 140º | 0.66% | 0.78% | - |
| HSV(B) | 140º | 0.32% | 0.93% | - |
| XYZ | 53.56 | 71.11 | 57.36 | - |
| YUV | 207.88 | 115.65 | 94.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 236 | 186 | 0.32 | 0 | 0.21 | 0.07 | 140 | 0.66 | 0.78 |
| Hex | A1 | EC | BA | 20 | 0 | 15 | 7 | 8C | 42 | 4E |
| Octal | 241 | 354 | 272 | 40 | 0 | 25 | 7 | 214 | 102 | 116 |
| Binary | 10100001 | 11101100 | 10111010 | 100000 | 0 | 10101 | 111 | 10001100 | 1000010 | 1001110 |
Color Harmonies of #A1ECBA
Complementary color
Monochromatic Colors of #A1ECBA
Black with #A1ECBA
Text Example
Text Example
White with #A1ECBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1ECBA; }
p { color: rgb(161,236,186); }
H1.HeaderClassName
{
color: #A1ECBA;
}
.AnyTagClassName
{
color: #A1ECBA;
}
</style>
background-color css
<style>
a { background-color: #A1ECBA; }
a { background-color: rgb(161,236,186); }
div.DivClassName
{
background-color: #A1ECBA;
}
.BgClassName
{
background-color: #A1ECBA;
}
</style>
border-color css
<style>
span { border-color: #A1ECBA; }
span { border-color: rgb(161,236,186); }
td.TdClassName
{
border-color: #A1ECBA;
}
.TagClassName
{
border-color: #A1ECBA;
}
</style>