#96FA70

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

Shades of Light Green #96FA70

Tints of Light Green #96FA70

Color information

#96FA70 (or 0x96FA70) is unknown color: approx Light Green. HEX triplet: 96, FA and 70. RGB value is (150,250,112). Sum of RGB (Red+Green+Blue) = 150+250+112=512 (67% of max value = 765). Red value is 150 (58.98% from 255 or 29.30% from 512); Green value is 250 (98.05% from 255 or 48.83% from 512); Blue value is 112 (44.14% from 255 or 21.88% from 512); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA70 is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FA70 is #69058F. Grayscale: #CCCCCC. Windows color (decimal): -6882704 or 7404182. OLE color: 7404182.

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

Color convert

RGB150250112-
CMYK0.400.550.02
HSL103.48º93.24%70.98%-
HSV(B)103.48º55.2%98.04%-
XYZ49.6976.0327.38-
YUV204.3775.8789.22-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 29.30%
GREEN value IS 250 (98.05% from 255) = 48.83%
BLUE value IS 112 (44.14% from 255) = 21.88%
R=29.30%
G=48.83%
B=21.88%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502501120.400.550.02103.4893.2470.98
Hex96FA70280372675d47
Octal226372160500672147135107
Binary10010110111110101110000101000011011110110011110111011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FA70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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