#9EDB68

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

Shades of Feijoa #9EDB68

Tints of Feijoa #9EDB68

Color information

#9EDB68 (or 0x9EDB68) is unknown color: approx Feijoa. HEX triplet: 9E, DB and 68. RGB value is (158,219,104). Sum of RGB (Red+Green+Blue) = 158+219+104=481 (63% of max value = 765). Red value is 158 (62.11% from 255 or 32.85% from 481); Green value is 219 (85.94% from 255 or 45.53% from 481); Blue value is 104 (41.02% from 255 or 21.62% from 481); Max value from RGB is 219 - color contains mainly: green. Hex color #9EDB68 is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9EDB68 is #612497. Grayscale: #BCBCBC. Windows color (decimal): -6366360 or 6871966. OLE color: 6871966.

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

Color convert

RGB158219104-
CMYK0.2800.530.14
HSL91.83º61.5%63.33%-
HSV(B)91.83º52.51%85.88%-
XYZ41.9358.9322.26-
YUV187.6580.79106.85-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 32.85%
GREEN value IS 219 (85.94% from 255) = 45.53%
BLUE value IS 104 (41.02% from 255) = 21.62%
R=32.85%
G=45.53%
B=21.62%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1582191040.2800.530.1491.8361.563.33
Hex9EDB681C035E5c3d3f
Octal23633315034065161347577
Binary1001111011011011110100011100011010111101011100111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EDB68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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