Shades of Feijoa #98F16C
Tints of Feijoa #98F16C
RGB
CMYK
RGB Variations
Color information
#98F16C (or 0x98F16C) is known color: Feijoa. HEX triplet: 98, F1 and 6C. RGB value is (152,241,108). Sum of RGB (Red+Green+Blue) = 152+241+108=501 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.34% from 501); Green value is 241 (94.53% from 255 or 48.10% from 501); Blue value is 108 (42.58% from 255 or 21.56% from 501); Max value from RGB is 241 - color contains mainly: green. Hex color #98F16C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F16C is #670E93. Grayscale: #C7C7C7. Windows color (decimal): -6753940 or 7139736. OLE color: 7139736.
HSL color Cylindrical-coordinate representation of color #98F16C: hue angle of 100.15º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98F16C is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 241 | 108 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.05 |
| HSL | 100.15º | 0.83% | 0.68% | - |
| HSV(B) | 100.15º | 0.55% | 0.95% | - |
| XYZ | 47.11 | 70.67 | 25.34 | - |
| YUV | 199.23 | 76.51 | 94.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 241 | 108 | 0.37 | 0 | 0.55 | 0.05 | 100.15 | 0.83 | 0.68 |
| Hex | 98 | F1 | 6C | 25 | 0 | 37 | 5 | 64 | 53 | 44 |
| Octal | 230 | 361 | 154 | 45 | 0 | 67 | 5 | 144 | 123 | 104 |
| Binary | 10011000 | 11110001 | 1101100 | 100101 | 0 | 110111 | 101 | 1100100 | 1010011 | 1000100 |
Color Harmonies of #98F16C
Complementary color
Monochromatic Colors of #98F16C
Black with #98F16C
Text Example
Text Example
White with #98F16C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F16C; }
p { color: rgb(152,241,108); }
H1.HeaderClassName
{
color: #98F16C;
}
.AnyTagClassName
{
color: #98F16C;
}
</style>
background-color css
<style>
a { background-color: #98F16C; }
a { background-color: rgb(152,241,108); }
div.DivClassName
{
background-color: #98F16C;
}
.BgClassName
{
background-color: #98F16C;
}
</style>
border-color css
<style>
span { border-color: #98F16C; }
span { border-color: rgb(152,241,108); }
td.TdClassName
{
border-color: #98F16C;
}
.TagClassName
{
border-color: #98F16C;
}
</style>