Shades of Fringy Flower #A1F2B6
Tints of Fringy Flower #A1F2B6
RGB
CMYK
RGB Variations
Color information
#A1F2B6 (or 0xA1F2B6) is known color: Fringy Flower. HEX triplet: A1, F2 and B6. RGB value is (161,242,182). Sum of RGB (Red+Green+Blue) = 161+242+182=585 (77% of max value = 765). Red value is 161 (63.28% from 255 or 27.52% from 585); Green value is 242 (94.92% from 255 or 41.37% from 585); Blue value is 182 (71.48% from 255 or 31.11% from 585); Max value from RGB is 242 - color contains mainly: green. Hex color #A1F2B6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A1F2B6 is #5E0D49. Grayscale: #D3D3D3. Windows color (decimal): -6163786 or 11989665. OLE color: 11989665.
HSL color Cylindrical-coordinate representation of color #A1F2B6: hue angle of 135.56º degrees, saturation: 0.76, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A1F2B6 is Cyan = 0.33, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 161 | 242 | 182 | - |
| CMYK | 0.33 | 0 | 0.25 | 0.05 |
| HSL | 135.56º | 0.76% | 0.79% | - |
| HSV(B) | 135.56º | 0.33% | 0.95% | - |
| XYZ | 54.89 | 74.46 | 55.73 | - |
| YUV | 210.94 | 111.66 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 242 | 182 | 0.33 | 0 | 0.25 | 0.05 | 135.56 | 0.76 | 0.79 |
| Hex | A1 | F2 | B6 | 21 | 0 | 19 | 5 | 88 | 4C | 4F |
| Octal | 241 | 362 | 266 | 41 | 0 | 31 | 5 | 210 | 114 | 117 |
| Binary | 10100001 | 11110010 | 10110110 | 100001 | 0 | 11001 | 101 | 10001000 | 1001100 | 1001111 |
Color Harmonies of #A1F2B6
Complementary color
Monochromatic Colors of #A1F2B6
Black with #A1F2B6
Text Example
Text Example
White with #A1F2B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1F2B6; }
p { color: rgb(161,242,182); }
H1.HeaderClassName
{
color: #A1F2B6;
}
.AnyTagClassName
{
color: #A1F2B6;
}
</style>
background-color css
<style>
a { background-color: #A1F2B6; }
a { background-color: rgb(161,242,182); }
div.DivClassName
{
background-color: #A1F2B6;
}
.BgClassName
{
background-color: #A1F2B6;
}
</style>
border-color css
<style>
span { border-color: #A1F2B6; }
span { border-color: rgb(161,242,182); }
td.TdClassName
{
border-color: #A1F2B6;
}
.TagClassName
{
border-color: #A1F2B6;
}
</style>