#9EDA74

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

Shades of Feijoa #9EDA74

Tints of Feijoa #9EDA74

Color information

#9EDA74 (or 0x9EDA74) is unknown color: approx Feijoa. HEX triplet: 9E, DA and 74. RGB value is (158,218,116). Sum of RGB (Red+Green+Blue) = 158+218+116=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 218 (85.55% from 255 or 44.31% from 492); Blue value is 116 (45.70% from 255 or 23.58% from 492); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDA74 is #61258B. Grayscale: #BCBCBC. Windows color (decimal): -6366604 or 7658142. OLE color: 7658142.

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

Color convert

RGB158218116-
CMYK0.2800.470.15
HSL95.29º57.95%65.49%-
HSV(B)95.29º46.79%85.49%-
XYZ42.3258.6725.62-
YUV188.4387.12106.29-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.11%
GREEN value IS 218 (85.55% from 255) = 44.31%
BLUE value IS 116 (45.70% from 255) = 23.58%
R=32.11%
G=44.31%
B=23.58%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1582181160.2800.470.1595.2957.9565.49
Hex9EDA741C02FF5f3a41
Octal236332164340571713772101
Binary10011110110110101110100111000101111111110111111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDA74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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