#9EED71

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

Shades of Feijoa #9EED71

Tints of Feijoa #9EED71

Color information

#9EED71 (or 0x9EED71) is unknown color: approx Feijoa. HEX triplet: 9E, ED and 71. RGB value is (158,237,113). Sum of RGB (Red+Green+Blue) = 158+237+113=508 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.10% from 508); Green value is 237 (92.97% from 255 or 46.65% from 508); Blue value is 113 (44.53% from 255 or 22.24% from 508); Max value from RGB is 237 - color contains mainly: green. Hex color #9EED71 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EED71 is #61128E. Grayscale: #C7C7C7. Windows color (decimal): -6361743 or 7466398. OLE color: 7466398.

HSL color Cylindrical-coordinate representation of color #9EED71: hue angle of 98.23º degrees, saturation: 0.78, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9EED71 is Cyan = 0.33, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.07.

Color convert

RGB158237113-
CMYK0.3300.520.07
HSL98.23º77.5%68.63%-
HSV(B)98.23º52.32%92.94%-
XYZ47.3769.0326.45-
YUV199.2479.3398.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.10%
GREEN value IS 237 (92.97% from 255) = 46.65%
BLUE value IS 113 (44.53% from 255) = 22.24%
R=31.10%
G=46.65%
B=22.24%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582371130.3300.520.0798.2377.568.63
Hex9EED71210347624e45
Octal236355161410647142116105
Binary100111101110110111100011000010110100111110001010011101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EED71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,237,113); }

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

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

 a { background-color: rgb(158,237,113); }

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

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

 span { border-color: rgb(158,237,113); }

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