#9ED877

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

Shades of Feijoa #9ED877

Tints of Feijoa #9ED877

Color information

#9ED877 (or 0x9ED877) is unknown color: approx Feijoa. HEX triplet: 9E, D8 and 77. RGB value is (158,216,119). Sum of RGB (Red+Green+Blue) = 158+216+119=493 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.05% from 493); Green value is 216 (84.77% from 255 or 43.81% from 493); Blue value is 119 (46.88% from 255 or 24.14% from 493); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED877 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED877 is #612788. Grayscale: #BBBBBB. Windows color (decimal): -6367113 or 7854238. OLE color: 7854238.

HSL color Cylindrical-coordinate representation of color #9ED877: hue angle of 95.88º degrees, saturation: 0.55, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9ED877 is Cyan = 0.27, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB158216119-
CMYK0.2700.450.15
HSL95.88º55.43%65.69%-
HSV(B)95.88º44.91%84.71%-
XYZ41.9957.7126.38-
YUV187.689.28106.89-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.05%
GREEN value IS 216 (84.77% from 255) = 43.81%
BLUE value IS 119 (46.88% from 255) = 24.14%
R=32.05%
G=43.81%
B=24.14%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1582161190.2700.450.1595.8855.4365.69
Hex9ED8771B02DF603742
Octal236330167330551714067102
Binary10011110110110001110111110110101101111111000001101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,216,119); }

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

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

 a { background-color: rgb(158,216,119); }

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

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

 span { border-color: rgb(158,216,119); }

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