#9ED66A

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

Shades of Feijoa #9ED66A

Tints of Feijoa #9ED66A

Color information

#9ED66A (or 0x9ED66A) is unknown color: approx Feijoa. HEX triplet: 9E, D6 and 6A. RGB value is (158,214,106). Sum of RGB (Red+Green+Blue) = 158+214+106=478 (63% of max value = 765). Red value is 158 (62.11% from 255 or 33.05% from 478); Green value is 214 (83.98% from 255 or 44.77% from 478); Blue value is 106 (41.80% from 255 or 22.18% from 478); Max value from RGB is 214 - color contains mainly: green. Hex color #9ED66A is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9ED66A is #612995. Grayscale: #B9B9B9. Windows color (decimal): -6367638 or 7001758. OLE color: 7001758.

HSL color Cylindrical-coordinate representation of color #9ED66A: hue angle of 91.11º degrees, saturation: 0.57, 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 #9ED66A is Cyan = 0.26, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB158214106-
CMYK0.2600.500.16
HSL91.11º56.84%62.75%-
HSV(B)91.11º50.47%83.92%-
XYZ40.7556.422.37-
YUV184.9483.45108.78-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 33.05%
GREEN value IS 214 (83.98% from 255) = 44.77%
BLUE value IS 106 (41.80% from 255) = 22.18%
R=33.05%
G=44.77%
B=22.18%

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
Decimal1582141060.2600.500.1691.1156.8462.75
Hex9ED66A1A032105b393f
Octal23632615232062201337177
Binary10011110110101101101010110100110010100001011011111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9ED66A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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