Shades of Feijoa #98F16D
Tints of Feijoa #98F16D
RGB
CMYK
RGB Variations
Color information
#98F16D (or 0x98F16D) is known color: Feijoa. HEX triplet: 98, F1 and 6D. RGB value is (152,241,109). Sum of RGB (Red+Green+Blue) = 152+241+109=502 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.28% from 502); Green value is 241 (94.53% from 255 or 48.01% from 502); Blue value is 109 (42.97% from 255 or 21.71% from 502); Max value from RGB is 241 - color contains mainly: green. Hex color #98F16D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F16D is #670E92. Grayscale: #C7C7C7. Windows color (decimal): -6753939 or 7205272. OLE color: 7205272.
HSL color Cylindrical-coordinate representation of color #98F16D: hue angle of 100.45º degrees, saturation: 0.82, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98F16D is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 241 | 109 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.05 |
| HSL | 100.45º | 0.83% | 0.69% | - |
| HSV(B) | 100.45º | 0.55% | 0.95% | - |
| XYZ | 47.16 | 70.69 | 25.63 | - |
| YUV | 199.34 | 77.01 | 94.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 241 | 109 | 0.37 | 0 | 0.55 | 0.05 | 100.45 | 0.83 | 0.69 |
| Hex | 98 | F1 | 6D | 25 | 0 | 37 | 5 | 64 | 52 | 45 |
| Octal | 230 | 361 | 155 | 45 | 0 | 67 | 5 | 144 | 122 | 105 |
| Binary | 10011000 | 11110001 | 1101101 | 100101 | 0 | 110111 | 101 | 1100100 | 1010010 | 1000101 |
Color Harmonies of #98F16D
Complementary color
Monochromatic Colors of #98F16D
Black with #98F16D
Text Example
Text Example
White with #98F16D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F16D; }
p { color: rgb(152,241,109); }
H1.HeaderClassName
{
color: #98F16D;
}
.AnyTagClassName
{
color: #98F16D;
}
</style>
background-color css
<style>
a { background-color: #98F16D; }
a { background-color: rgb(152,241,109); }
div.DivClassName
{
background-color: #98F16D;
}
.BgClassName
{
background-color: #98F16D;
}
</style>
border-color css
<style>
span { border-color: #98F16D; }
span { border-color: rgb(152,241,109); }
td.TdClassName
{
border-color: #98F16D;
}
.TagClassName
{
border-color: #98F16D;
}
</style>