Html Css Color HEX #9ED974 Feijoa

📋 copy color: '#9ED974'

red 158 ◦ green 217 ◦ blue 116

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

Shades of Feijoa #9ED974

Tints of Feijoa #9ED974

RGB

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

 GREEN value IS 217 (85.16% from 255) = 44.2%

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

R = 32.18%
G = 44.2%
B = 23.63%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.47

 K value IS 0.15

RGB Variations

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

Color information

#9ED974 (or 0x9ED974) is known color: Feijoa. HEX triplet: 9E, D9 and 74. RGB value is (158,217,116). Sum of RGB (Red+Green+Blue) = 158+217+116=491 (65% of max value = 765). Red value is 158 (62.11% from 255 or 32.18% from 491); Green value is 217 (85.16% from 255 or 44.20% from 491); Blue value is 116 (45.70% from 255 or 23.63% from 491); Max value from RGB is 217 - color contains mainly: green. Hex color #9ED974 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED974 is #61268B. Grayscale: #BCBCBC. Windows color (decimal): -6366860 or 7657886. OLE color: 7657886.

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

Color convert

RGB 158 217 116 -
CMYK 0.27 0 0.47 0.15
HSL 95.05º 0.57% 0.65% -
HSV(B) 95.05º 0.47% 0.85% -
XYZ 42.07 58.16 25.53 -
YUV 187.85 87.45 106.71 -
System Red Green Blue C M Y K H S L
Decimal 158 217 116 0.27 0 0.47 0.15 95.05 0.57 0.65
Hex 9E D9 74 1B 0 2F F 5F 39 41
Octal 236 331 164 33 0 57 17 137 71 101
Binary 10011110 11011001 1110100 11011 0 101111 1111 1011111 111001 1000001

Color Harmonies of #9ED974

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9ED974

Black with #9ED974

Text Example


Text Example

White with #9ED974

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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