Html Css Color HEX #9EDA77 Feijoa

📋 copy color: '#9EDA77'

red 158 ◦ green 218 ◦ blue 119

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

Shades of Feijoa #9EDA77

Tints of Feijoa #9EDA77

RGB

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

 GREEN value IS 218 (85.55% from 255) = 44.04%

 BLUE value IS 119 (46.88% from 255) = 24.04%

R = 31.92%
G = 44.04%
B = 24.04%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#9EDA77 (or 0x9EDA77) is known color: Feijoa. HEX triplet: 9E, DA and 77. RGB value is (158,218,119). Sum of RGB (Red+Green+Blue) = 158+218+119=495 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.92% from 495); Green value is 218 (85.55% from 255 or 44.04% from 495); Blue value is 119 (46.88% from 255 or 24.04% from 495); Max value from RGB is 218 - color contains mainly: green. Hex color #9EDA77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDA77 is #612588. Grayscale: #BDBDBD. Windows color (decimal): -6366601 or 7854750. OLE color: 7854750.

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

Color convert

RGB 158 218 119 -
CMYK 0.28 0 0.45 0.15
HSL 96.36º 0.57% 0.66% -
HSV(B) 96.36º 0.45% 0.85% -
XYZ 42.5 58.74 26.55 -
YUV 188.77 88.62 106.05 -
System Red Green Blue C M Y K H S L
Decimal 158 218 119 0.28 0 0.45 0.15 96.36 0.57 0.66
Hex 9E DA 77 1C 0 2D F 60 39 42
Octal 236 332 167 34 0 55 17 140 71 102
Binary 10011110 11011010 1110111 11100 0 101101 1111 1100000 111001 1000010

Color Harmonies of #9EDA77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDA77

Black with #9EDA77

Text Example


Text Example

White with #9EDA77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(158,218,119); }

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

background-color css

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

 a { background-color: rgb(158,218,119); }

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

border-color css

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

 span { border-color: rgb(158,218,119); }

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