Shades of Fringy Flower #A9F1B9
Tints of Fringy Flower #A9F1B9
RGB
CMYK
RGB Variations
Color information
#A9F1B9 (or 0xA9F1B9) is known color: Fringy Flower. HEX triplet: A9, F1 and B9. RGB value is (169,241,185). Sum of RGB (Red+Green+Blue) = 169+241+185=595 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.40% from 595); Green value is 241 (94.53% from 255 or 40.50% from 595); Blue value is 185 (72.66% from 255 or 31.09% from 595); Max value from RGB is 241 - color contains mainly: green. Hex color #A9F1B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F1B9 is #560E46. Grayscale: #D5D5D5. Windows color (decimal): -5639751 or 12186025. OLE color: 12186025.
HSL color Cylindrical-coordinate representation of color #A9F1B9: hue angle of 133.33º 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 #A9F1B9 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 241 | 185 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.05 |
| HSL | 133.33º | 0.72% | 0.8% | - |
| HSV(B) | 133.33º | 0.3% | 0.95% | - |
| XYZ | 56.57 | 74.85 | 57.36 | - |
| YUV | 213.09 | 112.15 | 96.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 241 | 185 | 0.30 | 0 | 0.23 | 0.05 | 133.33 | 0.72 | 0.8 |
| Hex | A9 | F1 | B9 | 1E | 0 | 17 | 5 | 85 | 48 | 50 |
| Octal | 251 | 361 | 271 | 36 | 0 | 27 | 5 | 205 | 110 | 120 |
| Binary | 10101001 | 11110001 | 10111001 | 11110 | 0 | 10111 | 101 | 10000101 | 1001000 | 1010000 |
Color Harmonies of #A9F1B9
Complementary color
Monochromatic Colors of #A9F1B9
Black with #A9F1B9
Text Example
Text Example
White with #A9F1B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F1B9; }
p { color: rgb(169,241,185); }
H1.HeaderClassName
{
color: #A9F1B9;
}
.AnyTagClassName
{
color: #A9F1B9;
}
</style>
background-color css
<style>
a { background-color: #A9F1B9; }
a { background-color: rgb(169,241,185); }
div.DivClassName
{
background-color: #A9F1B9;
}
.BgClassName
{
background-color: #A9F1B9;
}
</style>
border-color css
<style>
span { border-color: #A9F1B9; }
span { border-color: rgb(169,241,185); }
td.TdClassName
{
border-color: #A9F1B9;
}
.TagClassName
{
border-color: #A9F1B9;
}
</style>