#9DEE6D

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

Shades of Feijoa #9DEE6D

Tints of Feijoa #9DEE6D

Color information

#9DEE6D (or 0x9DEE6D) is unknown color: approx Feijoa. HEX triplet: 9D, EE and 6D. RGB value is (157,238,109). Sum of RGB (Red+Green+Blue) = 157+238+109=504 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.15% from 504); Green value is 238 (93.36% from 255 or 47.22% from 504); Blue value is 109 (42.97% from 255 or 21.63% from 504); Max value from RGB is 238 - color contains mainly: green. Hex color #9DEE6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9DEE6D is #621192. Grayscale: #C7C7C7. Windows color (decimal): -6427027 or 7204509. OLE color: 7204509.

HSL color Cylindrical-coordinate representation of color #9DEE6D: hue angle of 97.67º degrees, saturation: 0.79, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #9DEE6D is Cyan = 0.34, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB157238109-
CMYK0.3400.540.07
HSL97.67º79.14%68.04%-
HSV(B)97.67º54.2%93.33%-
XYZ47.2469.4225.38-
YUV199.0877.1697.99-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.15%
GREEN value IS 238 (93.36% from 255) = 47.22%
BLUE value IS 109 (42.97% from 255) = 21.63%
R=31.15%
G=47.22%
B=21.63%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1572381090.3400.540.0797.6779.1468.04
Hex9DEE6D220367624f44
Octal235356155420667142117104
Binary100111011110111011011011000100110110111110001010011111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9DEE6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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