#9ED775

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

Shades of Feijoa #9ED775

Tints of Feijoa #9ED775

Color information

#9ED775 (or 0x9ED775) is unknown color: approx Feijoa. HEX triplet: 9E, D7 and 75. RGB value is (158,215,117). Sum of RGB (Red+Green+Blue) = 158+215+117=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 215 (84.38% from 255 or 43.88% from 490); Blue value is 117 (46.09% from 255 or 23.88% from 490); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED775 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED775 is #61288A. Grayscale: #BBBBBB. Windows color (decimal): -6367371 or 7722910. OLE color: 7722910.

HSL color Cylindrical-coordinate representation of color #9ED775: hue angle of 94.9º degrees, saturation: 0.55, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9ED775 is Cyan = 0.27, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB158215117-
CMYK0.2700.460.16
HSL94.9º55.06%65.1%-
HSV(B)94.9º45.58%84.31%-
XYZ41.6157.1525.67-
YUV186.7888.62107.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.24%
GREEN value IS 215 (84.38% from 255) = 43.88%
BLUE value IS 117 (46.09% from 255) = 23.88%
R=32.24%
G=43.88%
B=23.88%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1582151170.2700.460.1694.955.0665.1
Hex9ED7751B02E105f3741
Octal236327165330562013767101
Binary100111101101011111101011101101011101000010111111101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,215,117); }

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

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

 a { background-color: rgb(158,215,117); }

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

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

 span { border-color: rgb(158,215,117); }

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