Html Css Color HEX #9EDE7A Feijoa

📋 copy color: '#9EDE7A'

red 158 ◦ green 222 ◦ blue 122

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

Shades of Feijoa #9EDE7A

Tints of Feijoa #9EDE7A

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.22%

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

R = 31.47%
G = 44.22%
B = 24.3%

CMYK

 C value IS 0.29

 M value IS 0

 Y value IS 0.45

 K value IS 0.13

RGB Variations

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

Color information

#9EDE7A (or 0x9EDE7A) is known color: Feijoa. HEX triplet: 9E, DE and 7A. RGB value is (158,222,122). Sum of RGB (Red+Green+Blue) = 158+222+122=502 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.47% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 122 (48.05% from 255 or 24.30% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #9EDE7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDE7A is #612185. Grayscale: #BFBFBF. Windows color (decimal): -6365574 or 8052382. OLE color: 8052382.

HSL color Cylindrical-coordinate representation of color #9EDE7A: hue angle of 98.4º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #9EDE7A is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 222 122 -
CMYK 0.29 0 0.45 0.13
HSL 98.4º 0.6% 0.67% -
HSV(B) 98.4º 0.45% 0.87% -
XYZ 43.73 60.92 27.87 -
YUV 191.46 88.8 104.13 -
System Red Green Blue C M Y K H S L
Decimal 158 222 122 0.29 0 0.45 0.13 98.4 0.6 0.67
Hex 9E DE 7A 1D 0 2D D 62 3C 43
Octal 236 336 172 35 0 55 15 142 74 103
Binary 10011110 11011110 1111010 11101 0 101101 1101 1100010 111100 1000011

Color Harmonies of #9EDE7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDE7A

Black with #9EDE7A

Text Example


Text Example

White with #9EDE7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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