Shades of Fringy Flower #A6FFB9
Tints of Fringy Flower #A6FFB9
RGB
CMYK
RGB Variations
Color information
#A6FFB9 (or 0xA6FFB9) is known color: Fringy Flower. HEX triplet: A6, FF and B9. RGB value is (166,255,185). Sum of RGB (Red+Green+Blue) = 166+255+185=606 (80% of max value = 765). Red value is 166 (65.23% from 255 or 27.39% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 185 (72.66% from 255 or 30.53% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #A6FFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FFB9 is #590046. Grayscale: #DCDCDC. Windows color (decimal): -5832775 or 12189606. OLE color: 12189606.
HSL color Cylindrical-coordinate representation of color #A6FFB9: hue angle of 132.81º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #A6FFB9 is Cyan = 0.35, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 255 | 185 | - |
| CMYK | 0.35 | 0 | 0.27 | 0 |
| HSL | 132.81º | 1% | 0.83% | - |
| HSV(B) | 132.81º | 0.35% | 1% | - |
| XYZ | 60.24 | 83.13 | 58.77 | - |
| YUV | 220.41 | 108.01 | 89.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 255 | 185 | 0.35 | 0 | 0.27 | 0 | 132.81 | 1 | 0.83 |
| Hex | A6 | FF | B9 | 23 | 0 | 1B | 0 | 85 | 64 | 53 |
| Octal | 246 | 377 | 271 | 43 | 0 | 33 | 0 | 205 | 144 | 123 |
| Binary | 10100110 | 11111111 | 10111001 | 100011 | 0 | 11011 | 0 | 10000101 | 1100100 | 1010011 |
Color Harmonies of #A6FFB9
Complementary color
Monochromatic Colors of #A6FFB9
Black with #A6FFB9
Text Example
Text Example
White with #A6FFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FFB9; }
p { color: rgb(166,255,185); }
H1.HeaderClassName
{
color: #A6FFB9;
}
.AnyTagClassName
{
color: #A6FFB9;
}
</style>
background-color css
<style>
a { background-color: #A6FFB9; }
a { background-color: rgb(166,255,185); }
div.DivClassName
{
background-color: #A6FFB9;
}
.BgClassName
{
background-color: #A6FFB9;
}
</style>
border-color css
<style>
span { border-color: #A6FFB9; }
span { border-color: rgb(166,255,185); }
td.TdClassName
{
border-color: #A6FFB9;
}
.TagClassName
{
border-color: #A6FFB9;
}
</style>