#96ED6D

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

Shades of Feijoa #96ED6D

Tints of Feijoa #96ED6D

Color information

#96ED6D (or 0x96ED6D) is unknown color: approx Feijoa. HEX triplet: 96, ED and 6D. RGB value is (150,237,109). Sum of RGB (Red+Green+Blue) = 150+237+109=496 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.24% from 496); Green value is 237 (92.97% from 255 or 47.78% from 496); Blue value is 109 (42.97% from 255 or 21.98% from 496); Max value from RGB is 237 - color contains mainly: green. Hex color #96ED6D is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96ED6D is #691292. Grayscale: #C4C4C4. Windows color (decimal): -6886035 or 7204246. OLE color: 7204246.

HSL color Cylindrical-coordinate representation of color #96ED6D: hue angle of 100.78º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #96ED6D is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.07.

Color convert

RGB150237109-
CMYK0.3700.540.07
HSL100.78º78.05%67.84%-
HSV(B)100.78º54.01%92.94%-
XYZ45.6268.1625.22-
YUV196.478.6894.91-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.24%
GREEN value IS 237 (92.97% from 255) = 47.78%
BLUE value IS 109 (42.97% from 255) = 21.98%
R=30.24%
G=47.78%
B=21.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502371090.3700.540.07100.7878.0567.84
Hex96ED6D250367654e44
Octal226355155450667145116104
Binary100101101110110111011011001010110110111110010110011101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96ED6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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