Html Css Color HEX #9EED74 Feijoa

📋 copy color: '#9EED74'

red 158 ◦ green 237 ◦ blue 116

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

Shades of Feijoa #9EED74

Tints of Feijoa #9EED74

RGB

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

 GREEN value IS 237 (92.97% from 255) = 46.38%

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

R = 30.92%
G = 46.38%
B = 22.7%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.07

RGB Variations

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

Color information

#9EED74 (or 0x9EED74) is known color: Feijoa. HEX triplet: 9E, ED and 74. RGB value is (158,237,116). Sum of RGB (Red+Green+Blue) = 158+237+116=511 (67% of max value = 765). Red value is 158 (62.11% from 255 or 30.92% from 511); Green value is 237 (92.97% from 255 or 46.38% from 511); Blue value is 116 (45.70% from 255 or 22.70% from 511); Max value from RGB is 237 - color contains mainly: green. Hex color #9EED74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EED74 is #61128B. Grayscale: #C7C7C7. Windows color (decimal): -6361740 or 7663006. OLE color: 7663006.

HSL color Cylindrical-coordinate representation of color #9EED74: hue angle of 99.17º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9EED74 is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.07.

Color convert

RGB 158 237 116 -
CMYK 0.33 0 0.51 0.07
HSL 99.17º 0.77% 0.69% -
HSV(B) 99.17º 0.51% 0.93% -
XYZ 47.54 69.1 27.35 -
YUV 199.59 80.83 98.34 -
System Red Green Blue C M Y K H S L
Decimal 158 237 116 0.33 0 0.51 0.07 99.17 0.77 0.69
Hex 9E ED 74 21 0 33 7 63 4D 45
Octal 236 355 164 41 0 63 7 143 115 105
Binary 10011110 11101101 1110100 100001 0 110011 111 1100011 1001101 1000101

Color Harmonies of #9EED74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EED74

Black with #9EED74

Text Example


Text Example

White with #9EED74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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