Html Css Color HEX #9EDB77 Feijoa

📋 copy color: '#9EDB77'

red 158 ◦ green 219 ◦ blue 119

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

Shades of Feijoa #9EDB77

Tints of Feijoa #9EDB77

RGB

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

 GREEN value IS 219 (85.94% from 255) = 44.15%

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

R = 31.85%
G = 44.15%
B = 23.99%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#9EDB77 (or 0x9EDB77) is known color: Feijoa. HEX triplet: 9E, DB and 77. RGB value is (158,219,119). Sum of RGB (Red+Green+Blue) = 158+219+119=496 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.85% from 496); Green value is 219 (85.94% from 255 or 44.15% from 496); Blue value is 119 (46.88% from 255 or 23.99% from 496); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB77 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDB77 is #612488. Grayscale: #BDBDBD. Windows color (decimal): -6366345 or 7855006. OLE color: 7855006.

HSL color Cylindrical-coordinate representation of color #9EDB77: hue angle of 96.6º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9EDB77 is Cyan = 0.28, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 158 219 119 -
CMYK 0.28 0 0.46 0.14
HSL 96.6º 0.58% 0.66% -
HSV(B) 96.6º 0.46% 0.86% -
XYZ 42.76 59.26 26.64 -
YUV 189.36 88.29 105.63 -
System Red Green Blue C M Y K H S L
Decimal 158 219 119 0.28 0 0.46 0.14 96.6 0.58 0.66
Hex 9E DB 77 1C 0 2E E 61 3A 42
Octal 236 333 167 34 0 56 16 141 72 102
Binary 10011110 11011011 1110111 11100 0 101110 1110 1100001 111010 1000010

Color Harmonies of #9EDB77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDB77

Black with #9EDB77

Text Example


Text Example

White with #9EDB77

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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