#9DE16D

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

Shades of Feijoa #9DE16D

Tints of Feijoa #9DE16D

Color information

#9DE16D (or 0x9DE16D) is unknown color: approx Feijoa. HEX triplet: 9D, E1 and 6D. RGB value is (157,225,109). Sum of RGB (Red+Green+Blue) = 157+225+109=491 (65% of max value = 765). Red value is 157 (61.72% from 255 or 31.98% from 491); Green value is 225 (88.28% from 255 or 45.82% from 491); Blue value is 109 (42.97% from 255 or 22.20% from 491); Max value from RGB is 225 - color contains mainly: green. Hex color #9DE16D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9DE16D is #621E92. Grayscale: #BFBFBF. Windows color (decimal): -6430355 or 7201181. OLE color: 7201181.

HSL color Cylindrical-coordinate representation of color #9DE16D: hue angle of 95.17º 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 #9DE16D is Cyan = 0.30, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.12.

Color convert

RGB157225109-
CMYK0.3000.520.12
HSL95.17º65.91%65.49%-
HSV(B)95.17º51.56%88.24%-
XYZ43.5962.1224.16-
YUV191.4481.47103.43-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.98%
GREEN value IS 225 (88.28% from 255) = 45.82%
BLUE value IS 109 (42.97% from 255) = 22.20%
R=31.98%
G=45.82%
B=22.20%

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
Decimal1572251090.3000.520.1295.1765.9165.49
Hex9DE16D1E034C5f4241
Octal2353411553606414137102101
Binary100111011110000111011011111001101001100101111110000101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DE16D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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