#9EDA77

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

Shades of Feijoa #9EDA77

Tints of Feijoa #9EDA77

Color information

#9EDA77 (or 0x9EDA77) is unknown color: approx Feijoa. HEX triplet: 9E, DA and 77. RGB value is (158,218,119). Sum of RGB (Red+Green+Blue) = 158+218+119=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDA77 is #612588. Grayscale: #BDBDBD. Windows color (decimal): -6366601 or 7854750. OLE color: 7854750.

HSL color Cylindrical-coordinate representation of color #9EDA77: hue angle of 96.36º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9EDA77 is Cyan = 0.28, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB158218119-
CMYK0.2800.450.15
HSL96.36º57.23%66.08%-
HSV(B)96.36º45.41%85.49%-
XYZ42.558.7426.55-
YUV188.7788.62106.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.92%
GREEN value IS 218 (85.55% from 255) = 44.04%
BLUE value IS 119 (46.88% from 255) = 24.04%
R=31.92%
G=44.04%
B=24.04%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1582181190.2800.450.1596.3657.2366.08
Hex9EDA771C02DF603942
Octal236332167340551714071102
Binary10011110110110101110111111000101101111111000001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDA77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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