#96FF7A

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

Shades of Light Green #96FF7A

Tints of Light Green #96FF7A

Color information

#96FF7A (or 0x96FF7A) is unknown color: approx Light Green. HEX triplet: 96, FF and 7A. RGB value is (150,255,122). Sum of RGB (Red+Green+Blue) = 150+255+122=527 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.46% from 527); Green value is 255 (100% from 255 or 48.39% from 527); Blue value is 122 (48.05% from 255 or 23.15% from 527); Max value from RGB is 255 - color contains mainly: green. Hex color #96FF7A is not a web safe color. Web safe color analog (approx): #99FF66. Inversed color of #96FF7A is #690085. Grayscale: #D0D0D0. Windows color (decimal): -6881414 or 8060822. OLE color: 8060822.

HSL color Cylindrical-coordinate representation of color #96FF7A: hue angle of 107.37º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #96FF7A is Cyan = 0.41, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.

Color convert

RGB150255122-
CMYK0.4100.520
HSL107.37º100%73.92%-
HSV(B)107.37º52.16%100%-
XYZ51.8579.4131.01-
YUV208.4479.2186.31-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.46%
GREEN value IS 255 (100% from 255) = 48.39%
BLUE value IS 122 (48.05% from 255) = 23.15%
R=28.46%
G=48.39%
B=23.15%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1502551220.4100.520107.3710073.92
Hex96FF7A2903406b644a
Octal226377172510640153144112
Binary1001011011111111111101010100101101000110101111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96FF7A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,255,122); }

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

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

 a { background-color: rgb(150,255,122); }

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

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

 span { border-color: rgb(150,255,122); }

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