#9EDD7C

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

Shades of Feijoa #9EDD7C

Tints of Feijoa #9EDD7C

Color information

#9EDD7C (or 0x9EDD7C) is unknown color: approx Feijoa. HEX triplet: 9E, DD and 7C. RGB value is (158,221,124). Sum of RGB (Red+Green+Blue) = 158+221+124=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 221 (86.72% from 255 or 43.94% from 503); Blue value is 124 (48.83% from 255 or 24.65% from 503); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD7C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDD7C is #612283. Grayscale: #BFBFBF. Windows color (decimal): -6365828 or 8183198. OLE color: 8183198.

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

Color convert

RGB158221124-
CMYK0.2900.440.13
HSL98.97º58.79%67.65%-
HSV(B)98.97º43.89%86.67%-
XYZ43.660.4428.44-
YUV191.190.13104.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.41%
GREEN value IS 221 (86.72% from 255) = 43.94%
BLUE value IS 124 (48.83% from 255) = 24.65%
R=31.41%
G=43.94%
B=24.65%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582211240.2900.440.1398.9758.7967.65
Hex9EDD7C1D02CD633b44
Octal236335174350541514373104
Binary10011110110111011111100111010101100110111000111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDD7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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