Html Css Color HEX #9EDC6D Feijoa

📋 copy color: '#9EDC6D'

red 158 ◦ green 220 ◦ blue 109

#9EDC6D
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Feijoa #9EDC6D

Tints of Feijoa #9EDC6D

RGB

 RED value IS 158 (62.11% from 255) = 32.44%

 GREEN value IS 220 (86.33% from 255) = 45.17%

 BLUE value IS 109 (42.97% from 255) = 22.38%

R = 32.44%
G = 45.17%
B = 22.38%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#9EDC6D (or 0x9EDC6D) is known color: Feijoa. HEX triplet: 9E, DC and 6D. RGB value is (158,220,109). Sum of RGB (Red+Green+Blue) = 158+220+109=487 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.44% from 487); Green value is 220 (86.33% from 255 or 45.17% from 487); Blue value is 109 (42.97% from 255 or 22.38% from 487); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC6D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDC6D is #612392. Grayscale: #BDBDBD. Windows color (decimal): -6366099 or 7199902. OLE color: 7199902.

HSL color Cylindrical-coordinate representation of color #9EDC6D: hue angle of 93.51º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9EDC6D is Cyan = 0.28, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 220 109 -
CMYK 0.28 0 0.50 0.14
HSL 93.51º 0.61% 0.65% -
HSV(B) 93.51º 0.5% 0.86% -
XYZ 42.45 59.56 23.73 -
YUV 188.81 82.96 106.03 -
System Red Green Blue C M Y K H S L
Decimal 158 220 109 0.28 0 0.50 0.14 93.51 0.61 0.65
Hex 9E DC 6D 1C 0 32 E 5E 3D 41
Octal 236 334 155 34 0 62 16 136 75 101
Binary 10011110 11011100 1101101 11100 0 110010 1110 1011110 111101 1000001

Color Harmonies of #9EDC6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDC6D

Black with #9EDC6D

Text Example


Text Example

White with #9EDC6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,220,109); }

 H1.HeaderClassName
 {
   color: #9EDC6D;
 }
 .AnyTagClassName
 {
   color: #9EDC6D;
 }
</style>

background-color css

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

 a { background-color: rgb(158,220,109); }

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

border-color css

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

 span { border-color: rgb(158,220,109); }

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