#9EDA67

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

Shades of Feijoa #9EDA67

Tints of Feijoa #9EDA67

Color information

#9EDA67 (or 0x9EDA67) is unknown color: approx Feijoa. HEX triplet: 9E, DA and 67. RGB value is (158,218,103). Sum of RGB (Red+Green+Blue) = 158+218+103=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 218 (85.55% from 255 or 45.51% from 479); Blue value is 103 (40.62% from 255 or 21.50% from 479); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA67 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDA67 is #612598. Grayscale: #BBBBBB. Windows color (decimal): -6366617 or 6806174. OLE color: 6806174.

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

Color convert

RGB158218103-
CMYK0.2800.530.15
HSL91.3º60.85%62.94%-
HSV(B)91.3º52.75%85.49%-
XYZ41.6258.3921.91-
YUV186.9580.62107.35-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.99%
GREEN value IS 218 (85.55% from 255) = 45.51%
BLUE value IS 103 (40.62% from 255) = 21.50%
R=32.99%
G=45.51%
B=21.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1582181030.2800.530.1591.360.8562.94
Hex9EDA671C035F5b3d3f
Octal23633214734065171337577
Binary1001111011011010110011111100011010111111011011111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDA67

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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