Shades of Fringy Flower #A8FFBF
Tints of Fringy Flower #A8FFBF
RGB
CMYK
RGB Variations
Color information
#A8FFBF (or 0xA8FFBF) is known color: Fringy Flower. HEX triplet: A8, FF and BF. RGB value is (168,255,191). Sum of RGB (Red+Green+Blue) = 168+255+191=614 (81% of max value = 765). Red value is 168 (66.02% from 255 or 27.36% from 614); Green value is 255 (100% from 255 or 41.53% from 614); Blue value is 191 (75% from 255 or 31.11% from 614); Max value from RGB is 255 - color contains mainly: green. Hex color #A8FFBF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8FFBF is #570040. Grayscale: #DDDDDD. Windows color (decimal): -5701697 or 12582824. OLE color: 12582824.
HSL color Cylindrical-coordinate representation of color #A8FFBF: hue angle of 135.86º 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 #A8FFBF is Cyan = 0.34, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 255 | 191 | - |
| CMYK | 0.34 | 0 | 0.25 | 0 |
| HSL | 135.86º | 1% | 0.83% | - |
| HSV(B) | 135.86º | 0.34% | 1% | - |
| XYZ | 61.31 | 83.61 | 62.2 | - |
| YUV | 221.69 | 110.68 | 89.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 255 | 191 | 0.34 | 0 | 0.25 | 0 | 135.86 | 1 | 0.83 |
| Hex | A8 | FF | BF | 22 | 0 | 19 | 0 | 88 | 64 | 53 |
| Octal | 250 | 377 | 277 | 42 | 0 | 31 | 0 | 210 | 144 | 123 |
| Binary | 10101000 | 11111111 | 10111111 | 100010 | 0 | 11001 | 0 | 10001000 | 1100100 | 1010011 |
Color Harmonies of #A8FFBF
Complementary color
Monochromatic Colors of #A8FFBF
Black with #A8FFBF
Text Example
Text Example
White with #A8FFBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8FFBF; }
p { color: rgb(168,255,191); }
H1.HeaderClassName
{
color: #A8FFBF;
}
.AnyTagClassName
{
color: #A8FFBF;
}
</style>
background-color css
<style>
a { background-color: #A8FFBF; }
a { background-color: rgb(168,255,191); }
div.DivClassName
{
background-color: #A8FFBF;
}
.BgClassName
{
background-color: #A8FFBF;
}
</style>
border-color css
<style>
span { border-color: #A8FFBF; }
span { border-color: rgb(168,255,191); }
td.TdClassName
{
border-color: #A8FFBF;
}
.TagClassName
{
border-color: #A8FFBF;
}
</style>