Shades of Feijoa #98F269
Tints of Feijoa #98F269
RGB
CMYK
RGB Variations
Color information
#98F269 (or 0x98F269) is known color: Feijoa. HEX triplet: 98, F2 and 69. RGB value is (152,242,105). Sum of RGB (Red+Green+Blue) = 152+242+105=499 (66% of max value = 765). Red value is 152 (59.77% from 255 or 30.46% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 105 (41.41% from 255 or 21.04% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #98F269 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #98F269 is #670D96. Grayscale: #C7C7C7. Windows color (decimal): -6753687 or 6943384. OLE color: 6943384.
HSL color Cylindrical-coordinate representation of color #98F269: hue angle of 99.42º degrees, saturation: 0.84, 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 #98F269 is Cyan = 0.37, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 152 | 242 | 105 | - |
| CMYK | 0.37 | 0 | 0.57 | 0.05 |
| HSL | 99.42º | 0.84% | 0.68% | - |
| HSV(B) | 99.42º | 0.57% | 0.95% | - |
| XYZ | 47.25 | 71.2 | 24.62 | - |
| YUV | 199.47 | 74.68 | 94.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 242 | 105 | 0.37 | 0 | 0.57 | 0.05 | 99.42 | 0.84 | 0.68 |
| Hex | 98 | F2 | 69 | 25 | 0 | 39 | 5 | 63 | 54 | 44 |
| Octal | 230 | 362 | 151 | 45 | 0 | 71 | 5 | 143 | 124 | 104 |
| Binary | 10011000 | 11110010 | 1101001 | 100101 | 0 | 111001 | 101 | 1100011 | 1010100 | 1000100 |
Color Harmonies of #98F269
Complementary color
Monochromatic Colors of #98F269
Black with #98F269
Text Example
Text Example
White with #98F269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98F269; }
p { color: rgb(152,242,105); }
H1.HeaderClassName
{
color: #98F269;
}
.AnyTagClassName
{
color: #98F269;
}
</style>
background-color css
<style>
a { background-color: #98F269; }
a { background-color: rgb(152,242,105); }
div.DivClassName
{
background-color: #98F269;
}
.BgClassName
{
background-color: #98F269;
}
</style>
border-color css
<style>
span { border-color: #98F269; }
span { border-color: rgb(152,242,105); }
td.TdClassName
{
border-color: #98F269;
}
.TagClassName
{
border-color: #98F269;
}
</style>