Shades of Fringy Flower #A8F1BF
Tints of Fringy Flower #A8F1BF
RGB
CMYK
RGB Variations
Color information
#A8F1BF (or 0xA8F1BF) is known color: Fringy Flower. HEX triplet: A8, F1 and BF. RGB value is (168,241,191). Sum of RGB (Red+Green+Blue) = 168+241+191=600 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28% from 600); Green value is 241 (94.53% from 255 or 40.17% from 600); Blue value is 191 (75% from 255 or 31.83% from 600); Max value from RGB is 241 - color contains mainly: green. Hex color #A8F1BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F1BF is #570E40. Grayscale: #D5D5D5. Windows color (decimal): -5705281 or 12579240. OLE color: 12579240.
HSL color Cylindrical-coordinate representation of color #A8F1BF: hue angle of 138.9º degrees, saturation: 0.72, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A8F1BF is Cyan = 0.30, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 241 | 191 | - |
| CMYK | 0.30 | 0 | 0.21 | 0.05 |
| HSL | 138.9º | 0.72% | 0.8% | - |
| HSV(B) | 138.9º | 0.3% | 0.95% | - |
| XYZ | 57.01 | 75 | 60.76 | - |
| YUV | 213.47 | 115.32 | 95.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 241 | 191 | 0.30 | 0 | 0.21 | 0.05 | 138.9 | 0.72 | 0.8 |
| Hex | A8 | F1 | BF | 1E | 0 | 15 | 5 | 8B | 48 | 50 |
| Octal | 250 | 361 | 277 | 36 | 0 | 25 | 5 | 213 | 110 | 120 |
| Binary | 10101000 | 11110001 | 10111111 | 11110 | 0 | 10101 | 101 | 10001011 | 1001000 | 1010000 |
Color Harmonies of #A8F1BF
Complementary color
Monochromatic Colors of #A8F1BF
Black with #A8F1BF
Text Example
Text Example
White with #A8F1BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F1BF; }
p { color: rgb(168,241,191); }
H1.HeaderClassName
{
color: #A8F1BF;
}
.AnyTagClassName
{
color: #A8F1BF;
}
</style>
background-color css
<style>
a { background-color: #A8F1BF; }
a { background-color: rgb(168,241,191); }
div.DivClassName
{
background-color: #A8F1BF;
}
.BgClassName
{
background-color: #A8F1BF;
}
</style>
border-color css
<style>
span { border-color: #A8F1BF; }
span { border-color: rgb(168,241,191); }
td.TdClassName
{
border-color: #A8F1BF;
}
.TagClassName
{
border-color: #A8F1BF;
}
</style>