Html Css Color HEX #9ED86B Feijoa

📋 copy color: '#9ED86B'

red 158 ◦ green 216 ◦ blue 107

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

Shades of Feijoa #9ED86B

Tints of Feijoa #9ED86B

RGB

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

 GREEN value IS 216 (84.77% from 255) = 44.91%

 BLUE value IS 107 (42.19% from 255) = 22.25%

R = 32.85%
G = 44.91%
B = 22.25%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.50

 K value IS 0.15

RGB Variations

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

Color information

#9ED86B (or 0x9ED86B) is known color: Feijoa. HEX triplet: 9E, D8 and 6B. RGB value is (158,216,107). Sum of RGB (Red+Green+Blue) = 158+216+107=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 216 (84.77% from 255 or 44.91% from 481); Blue value is 107 (42.19% from 255 or 22.25% from 481); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED86B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED86B is #612794. Grayscale: #BABABA. Windows color (decimal): -6367125 or 7067806. OLE color: 7067806.

HSL color Cylindrical-coordinate representation of color #9ED86B: hue angle of 91.93º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9ED86B is Cyan = 0.27, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 216 107 -
CMYK 0.27 0 0.50 0.15
HSL 91.93º 0.58% 0.63% -
HSV(B) 91.93º 0.5% 0.85% -
XYZ 41.31 57.44 22.82 -
YUV 186.23 83.28 107.86 -
System Red Green Blue C M Y K H S L
Decimal 158 216 107 0.27 0 0.50 0.15 91.93 0.58 0.63
Hex 9E D8 6B 1B 0 32 F 5C 3A 3F
Octal 236 330 153 33 0 62 17 134 72 77
Binary 10011110 11011000 1101011 11011 0 110010 1111 1011100 111010 111111

Color Harmonies of #9ED86B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED86B

Black with #9ED86B

Text Example


Text Example

White with #9ED86B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,216,107); }

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

background-color css

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

 a { background-color: rgb(158,216,107); }

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

border-color css

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

 span { border-color: rgb(158,216,107); }

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