Html Css Color HEX #9ED071 Feijoa

📋 copy color: '#9ED071'

red 158 ◦ green 208 ◦ blue 113

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

Shades of Feijoa #9ED071

Tints of Feijoa #9ED071

RGB

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

 GREEN value IS 208 (81.64% from 255) = 43.42%

 BLUE value IS 113 (44.53% from 255) = 23.59%

R = 32.99%
G = 43.42%
B = 23.59%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#9ED071 (or 0x9ED071) is known color: Feijoa. HEX triplet: 9E, D0 and 71. RGB value is (158,208,113). Sum of RGB (Red+Green+Blue) = 158+208+113=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 208 (81.64% from 255 or 43.42% from 479); Blue value is 113 (44.53% from 255 or 23.59% from 479); Max value from RGB is 208 - color contains mainly: green. Hex color #9ED071 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED071 is #612F8E. Grayscale: #B6B6B6. Windows color (decimal): -6369167 or 7458974. OLE color: 7458974.

HSL color Cylindrical-coordinate representation of color #9ED071: hue angle of 91.58º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9ED071 is Cyan = 0.24, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB 158 208 113 -
CMYK 0.24 0 0.46 0.18
HSL 91.58º 0.5% 0.63% -
HSV(B) 91.58º 0.46% 0.82% -
XYZ 39.64 53.57 23.87 -
YUV 182.22 88.94 110.72 -
System Red Green Blue C M Y K H S L
Decimal 158 208 113 0.24 0 0.46 0.18 91.58 0.5 0.63
Hex 9E D0 71 18 0 2E 12 5C 32 3F
Octal 236 320 161 30 0 56 22 134 62 77
Binary 10011110 11010000 1110001 11000 0 101110 10010 1011100 110010 111111

Color Harmonies of #9ED071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED071

Black with #9ED071

Text Example


Text Example

White with #9ED071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,208,113); }

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

background-color css

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

 a { background-color: rgb(158,208,113); }

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

border-color css

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

 span { border-color: rgb(158,208,113); }

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