Shades of Fringy Flower #ABF1B9
Tints of Fringy Flower #ABF1B9
RGB
CMYK
RGB Variations
Color information
#ABF1B9 (or 0xABF1B9) is known color: Fringy Flower. HEX triplet: AB, F1 and B9. RGB value is (171,241,185). Sum of RGB (Red+Green+Blue) = 171+241+185=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 241 (94.53% from 255 or 40.37% from 597); Blue value is 185 (72.66% from 255 or 30.99% from 597); Max value from RGB is 241 - color contains mainly: green. Hex color #ABF1B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #ABF1B9 is #540E46. Grayscale: #D5D5D5. Windows color (decimal): -5508679 or 12186027. OLE color: 12186027.
HSL color Cylindrical-coordinate representation of color #ABF1B9: hue angle of 132º degrees, saturation: 0.71, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #ABF1B9 is Cyan = 0.29, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 171 | 241 | 185 | - |
| CMYK | 0.29 | 0 | 0.23 | 0.05 |
| HSL | 132º | 0.71% | 0.81% | - |
| HSV(B) | 132º | 0.29% | 0.95% | - |
| XYZ | 57.01 | 75.07 | 57.38 | - |
| YUV | 213.69 | 111.81 | 97.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 171 | 241 | 185 | 0.29 | 0 | 0.23 | 0.05 | 132 | 0.71 | 0.81 |
| Hex | AB | F1 | B9 | 1D | 0 | 17 | 5 | 84 | 47 | 51 |
| Octal | 253 | 361 | 271 | 35 | 0 | 27 | 5 | 204 | 107 | 121 |
| Binary | 10101011 | 11110001 | 10111001 | 11101 | 0 | 10111 | 101 | 10000100 | 1000111 | 1010001 |
Color Harmonies of #ABF1B9
Complementary color
Monochromatic Colors of #ABF1B9
Black with #ABF1B9
Text Example
Text Example
White with #ABF1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #ABF1B9; }
p { color: rgb(171,241,185); }
H1.HeaderClassName
{
color: #ABF1B9;
}
.AnyTagClassName
{
color: #ABF1B9;
}
</style>
background-color css
<style>
a { background-color: #ABF1B9; }
a { background-color: rgb(171,241,185); }
div.DivClassName
{
background-color: #ABF1B9;
}
.BgClassName
{
background-color: #ABF1B9;
}
</style>
border-color css
<style>
span { border-color: #ABF1B9; }
span { border-color: rgb(171,241,185); }
td.TdClassName
{
border-color: #ABF1B9;
}
.TagClassName
{
border-color: #ABF1B9;
}
</style>