Shades of Fringy Flower #A9F0B9
Tints of Fringy Flower #A9F0B9
RGB
CMYK
RGB Variations
Color information
#A9F0B9 (or 0xA9F0B9) is known color: Fringy Flower. HEX triplet: A9, F0 and B9. RGB value is (169,240,185). Sum of RGB (Red+Green+Blue) = 169+240+185=594 (78% of max value = 765). Red value is 169 (66.41% from 255 or 28.45% from 594); Green value is 240 (94.14% from 255 or 40.40% from 594); Blue value is 185 (72.66% from 255 or 31.14% from 594); Max value from RGB is 240 - color contains mainly: green. Hex color #A9F0B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A9F0B9 is #560F46. Grayscale: #D4D4D4. Windows color (decimal): -5640007 or 12185769. OLE color: 12185769.
HSL color Cylindrical-coordinate representation of color #A9F0B9: hue angle of 133.52º degrees, saturation: 0.7, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #A9F0B9 is Cyan = 0.30, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 169 | 240 | 185 | - |
| CMYK | 0.30 | 0 | 0.23 | 0.06 |
| HSL | 133.52º | 0.7% | 0.8% | - |
| HSV(B) | 133.52º | 0.3% | 0.94% | - |
| XYZ | 56.28 | 74.26 | 57.27 | - |
| YUV | 212.5 | 112.48 | 96.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 240 | 185 | 0.30 | 0 | 0.23 | 0.06 | 133.52 | 0.7 | 0.8 |
| Hex | A9 | F0 | B9 | 1E | 0 | 17 | 6 | 86 | 46 | 50 |
| Octal | 251 | 360 | 271 | 36 | 0 | 27 | 6 | 206 | 106 | 120 |
| Binary | 10101001 | 11110000 | 10111001 | 11110 | 0 | 10111 | 110 | 10000110 | 1000110 | 1010000 |
Color Harmonies of #A9F0B9
Complementary color
Monochromatic Colors of #A9F0B9
Black with #A9F0B9
Text Example
Text Example
White with #A9F0B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A9F0B9; }
p { color: rgb(169,240,185); }
H1.HeaderClassName
{
color: #A9F0B9;
}
.AnyTagClassName
{
color: #A9F0B9;
}
</style>
background-color css
<style>
a { background-color: #A9F0B9; }
a { background-color: rgb(169,240,185); }
div.DivClassName
{
background-color: #A9F0B9;
}
.BgClassName
{
background-color: #A9F0B9;
}
</style>
border-color css
<style>
span { border-color: #A9F0B9; }
span { border-color: rgb(169,240,185); }
td.TdClassName
{
border-color: #A9F0B9;
}
.TagClassName
{
border-color: #A9F0B9;
}
</style>