Shades of Feijoa #98F168
Tints of Feijoa #98F168
RGB
CMYK
RGB Variations
Color information
#98F168 (or 0x98F168) is known color: Feijoa. HEX triplet: 98, F1 and 68. RGB value is (152,241,104). Sum of RGB (Red+Green+Blue) = 152+241+104=497 (65% of max value = 765). Red value is 152 (59.77% from 255 or 30.58% from 497); Green value is 241 (94.53% from 255 or 48.49% from 497); Blue value is 104 (41.02% from 255 or 20.93% from 497); Max value from RGB is 241 - color contains mainly: green. Hex color #98F168 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F168 is #670E97. Grayscale: #C7C7C7. Windows color (decimal): -6753944 or 6877592. OLE color: 6877592.
HSL color Cylindrical-coordinate representation of color #98F168: hue angle of 98.98º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #98F168 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 241 | 104 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.05 |
| HSL | 98.98º | 0.83% | 0.68% | - |
| HSV(B) | 98.98º | 0.57% | 0.95% | - |
| XYZ | 46.9 | 70.59 | 24.25 | - |
| YUV | 198.77 | 74.51 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 241 | 104 | 0.37 | 0 | 0.57 | 0.05 | 98.98 | 0.83 | 0.68 |
| Hex | 98 | F1 | 68 | 25 | 0 | 39 | 5 | 63 | 53 | 44 |
| Octal | 230 | 361 | 150 | 45 | 0 | 71 | 5 | 143 | 123 | 104 |
| Binary | 10011000 | 11110001 | 1101000 | 100101 | 0 | 111001 | 101 | 1100011 | 1010011 | 1000100 |
Color Harmonies of #98F168
Complementary color
Monochromatic Colors of #98F168
Black with #98F168
Text Example
Text Example
White with #98F168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F168; }
p { color: rgb(152,241,104); }
H1.HeaderClassName
{
color: #98F168;
}
.AnyTagClassName
{
color: #98F168;
}
</style>
background-color css
<style>
a { background-color: #98F168; }
a { background-color: rgb(152,241,104); }
div.DivClassName
{
background-color: #98F168;
}
.BgClassName
{
background-color: #98F168;
}
</style>
border-color css
<style>
span { border-color: #98F168; }
span { border-color: rgb(152,241,104); }
td.TdClassName
{
border-color: #98F168;
}
.TagClassName
{
border-color: #98F168;
}
</style>