Shades of Fringy Flower #9EF8B9
Tints of Fringy Flower #9EF8B9
RGB
CMYK
RGB Variations
Color information
#9EF8B9 (or 0x9EF8B9) is known color: Fringy Flower. HEX triplet: 9E, F8 and B9. RGB value is (158,248,185). Sum of RGB (Red+Green+Blue) = 158+248+185=591 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.73% from 591); Green value is 248 (97.27% from 255 or 41.96% from 591); Blue value is 185 (72.66% from 255 or 31.30% from 591); Max value from RGB is 248 - color contains mainly: green. Hex color #9EF8B9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #9EF8B9 is #610746. Grayscale: #D6D6D6. Windows color (decimal): -6358855 or 12187806. OLE color: 12187806.
HSL color Cylindrical-coordinate representation of color #9EF8B9: hue angle of 138º degrees, saturation: 0.87, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9EF8B9 is Cyan = 0.36, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 158 | 248 | 185 | - |
| CMYK | 0.36 | 0 | 0.25 | 0.03 |
| HSL | 138º | 0.87% | 0.8% | - |
| HSV(B) | 138º | 0.36% | 0.97% | - |
| XYZ | 56.42 | 77.91 | 57.96 | - |
| YUV | 213.91 | 111.68 | 88.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 158 | 248 | 185 | 0.36 | 0 | 0.25 | 0.03 | 138 | 0.87 | 0.8 |
| Hex | 9E | F8 | B9 | 24 | 0 | 19 | 3 | 8A | 57 | 50 |
| Octal | 236 | 370 | 271 | 44 | 0 | 31 | 3 | 212 | 127 | 120 |
| Binary | 10011110 | 11111000 | 10111001 | 100100 | 0 | 11001 | 11 | 10001010 | 1010111 | 1010000 |
Color Harmonies of #9EF8B9
Complementary color
Monochromatic Colors of #9EF8B9
Black with #9EF8B9
Text Example
Text Example
White with #9EF8B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9EF8B9; }
p { color: rgb(158,248,185); }
H1.HeaderClassName
{
color: #9EF8B9;
}
.AnyTagClassName
{
color: #9EF8B9;
}
</style>
background-color css
<style>
a { background-color: #9EF8B9; }
a { background-color: rgb(158,248,185); }
div.DivClassName
{
background-color: #9EF8B9;
}
.BgClassName
{
background-color: #9EF8B9;
}
</style>
border-color css
<style>
span { border-color: #9EF8B9; }
span { border-color: rgb(158,248,185); }
td.TdClassName
{
border-color: #9EF8B9;
}
.TagClassName
{
border-color: #9EF8B9;
}
</style>