Shades of Feijoa #98F06C
Tints of Feijoa #98F06C
RGB
CMYK
RGB Variations
Color information
#98F06C (or 0x98F06C) is known color: Feijoa. HEX triplet: 98, F0 and 6C. RGB value is (152,240,108). Sum of RGB (Red+Green+Blue) = 152+240+108=500 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.4% from 500); Green value is 240 (94.14% from 255 or 48% from 500); Blue value is 108 (42.58% from 255 or 21.6% from 500); Max value from RGB is 240 - color contains mainly: green. Hex color #98F06C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F06C is #670F93. Grayscale: #C7C7C7. Windows color (decimal): -6754196 or 7139480. OLE color: 7139480.
HSL color Cylindrical-coordinate representation of color #98F06C: hue angle of 100º degrees, saturation: 0.81, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #98F06C is Cyan = 0.37, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 152 | 240 | 108 | - |
| CMYK | 0.37 | 0 | 0.55 | 0.06 |
| HSL | 100º | 0.81% | 0.68% | - |
| HSV(B) | 100º | 0.55% | 0.94% | - |
| XYZ | 46.82 | 70.08 | 25.25 | - |
| YUV | 198.64 | 76.85 | 94.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 240 | 108 | 0.37 | 0 | 0.55 | 0.06 | 100 | 0.81 | 0.68 |
| Hex | 98 | F0 | 6C | 25 | 0 | 37 | 6 | 64 | 51 | 44 |
| Octal | 230 | 360 | 154 | 45 | 0 | 67 | 6 | 144 | 121 | 104 |
| Binary | 10011000 | 11110000 | 1101100 | 100101 | 0 | 110111 | 110 | 1100100 | 1010001 | 1000100 |
Color Harmonies of #98F06C
Complementary color
Monochromatic Colors of #98F06C
Black with #98F06C
Text Example
Text Example
White with #98F06C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F06C; }
p { color: rgb(152,240,108); }
H1.HeaderClassName
{
color: #98F06C;
}
.AnyTagClassName
{
color: #98F06C;
}
</style>
background-color css
<style>
a { background-color: #98F06C; }
a { background-color: rgb(152,240,108); }
div.DivClassName
{
background-color: #98F06C;
}
.BgClassName
{
background-color: #98F06C;
}
</style>
border-color css
<style>
span { border-color: #98F06C; }
span { border-color: rgb(152,240,108); }
td.TdClassName
{
border-color: #98F06C;
}
.TagClassName
{
border-color: #98F06C;
}
</style>