#9EE376

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

Shades of Feijoa #9EE376

Tints of Feijoa #9EE376

Color information

#9EE376 (or 0x9EE376) is unknown color: approx Feijoa. HEX triplet: 9E, E3 and 76. RGB value is (158,227,118). Sum of RGB (Red+Green+Blue) = 158+227+118=503 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.41% from 503); Green value is 227 (89.06% from 255 or 45.13% from 503); Blue value is 118 (46.48% from 255 or 23.46% from 503); Max value from RGB is 227 - color contains mainly: green. Hex color #9EE376 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EE376 is #611C89. Grayscale: #C2C2C2. Windows color (decimal): -6364298 or 7791518. OLE color: 7791518.

HSL color Cylindrical-coordinate representation of color #9EE376: hue angle of 97.98º degrees, saturation: 0.66, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #9EE376 is Cyan = 0.30, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.11.

Color convert

RGB158227118-
CMYK0.3000.480.11
HSL97.98º66.06%67.65%-
HSV(B)97.98º48.02%89.02%-
XYZ44.8463.5227.04-
YUV193.9485.14102.36-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 31.41%
GREEN value IS 227 (89.06% from 255) = 45.13%
BLUE value IS 118 (46.48% from 255) = 23.46%
R=31.41%
G=45.13%
B=23.46%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.48
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1582271180.3000.480.1197.9866.0667.65
Hex9EE3761E030B624244
Octal2363431663606013142102104
Binary100111101110001111101101111001100001011110001010000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE376

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,227,118); }

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

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

 a { background-color: rgb(158,227,118); }

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

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

 span { border-color: rgb(158,227,118); }

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