Html Css Color HEX #9EDB7A Feijoa

📋 copy color: '#9EDB7A'

red 158 ◦ green 219 ◦ blue 122

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

Shades of Feijoa #9EDB7A

Tints of Feijoa #9EDB7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 24.45%

R = 31.66%
G = 43.89%
B = 24.45%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#9EDB7A (or 0x9EDB7A) is known color: Feijoa. HEX triplet: 9E, DB and 7A. RGB value is (158,219,122). Sum of RGB (Red+Green+Blue) = 158+219+122=499 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.66% from 499); Green value is 219 (85.94% from 255 or 43.89% from 499); Blue value is 122 (48.05% from 255 or 24.45% from 499); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDB7A is #612485. Grayscale: #BEBEBE. Windows color (decimal): -6366342 or 8051614. OLE color: 8051614.

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

Color convert

RGB 158 219 122 -
CMYK 0.28 0 0.44 0.14
HSL 97.73º 0.57% 0.67% -
HSV(B) 97.73º 0.44% 0.86% -
XYZ 42.94 59.34 27.6 -
YUV 189.7 89.79 105.39 -
System Red Green Blue C M Y K H S L
Decimal 158 219 122 0.28 0 0.44 0.14 97.73 0.57 0.67
Hex 9E DB 7A 1C 0 2C E 62 39 43
Octal 236 333 172 34 0 54 16 142 71 103
Binary 10011110 11011011 1111010 11100 0 101100 1110 1100010 111001 1000011

Color Harmonies of #9EDB7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDB7A

Black with #9EDB7A

Text Example


Text Example

White with #9EDB7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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