Shades of Feijoa #94F26D
Tints of Feijoa #94F26D
RGB
CMYK
RGB Variations
Color information
#94F26D (or 0x94F26D) is known color: Feijoa. HEX triplet: 94, F2 and 6D. RGB value is (148,242,109). Sum of RGB (Red+Green+Blue) = 148+242+109=499 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.66% from 499); Green value is 242 (94.92% from 255 or 48.50% from 499); Blue value is 109 (42.97% from 255 or 21.84% from 499); Max value from RGB is 242 - color contains mainly: green. Hex color #94F26D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F26D is #6B0D92. Grayscale: #C7C7C7. Windows color (decimal): -7015827 or 7205524. OLE color: 7205524.
HSL color Cylindrical-coordinate representation of color #94F26D: hue angle of 102.41º degrees, saturation: 0.84, 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 #94F26D is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 148 | 242 | 109 | - |
| CMYK | 0.39 | 0 | 0.55 | 0.05 |
| HSL | 102.41º | 0.84% | 0.69% | - |
| HSV(B) | 102.41º | 0.55% | 0.95% | - |
| XYZ | 46.73 | 70.9 | 25.69 | - |
| YUV | 198.73 | 77.36 | 91.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 242 | 109 | 0.39 | 0 | 0.55 | 0.05 | 102.41 | 0.84 | 0.69 |
| Hex | 94 | F2 | 6D | 27 | 0 | 37 | 5 | 66 | 54 | 45 |
| Octal | 224 | 362 | 155 | 47 | 0 | 67 | 5 | 146 | 124 | 105 |
| Binary | 10010100 | 11110010 | 1101101 | 100111 | 0 | 110111 | 101 | 1100110 | 1010100 | 1000101 |
Color Harmonies of #94F26D
Complementary color
Monochromatic Colors of #94F26D
Black with #94F26D
Text Example
Text Example
White with #94F26D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #94F26D; }
p { color: rgb(148,242,109); }
H1.HeaderClassName
{
color: #94F26D;
}
.AnyTagClassName
{
color: #94F26D;
}
</style>
background-color css
<style>
a { background-color: #94F26D; }
a { background-color: rgb(148,242,109); }
div.DivClassName
{
background-color: #94F26D;
}
.BgClassName
{
background-color: #94F26D;
}
</style>
border-color css
<style>
span { border-color: #94F26D; }
span { border-color: rgb(148,242,109); }
td.TdClassName
{
border-color: #94F26D;
}
.TagClassName
{
border-color: #94F26D;
}
</style>