Shades of Fringy Flower #A1E9B5
Tints of Fringy Flower #A1E9B5
RGB
CMYK
RGB Variations
Color information
#A1E9B5 (or 0xA1E9B5) is known color: Fringy Flower. HEX triplet: A1, E9 and B5. RGB value is (161,233,181). Sum of RGB (Red+Green+Blue) = 161+233+181=575 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28% from 575); Green value is 233 (91.41% from 255 or 40.52% from 575); Blue value is 181 (71.09% from 255 or 31.48% from 575); Max value from RGB is 233 - color contains mainly: green. Hex color #A1E9B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E9B5 is #5E164A. Grayscale: #CDCDCD. Windows color (decimal): -6166091 or 11921825. OLE color: 11921825.
HSL color Cylindrical-coordinate representation of color #A1E9B5: hue angle of 136.67º degrees, saturation: 0.62, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A1E9B5 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 233 | 181 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.09 |
| HSL | 136.67º | 0.62% | 0.77% | - |
| HSV(B) | 136.67º | 0.31% | 0.91% | - |
| XYZ | 52.18 | 69.19 | 54.32 | - |
| YUV | 205.54 | 114.15 | 96.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 233 | 181 | 0.31 | 0 | 0.22 | 0.09 | 136.67 | 0.62 | 0.77 |
| Hex | A1 | E9 | B5 | 1F | 0 | 16 | 9 | 89 | 3E | 4D |
| Octal | 241 | 351 | 265 | 37 | 0 | 26 | 11 | 211 | 76 | 115 |
| Binary | 10100001 | 11101001 | 10110101 | 11111 | 0 | 10110 | 1001 | 10001001 | 111110 | 1001101 |
Color Harmonies of #A1E9B5
Complementary color
Monochromatic Colors of #A1E9B5
Black with #A1E9B5
Text Example
Text Example
White with #A1E9B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E9B5; }
p { color: rgb(161,233,181); }
H1.HeaderClassName
{
color: #A1E9B5;
}
.AnyTagClassName
{
color: #A1E9B5;
}
</style>
background-color css
<style>
a { background-color: #A1E9B5; }
a { background-color: rgb(161,233,181); }
div.DivClassName
{
background-color: #A1E9B5;
}
.BgClassName
{
background-color: #A1E9B5;
}
</style>
border-color css
<style>
span { border-color: #A1E9B5; }
span { border-color: rgb(161,233,181); }
td.TdClassName
{
border-color: #A1E9B5;
}
.TagClassName
{
border-color: #A1E9B5;
}
</style>