Html Css Color HEX #9ED674 Feijoa

📋 copy color: '#9ED674'

red 158 ◦ green 214 ◦ blue 116

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

Shades of Feijoa #9ED674

Tints of Feijoa #9ED674

RGB

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

 GREEN value IS 214 (83.98% from 255) = 43.85%

 BLUE value IS 116 (45.7% from 255) = 23.77%

R = 32.38%
G = 43.85%
B = 23.77%

CMYK

 C value IS 0.26

 M value IS 0

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#9ED674 (or 0x9ED674) is known color: Feijoa. HEX triplet: 9E, D6 and 74. RGB value is (158,214,116). Sum of RGB (Red+Green+Blue) = 158+214+116=488 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.38% from 488); Green value is 214 (83.98% from 255 or 43.85% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED674 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED674 is #61298B. Grayscale: #BABABA. Windows color (decimal): -6367628 or 7657118. OLE color: 7657118.

HSL color Cylindrical-coordinate representation of color #9ED674: hue angle of 94.29º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9ED674 is Cyan = 0.26, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.16.

Color convert

RGB 158 214 116 -
CMYK 0.26 0 0.46 0.16
HSL 94.29º 0.54% 0.65% -
HSV(B) 94.29º 0.46% 0.84% -
XYZ 41.3 56.62 25.28 -
YUV 186.08 88.45 107.97 -
System Red Green Blue C M Y K H S L
Decimal 158 214 116 0.26 0 0.46 0.16 94.29 0.54 0.65
Hex 9E D6 74 1A 0 2E 10 5E 36 41
Octal 236 326 164 32 0 56 20 136 66 101
Binary 10011110 11010110 1110100 11010 0 101110 10000 1011110 110110 1000001

Color Harmonies of #9ED674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED674

Black with #9ED674

Text Example


Text Example

White with #9ED674

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,214,116); }

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

background-color css

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

 a { background-color: rgb(158,214,116); }

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

border-color css

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

 span { border-color: rgb(158,214,116); }

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