#9EEB76

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

Shades of Feijoa #9EEB76

Tints of Feijoa #9EEB76

Color information

#9EEB76 (or 0x9EEB76) is unknown color: approx Feijoa. HEX triplet: 9E, EB and 76. RGB value is (158,235,118). Sum of RGB (Red+Green+Blue) = 158+235+118=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 235 (92.19% from 255 or 45.99% from 511); Blue value is 118 (46.48% from 255 or 23.09% from 511); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEB76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEB76 is #611489. Grayscale: #C7C7C7. Windows color (decimal): -6362250 or 7793566. OLE color: 7793566.

HSL color Cylindrical-coordinate representation of color #9EEB76: hue angle of 99.49º degrees, saturation: 0.75, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9EEB76 is Cyan = 0.33, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.08.

Color convert

RGB158235118-
CMYK0.3300.500.08
HSL99.49º74.52%69.22%-
HSV(B)99.49º49.79%92.16%-
XYZ47.0867.9927.78-
YUV198.6482.4999.01-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.92%
GREEN value IS 235 (92.19% from 255) = 45.99%
BLUE value IS 118 (46.48% from 255) = 23.09%
R=30.92%
G=45.99%
B=23.09%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1582351180.3300.500.0899.4974.5269.22
Hex9EEB76210328634b45
Octal2363531664106210143113105
Binary1001111011101011111011010000101100101000110001110010111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EEB76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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