Html Css Color HEX #9EEB74 Feijoa

📋 copy color: '#9EEB74'

red 158 ◦ green 235 ◦ blue 116

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

Shades of Feijoa #9EEB74

Tints of Feijoa #9EEB74

RGB

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

 GREEN value IS 235 (92.19% from 255) = 46.17%

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

R = 31.04%
G = 46.17%
B = 22.79%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.51

 K value IS 0.08

RGB Variations

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

Color information

#9EEB74 (or 0x9EEB74) is known color: Feijoa. HEX triplet: 9E, EB and 74. RGB value is (158,235,116). Sum of RGB (Red+Green+Blue) = 158+235+116=509 (67% of max value = 765). Red value is 158 (62.11% from 255 or 31.04% from 509); Green value is 235 (92.19% from 255 or 46.17% from 509); Blue value is 116 (45.70% from 255 or 22.79% from 509); Max value from RGB is 235 - color contains mainly: green. Hex color #9EEB74 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #9EEB74 is #61148B. Grayscale: #C6C6C6. Windows color (decimal): -6362252 or 7662494. OLE color: 7662494.

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

Color convert

RGB 158 235 116 -
CMYK 0.33 0 0.51 0.08
HSL 98.82º 0.75% 0.69% -
HSV(B) 98.82º 0.51% 0.92% -
XYZ 46.96 67.95 27.16 -
YUV 198.41 81.49 99.18 -
System Red Green Blue C M Y K H S L
Decimal 158 235 116 0.33 0 0.51 0.08 98.82 0.75 0.69
Hex 9E EB 74 21 0 33 8 63 4B 45
Octal 236 353 164 41 0 63 10 143 113 105
Binary 10011110 11101011 1110100 100001 0 110011 1000 1100011 1001011 1000101

Color Harmonies of #9EEB74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EEB74

Black with #9EEB74

Text Example


Text Example

White with #9EEB74

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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