#9EF26E

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

Shades of Feijoa #9EF26E

Tints of Feijoa #9EF26E

Color information

#9EF26E (or 0x9EF26E) is unknown color: approx Feijoa. HEX triplet: 9E, F2 and 6E. RGB value is (158,242,110). Sum of RGB (Red+Green+Blue) = 158+242+110=510 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.98% from 510); Green value is 242 (94.92% from 255 or 47.45% from 510); Blue value is 110 (43.36% from 255 or 21.57% from 510); Max value from RGB is 242 - color contains mainly: green. Hex color #9EF26E is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EF26E is #610D91. Grayscale: #CACACA. Windows color (decimal): -6360466 or 7271070. OLE color: 7271070.

HSL color Cylindrical-coordinate representation of color #9EF26E: hue angle of 98.18º 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 #9EF26E is Cyan = 0.35, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.05.

Color convert

RGB158242110-
CMYK0.3500.550.05
HSL98.18º83.54%69.02%-
HSV(B)98.18º54.55%94.9%-
XYZ48.6771.926.06-
YUV201.8476.1796.73-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.98%
GREEN value IS 242 (94.92% from 255) = 47.45%
BLUE value IS 110 (43.36% from 255) = 21.57%
R=30.98%
G=47.45%
B=21.57%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1582421100.3500.550.0598.1883.5469.02
Hex9EF26E230375625445
Octal236362156430675142124105
Binary100111101111001011011101000110110111101110001010101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EF26E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,242,110); }

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

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

 a { background-color: rgb(158,242,110); }

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

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

 span { border-color: rgb(158,242,110); }

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