#9ED56A

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

Shades of Feijoa #9ED56A

Tints of Feijoa #9ED56A

Color information

#9ED56A (or 0x9ED56A) is unknown color: approx Feijoa. HEX triplet: 9E, D5 and 6A. RGB value is (158,213,106). Sum of RGB (Red+Green+Blue) = 158+213+106=477 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.12% from 477); Green value is 213 (83.59% from 255 or 44.65% from 477); Blue value is 106 (41.80% from 255 or 22.22% from 477); Max value from RGB is 213 - color contains mainly: green. Hex color #9ED56A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED56A is #612A95. Grayscale: #B8B8B8. Windows color (decimal): -6367894 or 7001502. OLE color: 7001502.

HSL color Cylindrical-coordinate representation of color #9ED56A: hue angle of 90.84º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9ED56A is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB158213106-
CMYK0.2600.500.16
HSL90.84º56.02%62.55%-
HSV(B)90.84º50.23%83.53%-
XYZ40.555.922.29-
YUV184.3683.78109.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.12%
GREEN value IS 213 (83.59% from 255) = 44.65%
BLUE value IS 106 (41.80% from 255) = 22.22%
R=33.12%
G=44.65%
B=22.22%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1582131060.2600.500.1690.8456.0262.55
Hex9ED56A1A032105b383f
Octal23632515232062201337077
Binary10011110110101011101010110100110010100001011011111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED56A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,213,106); }

 H1.HeaderClassName
 {
   color: #9ED56A;
 }
 .AnyTagClassName
 {
   color: #9ED56A;
 }
</style>
background-color css

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

 a { background-color: rgb(158,213,106); }

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

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

 span { border-color: rgb(158,213,106); }

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