#9EE16D

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

Shades of Feijoa #9EE16D

Tints of Feijoa #9EE16D

Color information

#9EE16D (or 0x9EE16D) is unknown color: approx Feijoa. HEX triplet: 9E, E1 and 6D. RGB value is (158,225,109). Sum of RGB (Red+Green+Blue) = 158+225+109=492 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.11% from 492); Green value is 225 (88.28% from 255 or 45.73% from 492); Blue value is 109 (42.97% from 255 or 22.15% from 492); Max value from RGB is 225 - color contains mainly: green. Hex color #9EE16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE16D is #611E92. Grayscale: #C0C0C0. Windows color (decimal): -6364819 or 7201182. OLE color: 7201182.

HSL color Cylindrical-coordinate representation of color #9EE16D: hue angle of 94.66º degrees, saturation: 0.66, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9EE16D is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB158225109-
CMYK0.3000.520.12
HSL94.66º65.91%65.49%-
HSV(B)94.66º51.56%88.24%-
XYZ43.7962.2224.17-
YUV191.7481.3103.93-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.11%
GREEN value IS 225 (88.28% from 255) = 45.73%
BLUE value IS 109 (42.97% from 255) = 22.15%
R=32.11%
G=45.73%
B=22.15%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1582251090.3000.520.1294.6665.9165.49
Hex9EE16D1E034C5f4241
Octal2363411553606414137102101
Binary100111101110000111011011111001101001100101111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,225,109); }

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

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

 a { background-color: rgb(158,225,109); }

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

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

 span { border-color: rgb(158,225,109); }

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