#9ED76C

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

Shades of Feijoa #9ED76C

Tints of Feijoa #9ED76C

Color information

#9ED76C (or 0x9ED76C) is unknown color: approx Feijoa. HEX triplet: 9E, D7 and 6C. RGB value is (158,215,108). Sum of RGB (Red+Green+Blue) = 158+215+108=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 215 (84.38% from 255 or 44.70% from 481); Blue value is 108 (42.58% from 255 or 22.45% from 481); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED76C is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED76C is #612893. Grayscale: #BABABA. Windows color (decimal): -6367380 or 7133086. OLE color: 7133086.

HSL color Cylindrical-coordinate representation of color #9ED76C: hue angle of 91.96º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9ED76C is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB158215108-
CMYK0.2700.500.16
HSL91.96º57.22%63.33%-
HSV(B)91.96º49.77%84.31%-
XYZ41.1156.9523.01-
YUV185.7684.12108.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.85%
GREEN value IS 215 (84.38% from 255) = 44.70%
BLUE value IS 108 (42.58% from 255) = 22.45%
R=32.85%
G=44.70%
B=22.45%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1582151080.2700.500.1691.9657.2263.33
Hex9ED76C1B032105c393f
Octal23632715433062201347177
Binary10011110110101111101100110110110010100001011100111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED76C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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