Shades of Fringy Flower #A1E8B5
Tints of Fringy Flower #A1E8B5
RGB
CMYK
RGB Variations
Color information
#A1E8B5 (or 0xA1E8B5) is known color: Fringy Flower. HEX triplet: A1, E8 and B5. RGB value is (161,232,181). Sum of RGB (Red+Green+Blue) = 161+232+181=574 (76% of max value = 765). Red value is 161 (63.28% from 255 or 28.05% from 574); Green value is 232 (91.02% from 255 or 40.42% from 574); Blue value is 181 (71.09% from 255 or 31.53% from 574); Max value from RGB is 232 - color contains mainly: green. Hex color #A1E8B5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1E8B5 is #5E174A. Grayscale: #CDCDCD. Windows color (decimal): -6166347 or 11921569. OLE color: 11921569.
HSL color Cylindrical-coordinate representation of color #A1E8B5: hue angle of 136.9º degrees, saturation: 0.61, 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 #A1E8B5 is Cyan = 0.31, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 161 | 232 | 181 | - |
| CMYK | 0.31 | 0 | 0.22 | 0.09 |
| HSL | 136.9º | 0.61% | 0.77% | - |
| HSV(B) | 136.9º | 0.31% | 0.91% | - |
| XYZ | 51.9 | 68.63 | 54.23 | - |
| YUV | 204.96 | 114.48 | 96.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 232 | 181 | 0.31 | 0 | 0.22 | 0.09 | 136.9 | 0.61 | 0.77 |
| Hex | A1 | E8 | B5 | 1F | 0 | 16 | 9 | 89 | 3D | 4D |
| Octal | 241 | 350 | 265 | 37 | 0 | 26 | 11 | 211 | 75 | 115 |
| Binary | 10100001 | 11101000 | 10110101 | 11111 | 0 | 10110 | 1001 | 10001001 | 111101 | 1001101 |
Color Harmonies of #A1E8B5
Complementary color
Monochromatic Colors of #A1E8B5
Black with #A1E8B5
Text Example
Text Example
White with #A1E8B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1E8B5; }
p { color: rgb(161,232,181); }
H1.HeaderClassName
{
color: #A1E8B5;
}
.AnyTagClassName
{
color: #A1E8B5;
}
</style>
background-color css
<style>
a { background-color: #A1E8B5; }
a { background-color: rgb(161,232,181); }
div.DivClassName
{
background-color: #A1E8B5;
}
.BgClassName
{
background-color: #A1E8B5;
}
</style>
border-color css
<style>
span { border-color: #A1E8B5; }
span { border-color: rgb(161,232,181); }
td.TdClassName
{
border-color: #A1E8B5;
}
.TagClassName
{
border-color: #A1E8B5;
}
</style>