#96FA76

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

Shades of Light Green #96FA76

Tints of Light Green #96FA76

Color information

#96FA76 (or 0x96FA76) is unknown color: approx Light Green. HEX triplet: 96, FA and 76. RGB value is (150,250,118). Sum of RGB (Red+Green+Blue) = 150+250+118=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 250 (98.05% from 255 or 48.26% from 518); Blue value is 118 (46.48% from 255 or 22.78% from 518); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA76 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FA76 is #690589. Grayscale: #CDCDCD. Windows color (decimal): -6882698 or 7797398. OLE color: 7797398.

HSL color Cylindrical-coordinate representation of color #96FA76: hue angle of 105.45º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #96FA76 is Cyan = 0.4, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.02.

Color convert

RGB150250118-
CMYK0.400.530.02
HSL105.45º92.96%72.16%-
HSV(B)105.45º52.8%98.04%-
XYZ50.0376.1629.2-
YUV205.0578.8788.73-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.96%
GREEN value IS 250 (98.05% from 255) = 48.26%
BLUE value IS 118 (46.48% from 255) = 22.78%
R=28.96%
G=48.26%
B=22.78%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.53
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502501180.400.530.02105.4592.9672.16
Hex96FA76280352695d48
Octal226372166500652151135110
Binary10010110111110101110110101000011010110110100110111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FA76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,250,118); }

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

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

 a { background-color: rgb(150,250,118); }

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

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

 span { border-color: rgb(150,250,118); }

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