Shades of Fringy Flower #A1EEBA
Tints of Fringy Flower #A1EEBA
RGB
CMYK
RGB Variations
Color information
#A1EEBA (or 0xA1EEBA) is known color: Fringy Flower. HEX triplet: A1, EE and BA. RGB value is (161,238,186). Sum of RGB (Red+Green+Blue) = 161+238+186=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 238 (93.36% from 255 or 40.68% from 585); Blue value is 186 (73.05% from 255 or 31.79% from 585); Max value from RGB is 238 - color contains mainly: green. Hex color #A1EEBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EEBA is #5E1145. Grayscale: #D1D1D1. Windows color (decimal): -6164806 or 12250785. OLE color: 12250785.
HSL color Cylindrical-coordinate representation of color #A1EEBA: hue angle of 139.48º degrees, saturation: 0.69, 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 #A1EEBA is Cyan = 0.32, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 238 | 186 | - |
| CMYK | 0.32 | 0 | 0.22 | 0.07 |
| HSL | 139.48º | 0.69% | 0.78% | - |
| HSV(B) | 139.48º | 0.32% | 0.93% | - |
| XYZ | 54.14 | 72.27 | 57.55 | - |
| YUV | 209.05 | 114.99 | 93.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 238 | 186 | 0.32 | 0 | 0.22 | 0.07 | 139.48 | 0.69 | 0.78 |
| Hex | A1 | EE | BA | 20 | 0 | 16 | 7 | 8B | 45 | 4E |
| Octal | 241 | 356 | 272 | 40 | 0 | 26 | 7 | 213 | 105 | 116 |
| Binary | 10100001 | 11101110 | 10111010 | 100000 | 0 | 10110 | 111 | 10001011 | 1000101 | 1001110 |
Color Harmonies of #A1EEBA
Complementary color
Monochromatic Colors of #A1EEBA
Black with #A1EEBA
Text Example
Text Example
White with #A1EEBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EEBA; }
p { color: rgb(161,238,186); }
H1.HeaderClassName
{
color: #A1EEBA;
}
.AnyTagClassName
{
color: #A1EEBA;
}
</style>
background-color css
<style>
a { background-color: #A1EEBA; }
a { background-color: rgb(161,238,186); }
div.DivClassName
{
background-color: #A1EEBA;
}
.BgClassName
{
background-color: #A1EEBA;
}
</style>
border-color css
<style>
span { border-color: #A1EEBA; }
span { border-color: rgb(161,238,186); }
td.TdClassName
{
border-color: #A1EEBA;
}
.TagClassName
{
border-color: #A1EEBA;
}
</style>