Shades of Feijoa #98E56A
Tints of Feijoa #98E56A
RGB
CMYK
RGB Variations
Color information
#98E56A (or 0x98E56A) is known color: Feijoa. HEX triplet: 98, E5 and 6A. RGB value is (152,229,106). Sum of RGB (Red+Green+Blue) = 152+229+106=487 (64% of max value = 765). Red value is 152 (59.77% from 255 or 31.21% from 487); Green value is 229 (89.84% from 255 or 47.02% from 487); Blue value is 106 (41.80% from 255 or 21.77% from 487); Max value from RGB is 229 - color contains mainly: green. Hex color #98E56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #98E56A is #671A95. Grayscale: #C0C0C0. Windows color (decimal): -6757014 or 7005592. OLE color: 7005592.
HSL color Cylindrical-coordinate representation of color #98E56A: hue angle of 97.56º degrees, saturation: 0.7, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #98E56A is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 152 | 229 | 106 | - |
| CMYK | 0.34 | 0 | 0.54 | 0.10 |
| HSL | 97.56º | 0.7% | 0.66% | - |
| HSV(B) | 97.56º | 0.54% | 0.9% | - |
| XYZ | 43.57 | 63.75 | 23.65 | - |
| YUV | 191.96 | 79.49 | 99.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 229 | 106 | 0.34 | 0 | 0.54 | 0.10 | 97.56 | 0.7 | 0.66 |
| Hex | 98 | E5 | 6A | 22 | 0 | 36 | A | 62 | 46 | 42 |
| Octal | 230 | 345 | 152 | 42 | 0 | 66 | 12 | 142 | 106 | 102 |
| Binary | 10011000 | 11100101 | 1101010 | 100010 | 0 | 110110 | 1010 | 1100010 | 1000110 | 1000010 |
Color Harmonies of #98E56A
Complementary color
Monochromatic Colors of #98E56A
Black with #98E56A
Text Example
Text Example
White with #98E56A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #98E56A; }
p { color: rgb(152,229,106); }
H1.HeaderClassName
{
color: #98E56A;
}
.AnyTagClassName
{
color: #98E56A;
}
</style>
background-color css
<style>
a { background-color: #98E56A; }
a { background-color: rgb(152,229,106); }
div.DivClassName
{
background-color: #98E56A;
}
.BgClassName
{
background-color: #98E56A;
}
</style>
border-color css
<style>
span { border-color: #98E56A; }
span { border-color: rgb(152,229,106); }
td.TdClassName
{
border-color: #98E56A;
}
.TagClassName
{
border-color: #98E56A;
}
</style>