#9EDE77

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

Shades of Feijoa #9EDE77

Tints of Feijoa #9EDE77

Color information

#9EDE77 (or 0x9EDE77) is unknown color: approx Feijoa. HEX triplet: 9E, DE and 77. RGB value is (158,222,119). Sum of RGB (Red+Green+Blue) = 158+222+119=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 222 (87.11% from 255 or 44.49% from 499); Blue value is 119 (46.88% from 255 or 23.85% from 499); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDE77 is #612188. Grayscale: #BFBFBF. Windows color (decimal): -6365577 or 7855774. OLE color: 7855774.

HSL color Cylindrical-coordinate representation of color #9EDE77: hue angle of 97.28º degrees, saturation: 0.61, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9EDE77 is Cyan = 0.29, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB158222119-
CMYK0.2900.460.13
HSL97.28º60.95%66.86%-
HSV(B)97.28º46.4%87.06%-
XYZ43.5560.8426.9-
YUV191.1287.3104.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.66%
GREEN value IS 222 (87.11% from 255) = 44.49%
BLUE value IS 119 (46.88% from 255) = 23.85%
R=31.66%
G=44.49%
B=23.85%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582221190.2900.460.1397.2860.9566.86
Hex9EDE771D02ED613d43
Octal236336167350561514175103
Binary10011110110111101110111111010101110110111000011111011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDE77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,222,119); }

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

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

 a { background-color: rgb(158,222,119); }

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

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

 span { border-color: rgb(158,222,119); }

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