Shades of Fringy Flower #9FFAB7
Tints of Fringy Flower #9FFAB7
RGB
CMYK
RGB Variations
Color information
#9FFAB7 (or 0x9FFAB7) is known color: Fringy Flower. HEX triplet: 9F, FA and B7. RGB value is (159,250,183). Sum of RGB (Red+Green+Blue) = 159+250+183=592 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.86% from 592); Green value is 250 (98.05% from 255 or 42.23% from 592); Blue value is 183 (71.88% from 255 or 30.91% from 592); Max value from RGB is 250 - color contains mainly: green. Hex color #9FFAB7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9FFAB7 is #600548. Grayscale: #D7D7D7. Windows color (decimal): -6292809 or 12057247. OLE color: 12057247.
HSL color Cylindrical-coordinate representation of color #9FFAB7: hue angle of 135.82º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FFAB7 is Cyan = 0.36, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 159 | 250 | 183 | - |
| CMYK | 0.36 | 0 | 0.27 | 0.02 |
| HSL | 135.82º | 0.9% | 0.8% | - |
| HSV(B) | 135.82º | 0.36% | 0.98% | - |
| XYZ | 57.03 | 79.16 | 57.07 | - |
| YUV | 215.15 | 109.85 | 87.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 159 | 250 | 183 | 0.36 | 0 | 0.27 | 0.02 | 135.82 | 0.9 | 0.8 |
| Hex | 9F | FA | B7 | 24 | 0 | 1B | 2 | 88 | 5A | 50 |
| Octal | 237 | 372 | 267 | 44 | 0 | 33 | 2 | 210 | 132 | 120 |
| Binary | 10011111 | 11111010 | 10110111 | 100100 | 0 | 11011 | 10 | 10001000 | 1011010 | 1010000 |
Color Harmonies of #9FFAB7
Complementary color
Monochromatic Colors of #9FFAB7
Black with #9FFAB7
Text Example
Text Example
White with #9FFAB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9FFAB7; }
p { color: rgb(159,250,183); }
H1.HeaderClassName
{
color: #9FFAB7;
}
.AnyTagClassName
{
color: #9FFAB7;
}
</style>
background-color css
<style>
a { background-color: #9FFAB7; }
a { background-color: rgb(159,250,183); }
div.DivClassName
{
background-color: #9FFAB7;
}
.BgClassName
{
background-color: #9FFAB7;
}
</style>
border-color css
<style>
span { border-color: #9FFAB7; }
span { border-color: rgb(159,250,183); }
td.TdClassName
{
border-color: #9FFAB7;
}
.TagClassName
{
border-color: #9FFAB7;
}
</style>