Shades of Fringy Flower #A6FBB9
Tints of Fringy Flower #A6FBB9
RGB
CMYK
RGB Variations
Color information
#A6FBB9 (or 0xA6FBB9) is known color: Fringy Flower. HEX triplet: A6, FB and B9. RGB value is (166,251,185). Sum of RGB (Red+Green+Blue) = 166+251+185=602 (79% of max value = 765). Red value is 166 (65.23% from 255 or 27.57% from 602); Green value is 251 (98.44% from 255 or 41.69% from 602); Blue value is 185 (72.66% from 255 or 30.73% from 602); Max value from RGB is 251 - color contains mainly: green. Hex color #A6FBB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A6FBB9 is #590446. Grayscale: #DADADA. Windows color (decimal): -5833799 or 12188582. OLE color: 12188582.
HSL color Cylindrical-coordinate representation of color #A6FBB9: hue angle of 133.41º degrees, saturation: 0.91, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A6FBB9 is Cyan = 0.34, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 166 | 251 | 185 | - |
| CMYK | 0.34 | 0 | 0.26 | 0.02 |
| HSL | 133.41º | 0.91% | 0.82% | - |
| HSV(B) | 133.41º | 0.34% | 0.98% | - |
| XYZ | 58.98 | 80.6 | 58.35 | - |
| YUV | 218.06 | 109.34 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 251 | 185 | 0.34 | 0 | 0.26 | 0.02 | 133.41 | 0.91 | 0.82 |
| Hex | A6 | FB | B9 | 22 | 0 | 1A | 2 | 85 | 5B | 52 |
| Octal | 246 | 373 | 271 | 42 | 0 | 32 | 2 | 205 | 133 | 122 |
| Binary | 10100110 | 11111011 | 10111001 | 100010 | 0 | 11010 | 10 | 10000101 | 1011011 | 1010010 |
Color Harmonies of #A6FBB9
Complementary color
Monochromatic Colors of #A6FBB9
Black with #A6FBB9
Text Example
Text Example
White with #A6FBB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A6FBB9; }
p { color: rgb(166,251,185); }
H1.HeaderClassName
{
color: #A6FBB9;
}
.AnyTagClassName
{
color: #A6FBB9;
}
</style>
background-color css
<style>
a { background-color: #A6FBB9; }
a { background-color: rgb(166,251,185); }
div.DivClassName
{
background-color: #A6FBB9;
}
.BgClassName
{
background-color: #A6FBB9;
}
</style>
border-color css
<style>
span { border-color: #A6FBB9; }
span { border-color: rgb(166,251,185); }
td.TdClassName
{
border-color: #A6FBB9;
}
.TagClassName
{
border-color: #A6FBB9;
}
</style>