#9EE97D

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

Shades of Feijoa #9EE97D

Tints of Feijoa #9EE97D

Color information

#9EE97D (or 0x9EE97D) is unknown color: approx Feijoa. HEX triplet: 9E, E9 and 7D. RGB value is (158,233,125). Sum of RGB (Red+Green+Blue) = 158+233+125=516 (68% of max value = 765). Red value is 158 (62.11% from 255 or 30.62% from 516); Green value is 233 (91.41% from 255 or 45.16% from 516); Blue value is 125 (49.22% from 255 or 24.22% from 516); Max value from RGB is 233 - color contains mainly: green. Hex color #9EE97D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EE97D is #611682. Grayscale: #C6C6C6. Windows color (decimal): -6362755 or 8251806. OLE color: 8251806.

HSL color Cylindrical-coordinate representation of color #9EE97D: hue angle of 101.67º degrees, saturation: 0.71, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9EE97D is Cyan = 0.32, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB158233125-
CMYK0.3200.460.09
HSL101.67º71.05%70.2%-
HSV(B)101.67º46.35%91.37%-
XYZ46.9467.0329.87-
YUV198.2686.6599.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 30.62%
GREEN value IS 233 (91.41% from 255) = 45.16%
BLUE value IS 125 (49.22% from 255) = 24.22%
R=30.62%
G=45.16%
B=24.22%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1582331250.3200.460.09101.6771.0570.2
Hex9EE97D2002E9664746
Octal2363511754005611146107106
Binary1001111011101001111110110000001011101001110011010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EE97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,233,125); }

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

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

 a { background-color: rgb(158,233,125); }

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

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

 span { border-color: rgb(158,233,125); }

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