#9EDD7A

Color #9EDD7A Feijoa (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Feijoa #9EDD7A

Tints of Feijoa #9EDD7A

Color information

#9EDD7A (or 0x9EDD7A) is unknown color: approx 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

RGB158221122-
CMYK0.2900.450.13
HSL98.18º59.28%67.25%-
HSV(B)98.18º44.8%86.67%-
XYZ43.4760.3927.78-
YUV190.8889.13104.55-

RGB Variations

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

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 (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1582211220.2900.450.1398.1859.2867.25
Hex9EDD7A1D02DD623b43
Octal236335172350551514273103
Binary10011110110111011111010111010101101110111000101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDD7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>