Html Css Color HEX #9EDB6F Feijoa

📋 copy color: '#9EDB6F'

red 158 ◦ green 219 ◦ blue 111

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

Shades of Feijoa #9EDB6F

Tints of Feijoa #9EDB6F

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.88%

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

R = 32.38%
G = 44.88%
B = 22.75%

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

#9EDB6F (or 0x9EDB6F) is known color: Feijoa. HEX triplet: 9E, DB and 6F. RGB value is (158,219,111). Sum of RGB (Red+Green+Blue) = 158+219+111=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 219 (85.94% from 255 or 44.88% from 488); Blue value is 111 (43.75% from 255 or 22.75% from 488); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB6F is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDB6F is #612490. Grayscale: #BCBCBC. Windows color (decimal): -6366353 or 7330718. OLE color: 7330718.

HSL color Cylindrical-coordinate representation of color #9EDB6F: hue angle of 93.89º degrees, saturation: 0.6, 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 #9EDB6F is Cyan = 0.28, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 219 111 -
CMYK 0.28 0 0.49 0.14
HSL 93.89º 0.6% 0.65% -
HSV(B) 93.89º 0.49% 0.86% -
XYZ 42.3 59.08 24.21 -
YUV 188.45 84.29 106.28 -
System Red Green Blue C M Y K H S L
Decimal 158 219 111 0.28 0 0.49 0.14 93.89 0.6 0.65
Hex 9E DB 6F 1C 0 31 E 5E 3C 41
Octal 236 333 157 34 0 61 16 136 74 101
Binary 10011110 11011011 1101111 11100 0 110001 1110 1011110 111100 1000001

Color Harmonies of #9EDB6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDB6F

Black with #9EDB6F

Text Example


Text Example

White with #9EDB6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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