Html Css Color HEX #9ED86F Feijoa

📋 copy color: '#9ED86F'

red 158 ◦ green 216 ◦ blue 111

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

Shades of Feijoa #9ED86F

Tints of Feijoa #9ED86F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 22.89%

R = 32.58%
G = 44.54%
B = 22.89%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#9ED86F (or 0x9ED86F) is known color: Feijoa. HEX triplet: 9E, D8 and 6F. RGB value is (158,216,111). Sum of RGB (Red+Green+Blue) = 158+216+111=485 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.58% from 485); Green value is 216 (84.77% from 255 or 44.54% from 485); Blue value is 111 (43.75% from 255 or 22.89% from 485); Max value from RGB is 216 - color contains mainly: green. Hex color #9ED86F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED86F is #612790. Grayscale: #BBBBBB. Windows color (decimal): -6367121 or 7329950. OLE color: 7329950.

HSL color Cylindrical-coordinate representation of color #9ED86F: hue angle of 93.14º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9ED86F is Cyan = 0.27, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 158 216 111 -
CMYK 0.27 0 0.49 0.15
HSL 93.14º 0.57% 0.64% -
HSV(B) 93.14º 0.49% 0.85% -
XYZ 41.53 57.53 23.95 -
YUV 186.69 85.28 107.54 -
System Red Green Blue C M Y K H S L
Decimal 158 216 111 0.27 0 0.49 0.15 93.14 0.57 0.64
Hex 9E D8 6F 1B 0 31 F 5D 39 40
Octal 236 330 157 33 0 61 17 135 71 100
Binary 10011110 11011000 1101111 11011 0 110001 1111 1011101 111001 1000000

Color Harmonies of #9ED86F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED86F

Black with #9ED86F

Text Example


Text Example

White with #9ED86F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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