Html Css Color HEX #9EDD7A Feijoa

📋 copy color: '#9EDD7A'

red 158 ◦ green 221 ◦ blue 122

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

Shades of Feijoa #9EDD7A

Tints of Feijoa #9EDD7A

RGB

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

 GREEN value IS 221 (86.72% from 255) = 44.11%

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

R = 31.54%
G = 44.11%
B = 24.35%

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

#9EDD7A (or 0x9EDD7A) is known color: Feijoa. HEX triplet: 9E, DD and 7A. RGB value is (158,221,122). Sum of RGB (Red+Green+Blue) = 158+221+122=501 (66% of max value = 765). Red value is 158 (62.11% from 255 or 31.54% from 501); Green value is 221 (86.72% from 255 or 44.11% from 501); Blue value is 122 (48.05% from 255 or 24.35% from 501); Max value from RGB is 221 - color contains mainly: green. Hex color #9EDD7A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDD7A is #612285. Grayscale: #BFBFBF. Windows color (decimal): -6365830 or 8052126. OLE color: 8052126.

HSL color Cylindrical-coordinate representation of color #9EDD7A: hue angle of 98.18º degrees, saturation: 0.59, 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 #9EDD7A is Cyan = 0.29, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.13.

Color convert

RGB 158 221 122 -
CMYK 0.29 0 0.45 0.13
HSL 98.18º 0.59% 0.67% -
HSV(B) 98.18º 0.45% 0.87% -
XYZ 43.47 60.39 27.78 -
YUV 190.88 89.13 104.55 -
System Red Green Blue C M Y K H S L
Decimal 158 221 122 0.29 0 0.45 0.13 98.18 0.59 0.67
Hex 9E DD 7A 1D 0 2D D 62 3B 43
Octal 236 335 172 35 0 55 15 142 73 103
Binary 10011110 11011101 1111010 11101 0 101101 1101 1100010 111011 1000011

Color Harmonies of #9EDD7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #9EDD7A

Black with #9EDD7A

Text Example


Text Example

White with #9EDD7A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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