#9EF47C

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

Shades of Feijoa #9EF47C

Tints of Feijoa #9EF47C

Color information

#9EF47C (or 0x9EF47C) is unknown color: approx Feijoa. HEX triplet: 9E, F4 and 7C. RGB value is (158,244,124). Sum of RGB (Red+Green+Blue) = 158+244+124=526 (69% of max value = 765). Red value is 158 (62.11% from 255 or 30.04% from 526); Green value is 244 (95.70% from 255 or 46.39% from 526); Blue value is 124 (48.83% from 255 or 23.57% from 526); Max value from RGB is 244 - color contains mainly: green. Hex color #9EF47C is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF47C is #610B83. Grayscale: #CDCDCD. Windows color (decimal): -6359940 or 8189086. OLE color: 8189086.

HSL color Cylindrical-coordinate representation of color #9EF47C: hue angle of 103º degrees, saturation: 0.85, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9EF47C is Cyan = 0.35, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.04.

Color convert

RGB158244124-
CMYK0.3500.490.04
HSL103º84.51%72.16%-
HSV(B)103º49.18%95.69%-
XYZ50.0973.4330.6-
YUV204.6182.5194.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.04%
GREEN value IS 244 (95.70% from 255) = 46.39%
BLUE value IS 124 (48.83% from 255) = 23.57%
R=30.04%
G=46.39%
B=23.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1582441240.3500.490.0410384.5172.16
Hex9EF47C230314675548
Octal236364174430614147125110
Binary100111101111010011111001000110110001100110011110101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF47C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9EF47C; }

 p { color: rgb(158,244,124); }

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

<style>
 a { background-color: #9EF47C; }

 a { background-color: rgb(158,244,124); }

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

<style>
 span { border-color: #9EF47C; }

 span { border-color: rgb(158,244,124); }

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