Html Css Color HEX #9EDD70 Feijoa

📋 copy color: '#9EDD70'

red 158 ◦ green 221 ◦ blue 112

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

Shades of Feijoa #9EDD70

Tints of Feijoa #9EDD70

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.01%

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

R = 32.18%
G = 45.01%
B = 22.81%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.49

 K value IS 0.13

RGB Variations

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

Color information

#9EDD70 (or 0x9EDD70) is known color: Feijoa. HEX triplet: 9E, DD and 70. RGB value is (158,221,112). Sum of RGB (Red+Green+Blue) = 158+221+112=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 221 (86.72% from 255 or 45.01% from 491); Blue value is 112 (44.14% from 255 or 22.81% from 491); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD70 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDD70 is #61228F. Grayscale: #BEBEBE. Windows color (decimal): -6365840 or 7396766. OLE color: 7396766.

HSL color Cylindrical-coordinate representation of color #9EDD70: hue angle of 94.68º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9EDD70 is Cyan = 0.29, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 221 112 -
CMYK 0.29 0 0.49 0.13
HSL 94.68º 0.62% 0.65% -
HSV(B) 94.68º 0.49% 0.87% -
XYZ 42.88 60.15 24.68 -
YUV 189.74 84.13 105.36 -
System Red Green Blue C M Y K H S L
Decimal 158 221 112 0.29 0 0.49 0.13 94.68 0.62 0.65
Hex 9E DD 70 1D 0 31 D 5F 3E 41
Octal 236 335 160 35 0 61 15 137 76 101
Binary 10011110 11011101 1110000 11101 0 110001 1101 1011111 111110 1000001

Color Harmonies of #9EDD70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDD70

Black with #9EDD70

Text Example


Text Example

White with #9EDD70

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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