Shades of Fringy Flower #A8F9BF
Tints of Fringy Flower #A8F9BF
RGB
CMYK
RGB Variations
Color information
#A8F9BF (or 0xA8F9BF) is known color: Fringy Flower. HEX triplet: A8, F9 and BF. RGB value is (168,249,191). Sum of RGB (Red+Green+Blue) = 168+249+191=608 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.63% from 608); Green value is 249 (97.66% from 255 or 40.95% from 608); Blue value is 191 (75% from 255 or 31.41% from 608); Max value from RGB is 249 - color contains mainly: green. Hex color #A8F9BF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8F9BF is #570640. Grayscale: #DADADA. Windows color (decimal): -5703233 or 12581288. OLE color: 12581288.
HSL color Cylindrical-coordinate representation of color #A8F9BF: hue angle of 137.04º degrees, saturation: 0.87, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #A8F9BF is Cyan = 0.33, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 249 | 191 | - |
| CMYK | 0.33 | 0 | 0.23 | 0.02 |
| HSL | 137.04º | 0.87% | 0.82% | - |
| HSV(B) | 137.04º | 0.33% | 0.98% | - |
| XYZ | 59.43 | 79.84 | 61.57 | - |
| YUV | 218.17 | 112.66 | 92.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 249 | 191 | 0.33 | 0 | 0.23 | 0.02 | 137.04 | 0.87 | 0.82 |
| Hex | A8 | F9 | BF | 21 | 0 | 17 | 2 | 89 | 57 | 52 |
| Octal | 250 | 371 | 277 | 41 | 0 | 27 | 2 | 211 | 127 | 122 |
| Binary | 10101000 | 11111001 | 10111111 | 100001 | 0 | 10111 | 10 | 10001001 | 1010111 | 1010010 |
Color Harmonies of #A8F9BF
Complementary color
Monochromatic Colors of #A8F9BF
Black with #A8F9BF
Text Example
Text Example
White with #A8F9BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8F9BF; }
p { color: rgb(168,249,191); }
H1.HeaderClassName
{
color: #A8F9BF;
}
.AnyTagClassName
{
color: #A8F9BF;
}
</style>
background-color css
<style>
a { background-color: #A8F9BF; }
a { background-color: rgb(168,249,191); }
div.DivClassName
{
background-color: #A8F9BF;
}
.BgClassName
{
background-color: #A8F9BF;
}
</style>
border-color css
<style>
span { border-color: #A8F9BF; }
span { border-color: rgb(168,249,191); }
td.TdClassName
{
border-color: #A8F9BF;
}
.TagClassName
{
border-color: #A8F9BF;
}
</style>