Shades of Fringy Flower #A1EFBC
Tints of Fringy Flower #A1EFBC
RGB
CMYK
RGB Variations
Color information
#A1EFBC (or 0xA1EFBC) is known color: Fringy Flower. HEX triplet: A1, EF and BC. RGB value is (161,239,188). Sum of RGB (Red+Green+Blue) = 161+239+188=588 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.38% from 588); Green value is 239 (93.75% from 255 or 40.65% from 588); Blue value is 188 (73.83% from 255 or 31.97% from 588); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFBC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFBC is #5E1043. Grayscale: #D1D1D1. Windows color (decimal): -6164548 or 12382113. OLE color: 12382113.
HSL color Cylindrical-coordinate representation of color #A1EFBC: hue angle of 140.77º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1EFBC is Cyan = 0.33, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 188 | - |
| CMYK | 0.33 | 0 | 0.21 | 0.06 |
| HSL | 140.77º | 0.71% | 0.78% | - |
| HSV(B) | 140.77º | 0.33% | 0.94% | - |
| XYZ | 54.64 | 72.94 | 58.78 | - |
| YUV | 209.86 | 115.66 | 93.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 188 | 0.33 | 0 | 0.21 | 0.06 | 140.77 | 0.71 | 0.78 |
| Hex | A1 | EF | BC | 21 | 0 | 15 | 6 | 8D | 47 | 4E |
| Octal | 241 | 357 | 274 | 41 | 0 | 25 | 6 | 215 | 107 | 116 |
| Binary | 10100001 | 11101111 | 10111100 | 100001 | 0 | 10101 | 110 | 10001101 | 1000111 | 1001110 |
Color Harmonies of #A1EFBC
Complementary color
Monochromatic Colors of #A1EFBC
Black with #A1EFBC
Text Example
Text Example
White with #A1EFBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EFBC; }
p { color: rgb(161,239,188); }
H1.HeaderClassName
{
color: #A1EFBC;
}
.AnyTagClassName
{
color: #A1EFBC;
}
</style>
background-color css
<style>
a { background-color: #A1EFBC; }
a { background-color: rgb(161,239,188); }
div.DivClassName
{
background-color: #A1EFBC;
}
.BgClassName
{
background-color: #A1EFBC;
}
</style>
border-color css
<style>
span { border-color: #A1EFBC; }
span { border-color: rgb(161,239,188); }
td.TdClassName
{
border-color: #A1EFBC;
}
.TagClassName
{
border-color: #A1EFBC;
}
</style>