#96EB6D

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

Shades of Feijoa #96EB6D

Tints of Feijoa #96EB6D

Color information

#96EB6D (or 0x96EB6D) is unknown color: approx Feijoa. HEX triplet: 96, EB and 6D. RGB value is (150,235,109). Sum of RGB (Red+Green+Blue) = 150+235+109=494 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.36% from 494); Green value is 235 (92.19% from 255 or 47.57% from 494); Blue value is 109 (42.97% from 255 or 22.06% from 494); Max value from RGB is 235 - color contains mainly: green. Hex color #96EB6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96EB6D is #691492. Grayscale: #C3C3C3. Windows color (decimal): -6886547 or 7203734. OLE color: 7203734.

HSL color Cylindrical-coordinate representation of color #96EB6D: hue angle of 100.48º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96EB6D is Cyan = 0.36, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.08.

Color convert

RGB150235109-
CMYK0.3600.540.08
HSL100.48º75.9%67.45%-
HSV(B)100.48º53.62%92.16%-
XYZ45.056725.03-
YUV195.2279.3495.75-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.36%
GREEN value IS 235 (92.19% from 255) = 47.57%
BLUE value IS 109 (42.97% from 255) = 22.06%
R=30.36%
G=47.57%
B=22.06%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502351090.3600.540.08100.4875.967.45
Hex96EB6D240368644c43
Octal2263531554406610144114103
Binary1001011011101011110110110010001101101000110010010011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EB6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #96EB6D; }

 p { color: rgb(150,235,109); }

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

<style>
 a { background-color: #96EB6D; }

 a { background-color: rgb(150,235,109); }

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

<style>
 span { border-color: #96EB6D; }

 span { border-color: rgb(150,235,109); }

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