#9EDD74

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

Shades of Feijoa #9EDD74

Tints of Feijoa #9EDD74

Color information

#9EDD74 (or 0x9EDD74) is unknown color: approx Feijoa. HEX triplet: 9E, DD and 74. RGB value is (158,221,116). Sum of RGB (Red+Green+Blue) = 158+221+116=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 221 (86.72% from 255 or 44.65% from 495); Blue value is 116 (45.70% from 255 or 23.43% from 495); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD74 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDD74 is #61228B. Grayscale: #BEBEBE. Windows color (decimal): -6365836 or 7658910. OLE color: 7658910.

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

Color convert

RGB158221116-
CMYK0.2900.480.13
HSL96º60.69%66.08%-
HSV(B)96º47.51%86.67%-
XYZ43.1160.2425.88-
YUV190.1986.13105.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.92%
GREEN value IS 221 (86.72% from 255) = 44.65%
BLUE value IS 116 (45.70% from 255) = 23.43%
R=31.92%
G=44.65%
B=23.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582211160.2900.480.139660.6966.08
Hex9EDD741D030D603d42
Octal236335164350601514075102
Binary10011110110111011110100111010110000110111000001111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDD74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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