#9EDD76

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

Shades of Feijoa #9EDD76

Tints of Feijoa #9EDD76

Color information

#9EDD76 (or 0x9EDD76) is unknown color: approx Feijoa. HEX triplet: 9E, DD and 76. RGB value is (158,221,118). Sum of RGB (Red+Green+Blue) = 158+221+118=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 221 (86.72% from 255 or 44.47% from 497); Blue value is 118 (46.48% from 255 or 23.74% from 497); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD76 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDD76 is #612289. Grayscale: #BEBEBE. Windows color (decimal): -6365834 or 7789982. OLE color: 7789982.

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

Color convert

RGB158221118-
CMYK0.2900.470.13
HSL96.7º60.23%66.47%-
HSV(B)96.7º46.61%86.67%-
XYZ43.2360.2926.5-
YUV190.4287.13104.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.79%
GREEN value IS 221 (86.72% from 255) = 44.47%
BLUE value IS 118 (46.48% from 255) = 23.74%
R=31.79%
G=44.47%
B=23.74%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582211180.2900.470.1396.760.2366.47
Hex9EDD761D02FD613c42
Octal236335166350571514174102
Binary10011110110111011110110111010101111110111000011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDD76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,221,118); }

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

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

 a { background-color: rgb(158,221,118); }

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

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

 span { border-color: rgb(158,221,118); }

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