#9EED7A

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

Shades of Feijoa #9EED7A

Tints of Feijoa #9EED7A

Color information

#9EED7A (or 0x9EED7A) is unknown color: approx Feijoa. HEX triplet: 9E, ED and 7A. RGB value is (158,237,122). Sum of RGB (Red+Green+Blue) = 158+237+122=517 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.56% from 517); Green value is 237 (92.97% from 255 or 45.84% from 517); Blue value is 122 (48.05% from 255 or 23.60% from 517); Max value from RGB is 237 - color contains mainly: green. Hex color #9EED7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EED7A is #611285. Grayscale: #C8C8C8. Windows color (decimal): -6361734 or 8056222. OLE color: 8056222.

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

Color convert

RGB158237122-
CMYK0.3300.490.07
HSL101.22º76.16%70.39%-
HSV(B)101.22º48.52%92.94%-
XYZ47.969.2429.25-
YUV200.2783.8397.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.56%
GREEN value IS 237 (92.97% from 255) = 45.84%
BLUE value IS 122 (48.05% from 255) = 23.60%
R=30.56%
G=45.84%
B=23.60%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1582371220.3300.490.07101.2276.1670.39
Hex9EED7A210317654c46
Octal236355172410617145114106
Binary100111101110110111110101000010110001111110010110011001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EED7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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