Shades of Fringy Flower #A1EFB6
Tints of Fringy Flower #A1EFB6
RGB
CMYK
RGB Variations
Color information
#A1EFB6 (or 0xA1EFB6) is known color: Fringy Flower. HEX triplet: A1, EF and B6. RGB value is (161,239,182). Sum of RGB (Red+Green+Blue) = 161+239+182=582 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.66% from 582); Green value is 239 (93.75% from 255 or 41.07% from 582); Blue value is 182 (71.48% from 255 or 31.27% from 582); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFB6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFB6 is #5E1049. Grayscale: #D1D1D1. Windows color (decimal): -6164554 or 11988897. OLE color: 11988897.
HSL color Cylindrical-coordinate representation of color #A1EFB6: hue angle of 136.15º 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 #A1EFB6 is Cyan = 0.33, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 182 | - |
| CMYK | 0.33 | 0 | 0.24 | 0.06 |
| HSL | 136.15º | 0.71% | 0.78% | - |
| HSV(B) | 136.15º | 0.33% | 0.94% | - |
| XYZ | 54.01 | 72.69 | 55.44 | - |
| YUV | 209.18 | 112.66 | 93.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 182 | 0.33 | 0 | 0.24 | 0.06 | 136.15 | 0.71 | 0.78 |
| Hex | A1 | EF | B6 | 21 | 0 | 18 | 6 | 88 | 47 | 4E |
| Octal | 241 | 357 | 266 | 41 | 0 | 30 | 6 | 210 | 107 | 116 |
| Binary | 10100001 | 11101111 | 10110110 | 100001 | 0 | 11000 | 110 | 10001000 | 1000111 | 1001110 |
Color Harmonies of #A1EFB6
Complementary color
Monochromatic Colors of #A1EFB6
Black with #A1EFB6
Text Example
Text Example
White with #A1EFB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EFB6; }
p { color: rgb(161,239,182); }
H1.HeaderClassName
{
color: #A1EFB6;
}
.AnyTagClassName
{
color: #A1EFB6;
}
</style>
background-color css
<style>
a { background-color: #A1EFB6; }
a { background-color: rgb(161,239,182); }
div.DivClassName
{
background-color: #A1EFB6;
}
.BgClassName
{
background-color: #A1EFB6;
}
</style>
border-color css
<style>
span { border-color: #A1EFB6; }
span { border-color: rgb(161,239,182); }
td.TdClassName
{
border-color: #A1EFB6;
}
.TagClassName
{
border-color: #A1EFB6;
}
</style>