Shades of Fringy Flower #A8FFB9
Tints of Fringy Flower #A8FFB9
RGB
CMYK
RGB Variations
Color information
#A8FFB9 (or 0xA8FFB9) is known color: Fringy Flower. HEX triplet: A8, FF and B9. RGB value is (168,255,185). Sum of RGB (Red+Green+Blue) = 168+255+185=608 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.63% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 185 (72.66% from 255 or 30.43% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFB9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FFB9 is #570046. Grayscale: #DDDDDD. Windows color (decimal): -5701703 or 12189608. OLE color: 12189608.
HSL color Cylindrical-coordinate representation of color #A8FFB9: hue angle of 131.72º degrees, saturation: 1, lightness: 0.83%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #A8FFB9 is Cyan = 0.34, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 185 | - |
| CMYK | 0.34 | 0 | 0.27 | 0 |
| HSL | 131.72º | 1% | 0.83% | - |
| HSV(B) | 131.72º | 0.34% | 1% | - |
| XYZ | 60.67 | 83.35 | 58.79 | - |
| YUV | 221.01 | 107.68 | 90.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 185 | 0.34 | 0 | 0.27 | 0 | 131.72 | 1 | 0.83 |
| Hex | A8 | FF | B9 | 22 | 0 | 1B | 0 | 84 | 64 | 53 |
| Octal | 250 | 377 | 271 | 42 | 0 | 33 | 0 | 204 | 144 | 123 |
| Binary | 10101000 | 11111111 | 10111001 | 100010 | 0 | 11011 | 0 | 10000100 | 1100100 | 1010011 |
Color Harmonies of #A8FFB9
Complementary color
Monochromatic Colors of #A8FFB9
Black with #A8FFB9
Text Example
Text Example
White with #A8FFB9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFB9; }
p { color: rgb(168,255,185); }
H1.HeaderClassName
{
color: #A8FFB9;
}
.AnyTagClassName
{
color: #A8FFB9;
}
</style>
background-color css
<style>
a { background-color: #A8FFB9; }
a { background-color: rgb(168,255,185); }
div.DivClassName
{
background-color: #A8FFB9;
}
.BgClassName
{
background-color: #A8FFB9;
}
</style>
border-color css
<style>
span { border-color: #A8FFB9; }
span { border-color: rgb(168,255,185); }
td.TdClassName
{
border-color: #A8FFB9;
}
.TagClassName
{
border-color: #A8FFB9;
}
</style>