#9EDC7B

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

Shades of Feijoa #9EDC7B

Tints of Feijoa #9EDC7B

Color information

#9EDC7B (or 0x9EDC7B) is unknown color: approx Feijoa. HEX triplet: 9E, DC and 7B. RGB value is (158,220,123). Sum of RGB (Red+Green+Blue) = 158+220+123=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 220 (86.33% from 255 or 43.91% from 501); Blue value is 123 (48.44% from 255 or 24.55% from 501); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC7B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDC7B is #612384. Grayscale: #BEBEBE. Windows color (decimal): -6366085 or 8117406. OLE color: 8117406.

HSL color Cylindrical-coordinate representation of color #9EDC7B: hue angle of 98.35º degrees, saturation: 0.58, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #9EDC7B is Cyan = 0.28, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB158220123-
CMYK0.2800.440.14
HSL98.35º58.08%67.25%-
HSV(B)98.35º44.09%86.27%-
XYZ43.2759.8928.02-
YUV190.489.96104.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.54%
GREEN value IS 220 (86.33% from 255) = 43.91%
BLUE value IS 123 (48.44% from 255) = 24.55%
R=31.54%
G=43.91%
B=24.55%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582201230.2800.440.1498.3558.0867.25
Hex9EDC7B1C02CE623a43
Octal236334173340541614272103
Binary10011110110111001111011111000101100111011000101110101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDC7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,220,123); }

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

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

 a { background-color: rgb(158,220,123); }

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

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

 span { border-color: rgb(158,220,123); }

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