Html Css Color HEX #9EDB6A Feijoa

📋 copy color: '#9EDB6A'

red 158 ◦ green 219 ◦ blue 106

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

Shades of Feijoa #9EDB6A

Tints of Feijoa #9EDB6A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 21.95%

R = 32.71%
G = 45.34%
B = 21.95%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.52

 K value IS 0.14

RGB Variations

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

Color information

#9EDB6A (or 0x9EDB6A) is known color: Feijoa. HEX triplet: 9E, DB and 6A. RGB value is (158,219,106). Sum of RGB (Red+Green+Blue) = 158+219+106=483 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.71% from 483); Green value is 219 (85.94% from 255 or 45.34% from 483); Blue value is 106 (41.80% from 255 or 21.95% from 483); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB6A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDB6A is #612495. Grayscale: #BCBCBC. Windows color (decimal): -6366358 or 7003038. OLE color: 7003038.

HSL color Cylindrical-coordinate representation of color #9EDB6A: hue angle of 92.39º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9EDB6A is Cyan = 0.28, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 219 106 -
CMYK 0.28 0 0.52 0.14
HSL 92.39º 0.61% 0.64% -
HSV(B) 92.39º 0.52% 0.86% -
XYZ 42.03 58.97 22.8 -
YUV 187.88 81.79 106.69 -
System Red Green Blue C M Y K H S L
Decimal 158 219 106 0.28 0 0.52 0.14 92.39 0.61 0.64
Hex 9E DB 6A 1C 0 34 E 5C 3D 40
Octal 236 333 152 34 0 64 16 134 75 100
Binary 10011110 11011011 1101010 11100 0 110100 1110 1011100 111101 1000000

Color Harmonies of #9EDB6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDB6A

Black with #9EDB6A

Text Example


Text Example

White with #9EDB6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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