#94F36E

Color #94F36E Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #94F36E

Tints of Feijoa #94F36E

Color information

#94F36E (or 0x94F36E) is unknown color: approx Feijoa. HEX triplet: 94, F3 and 6E. RGB value is (148,243,110). Sum of RGB (Red+Green+Blue) = 148+243+110=501 (66% of max value = 765). Red value is 148 (58.20% from 255 or 29.54% from 501); Green value is 243 (95.31% from 255 or 48.50% from 501); Blue value is 110 (43.36% from 255 or 21.96% from 501); Max value from RGB is 243 - color contains mainly: green. Hex color #94F36E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #94F36E is #6B0C91. Grayscale: #C7C7C7. Windows color (decimal): -7015570 or 7271316. OLE color: 7271316.

HSL color Cylindrical-coordinate representation of color #94F36E: hue angle of 102.86º degrees, saturation: 0.85, 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 #94F36E is Cyan = 0.39, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB148243110-
CMYK0.3900.550.05
HSL102.86º84.71%69.22%-
HSV(B)102.86º54.73%95.29%-
XYZ47.0871.5226.08-
YUV199.4377.5391.31-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 148 (58.20% from 255) = 29.54%
GREEN value IS 243 (95.31% from 255) = 48.50%
BLUE value IS 110 (43.36% from 255) = 21.96%
R=29.54%
G=48.50%
B=21.96%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1482431100.3900.550.05102.8684.7169.22
Hex94F36E270375675545
Octal224363156470675147125105
Binary100101001111001111011101001110110111101110011110101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94F36E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #94F36E; }

 p { color: rgb(148,243,110); }

 H1.HeaderClassName
 {
   color: #94F36E;
 }
 .AnyTagClassName
 {
   color: #94F36E;
 }
</style>
background-color css

<style>
 a { background-color: #94F36E; }

 a { background-color: rgb(148,243,110); }

 div.DivClassName
 {
   background-color: #94F36E;
 }
 .BgClassName
 {
   background-color: #94F36E;
 }
</style>
border-color css

<style>
 span { border-color: #94F36E; }

 span { border-color: rgb(148,243,110); }

 td.TdClassName
 {
   border-color: #94F36E;
 }
 .TagClassName
 {
   border-color: #94F36E;
 }
</style>