Html Css Color HEX #9EDB78 Feijoa

📋 copy color: '#9EDB78'

red 158 ◦ green 219 ◦ blue 120

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

Shades of Feijoa #9EDB78

Tints of Feijoa #9EDB78

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 24.14%

R = 31.79%
G = 44.06%
B = 24.14%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#9EDB78 (or 0x9EDB78) is known color: Feijoa. HEX triplet: 9E, DB and 78. RGB value is (158,219,120). Sum of RGB (Red+Green+Blue) = 158+219+120=497 (65% of max value = 765). Red value is 158 (62.11% from 255 or 31.79% from 497); Green value is 219 (85.94% from 255 or 44.06% from 497); Blue value is 120 (47.27% from 255 or 24.14% from 497); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB78 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDB78 is #612487. Grayscale: #BDBDBD. Windows color (decimal): -6366344 or 7920542. OLE color: 7920542.

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

Color convert

RGB 158 219 120 -
CMYK 0.28 0 0.45 0.14
HSL 96.97º 0.58% 0.66% -
HSV(B) 96.97º 0.45% 0.86% -
XYZ 42.82 59.29 26.96 -
YUV 189.48 88.79 105.55 -
System Red Green Blue C M Y K H S L
Decimal 158 219 120 0.28 0 0.45 0.14 96.97 0.58 0.66
Hex 9E DB 78 1C 0 2D E 61 3A 42
Octal 236 333 170 34 0 55 16 141 72 102
Binary 10011110 11011011 1111000 11100 0 101101 1110 1100001 111010 1000010

Color Harmonies of #9EDB78

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDB78

Black with #9EDB78

Text Example


Text Example

White with #9EDB78

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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