Html Css Color HEX #9EDC70 Feijoa

📋 copy color: '#9EDC70'

red 158 ◦ green 220 ◦ blue 112

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

Shades of Feijoa #9EDC70

Tints of Feijoa #9EDC70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 22.86%

R = 32.24%
G = 44.9%
B = 22.86%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.49

 K value IS 0.14

RGB Variations

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

Color information

#9EDC70 (or 0x9EDC70) is known color: Feijoa. HEX triplet: 9E, DC and 70. RGB value is (158,220,112). Sum of RGB (Red+Green+Blue) = 158+220+112=490 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.24% from 490); Green value is 220 (86.33% from 255 or 44.90% from 490); Blue value is 112 (44.14% from 255 or 22.86% from 490); Max value from RGB is 220 - color contains mainly: green. Hex color #9EDC70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDC70 is #61238F. Grayscale: #BDBDBD. Windows color (decimal): -6366096 or 7396510. OLE color: 7396510.

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

Color convert

RGB 158 220 112 -
CMYK 0.28 0 0.49 0.14
HSL 94.44º 0.61% 0.65% -
HSV(B) 94.44º 0.49% 0.86% -
XYZ 42.62 59.63 24.59 -
YUV 189.15 84.46 105.78 -
System Red Green Blue C M Y K H S L
Decimal 158 220 112 0.28 0 0.49 0.14 94.44 0.61 0.65
Hex 9E DC 70 1C 0 31 E 5E 3D 41
Octal 236 334 160 34 0 61 16 136 75 101
Binary 10011110 11011100 1110000 11100 0 110001 1110 1011110 111101 1000001

Color Harmonies of #9EDC70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDC70

Black with #9EDC70

Text Example


Text Example

White with #9EDC70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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