#9EDB6B

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

Shades of Feijoa #9EDB6B

Tints of Feijoa #9EDB6B

Color information

#9EDB6B (or 0x9EDB6B) is unknown color: approx Feijoa. HEX triplet: 9E, DB and 6B. RGB value is (158,219,107). Sum of RGB (Red+Green+Blue) = 158+219+107=484 (64% of max value = 765). Red value is 158 (62.11% from 255 or 32.64% from 484); Green value is 219 (85.94% from 255 or 45.25% from 484); Blue value is 107 (42.19% from 255 or 22.11% from 484); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB6B is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDB6B is #612494. Grayscale: #BCBCBC. Windows color (decimal): -6366357 or 7068574. OLE color: 7068574.

HSL color Cylindrical-coordinate representation of color #9EDB6B: hue angle of 92.68º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #9EDB6B is Cyan = 0.28, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB158219107-
CMYK0.2800.510.14
HSL92.68º60.87%63.92%-
HSV(B)92.68º51.14%85.88%-
XYZ42.0958.9923.08-
YUV187.9982.29106.61-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.64%
GREEN value IS 219 (85.94% from 255) = 45.25%
BLUE value IS 107 (42.19% from 255) = 22.11%
R=32.64%
G=45.25%
B=22.11%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582191070.2800.510.1492.6860.8763.92
Hex9EDB6B1C033E5d3d40
Octal236333153340631613575100
Binary10011110110110111101011111000110011111010111011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDB6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,219,107); }

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

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

 a { background-color: rgb(158,219,107); }

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

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

 span { border-color: rgb(158,219,107); }

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