Shades of Fringy Flower #A1EFB7
Tints of Fringy Flower #A1EFB7
RGB
CMYK
RGB Variations
Color information
#A1EFB7 (or 0xA1EFB7) is known color: Fringy Flower. HEX triplet: A1, EF and B7. RGB value is (161,239,183). Sum of RGB (Red+Green+Blue) = 161+239+183=583 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.62% from 583); Green value is 239 (93.75% from 255 or 40.99% from 583); Blue value is 183 (71.88% from 255 or 31.39% from 583); Max value from RGB is 239 - color contains mainly: green. Hex color #A1EFB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1EFB7 is #5E1048. Grayscale: #D1D1D1. Windows color (decimal): -6164553 or 12054433. OLE color: 12054433.
HSL color Cylindrical-coordinate representation of color #A1EFB7: hue angle of 136.92º 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 #A1EFB7 is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 161 | 239 | 183 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.06 |
| HSL | 136.92º | 0.71% | 0.78% | - |
| HSV(B) | 136.92º | 0.33% | 0.94% | - |
| XYZ | 54.11 | 72.73 | 55.99 | - |
| YUV | 209.29 | 113.16 | 93.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 239 | 183 | 0.33 | 0 | 0.23 | 0.06 | 136.92 | 0.71 | 0.78 |
| Hex | A1 | EF | B7 | 21 | 0 | 17 | 6 | 89 | 47 | 4E |
| Octal | 241 | 357 | 267 | 41 | 0 | 27 | 6 | 211 | 107 | 116 |
| Binary | 10100001 | 11101111 | 10110111 | 100001 | 0 | 10111 | 110 | 10001001 | 1000111 | 1001110 |
Color Harmonies of #A1EFB7
Complementary color
Monochromatic Colors of #A1EFB7
Black with #A1EFB7
Text Example
Text Example
White with #A1EFB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1EFB7; }
p { color: rgb(161,239,183); }
H1.HeaderClassName
{
color: #A1EFB7;
}
.AnyTagClassName
{
color: #A1EFB7;
}
</style>
background-color css
<style>
a { background-color: #A1EFB7; }
a { background-color: rgb(161,239,183); }
div.DivClassName
{
background-color: #A1EFB7;
}
.BgClassName
{
background-color: #A1EFB7;
}
</style>
border-color css
<style>
span { border-color: #A1EFB7; }
span { border-color: rgb(161,239,183); }
td.TdClassName
{
border-color: #A1EFB7;
}
.TagClassName
{
border-color: #A1EFB7;
}
</style>