#9BD96D

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

Shades of Feijoa #9BD96D

Tints of Feijoa #9BD96D

Color information

#9BD96D (or 0x9BD96D) is unknown color: approx Feijoa. HEX triplet: 9B, D9 and 6D. RGB value is (155,217,109). Sum of RGB (Red+Green+Blue) = 155+217+109=481 (63% of max value = 765). Red value is 155 (60.94% from 255 or 32.22% from 481); Green value is 217 (85.16% from 255 or 45.11% from 481); Blue value is 109 (42.97% from 255 or 22.66% from 481); Max value from RGB is 217 - color contains mainly: green. Hex color #9BD96D is not a web safe color. Web safe color analog (approx): #99CC66. Inversed color of #9BD96D is #642692. Grayscale: #BABABA. Windows color (decimal): -6563475 or 7199131. OLE color: 7199131.

HSL color Cylindrical-coordinate representation of color #9BD96D: hue angle of 94.44º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9BD96D is Cyan = 0.29, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.15.

Color convert

RGB155217109-
CMYK0.2900.500.15
HSL94.44º58.7%63.92%-
HSV(B)94.44º49.77%85.1%-
XYZ41.0957.723.44-
YUV186.1584.46105.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 32.22%
GREEN value IS 217 (85.16% from 255) = 45.11%
BLUE value IS 109 (42.97% from 255) = 22.66%
R=32.22%
G=45.11%
B=22.66%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1552171090.2900.500.1594.4458.763.92
Hex9BD96D1D032F5e3b40
Octal233331155350621713673100
Binary10011011110110011101101111010110010111110111101110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BD96D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,217,109); }

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

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

 a { background-color: rgb(155,217,109); }

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

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

 span { border-color: rgb(155,217,109); }

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