#9DE97D

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

Shades of Feijoa #9DE97D

Tints of Feijoa #9DE97D

Color information

#9DE97D (or 0x9DE97D) is unknown color: approx Feijoa. HEX triplet: 9D, E9 and 7D. RGB value is (157,233,125). Sum of RGB (Red+Green+Blue) = 157+233+125=515 (68% of max value = 765). Red value is 157 (61.72% from 255 or 30.49% from 515); Green value is 233 (91.41% from 255 or 45.24% from 515); Blue value is 125 (49.22% from 255 or 24.27% from 515); Max value from RGB is 233 - color contains mainly: green. Hex color #9DE97D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DE97D is #621682. Grayscale: #C6C6C6. Windows color (decimal): -6428291 or 8251805. OLE color: 8251805.

HSL color Cylindrical-coordinate representation of color #9DE97D: hue angle of 102.22º 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 #9DE97D is Cyan = 0.33, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.09.

Color convert

RGB157233125-
CMYK0.3300.460.09
HSL102.22º71.05%70.2%-
HSV(B)102.22º46.35%91.37%-
XYZ46.7566.9329.86-
YUV197.9686.8298.78-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 30.49%
GREEN value IS 233 (91.41% from 255) = 45.24%
BLUE value IS 125 (49.22% from 255) = 24.27%
R=30.49%
G=45.24%
B=24.27%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1572331250.3300.460.09102.2271.0570.2
Hex9DE97D2102E9664746
Octal2353511754105611146107106
Binary1001110111101001111110110000101011101001110011010001111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE97D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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