#9DEA6D

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

Shades of Feijoa #9DEA6D

Tints of Feijoa #9DEA6D

Color information

#9DEA6D (or 0x9DEA6D) is unknown color: approx Feijoa. HEX triplet: 9D, EA and 6D. RGB value is (157,234,109). Sum of RGB (Red+Green+Blue) = 157+234+109=500 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.4% from 500); Green value is 234 (91.80% from 255 or 46.8% from 500); Blue value is 109 (42.97% from 255 or 21.8% from 500); Max value from RGB is 234 - color contains mainly: green. Hex color #9DEA6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEA6D is #621592. Grayscale: #C5C5C5. Windows color (decimal): -6428051 or 7203485. OLE color: 7203485.

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

Color convert

RGB157234109-
CMYK0.3300.530.08
HSL96.96º74.85%67.25%-
HSV(B)96.96º53.42%91.76%-
XYZ46.0967.1224.99-
YUV196.7378.4999.66-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.4%
GREEN value IS 234 (91.80% from 255) = 46.8%
BLUE value IS 109 (42.97% from 255) = 21.8%
R=31.4%
G=46.8%
B=21.8%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1572341090.3300.530.0896.9674.8567.25
Hex9DEA6D210358614b43
Octal2353521554106510141113103
Binary1001110111101010110110110000101101011000110000110010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEA6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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