#96FA7B

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

Shades of Light Green #96FA7B

Tints of Light Green #96FA7B

Color information

#96FA7B (or 0x96FA7B) is unknown color: approx Light Green. HEX triplet: 96, FA and 7B. RGB value is (150,250,123). Sum of RGB (Red+Green+Blue) = 150+250+123=523 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.68% from 523); Green value is 250 (98.05% from 255 or 47.80% from 523); Blue value is 123 (48.44% from 255 or 23.52% from 523); Max value from RGB is 250 - color contains mainly: green. Hex color #96FA7B is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FA7B is #690584. Grayscale: #CECECE. Windows color (decimal): -6882693 or 8125078. OLE color: 8125078.

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

Color convert

RGB150250123-
CMYK0.400.510.02
HSL107.24º92.7%73.14%-
HSV(B)107.24º50.8%98.04%-
XYZ50.3476.2930.81-
YUV205.6281.3788.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.68%
GREEN value IS 250 (98.05% from 255) = 47.80%
BLUE value IS 123 (48.44% from 255) = 23.52%
R=28.68%
G=47.80%
B=23.52%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502501230.400.510.02107.2492.773.14
Hex96FA7B2803326b5d49
Octal226372173500632153135111
Binary10010110111110101111011101000011001110110101110111011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FA7B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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