Html Css Color HEX #9ED76A Feijoa

📋 copy color: '#9ED76A'

red 158 ◦ green 215 ◦ blue 106

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

Shades of Feijoa #9ED76A

Tints of Feijoa #9ED76A

RGB

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

 GREEN value IS 215 (84.38% from 255) = 44.89%

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

R = 32.99%
G = 44.89%
B = 22.13%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.51

 K value IS 0.16

RGB Variations

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

Color information

#9ED76A (or 0x9ED76A) is known color: Feijoa. HEX triplet: 9E, D7 and 6A. RGB value is (158,215,106). Sum of RGB (Red+Green+Blue) = 158+215+106=479 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.99% from 479); Green value is 215 (84.38% from 255 or 44.89% from 479); Blue value is 106 (41.80% from 255 or 22.13% from 479); Max value from RGB is 215 - color contains mainly: green. Hex color #9ED76A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED76A is #612895. Grayscale: #B9B9B9. Windows color (decimal): -6367382 or 7002014. OLE color: 7002014.

HSL color Cylindrical-coordinate representation of color #9ED76A: hue angle of 91.38º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9ED76A is Cyan = 0.27, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 215 106 -
CMYK 0.27 0 0.51 0.16
HSL 91.38º 0.58% 0.63% -
HSV(B) 91.38º 0.51% 0.84% -
XYZ 41 56.91 22.46 -
YUV 185.53 83.12 108.36 -
System Red Green Blue C M Y K H S L
Decimal 158 215 106 0.27 0 0.51 0.16 91.38 0.58 0.63
Hex 9E D7 6A 1B 0 33 10 5B 3A 3F
Octal 236 327 152 33 0 63 20 133 72 77
Binary 10011110 11010111 1101010 11011 0 110011 10000 1011011 111010 111111

Color Harmonies of #9ED76A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED76A

Black with #9ED76A

Text Example


Text Example

White with #9ED76A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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