#96F196

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

Shades of Light Green #96F196

Tints of Light Green #96F196

Color information

#96F196 (or 0x96F196) is unknown color: approx Light Green. HEX triplet: 96, F1 and 96. RGB value is (150,241,150). Sum of RGB (Red+Green+Blue) = 150+241+150=541 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.73% from 541); Green value is 241 (94.53% from 255 or 44.55% from 541); Blue value is 150 (58.98% from 255 or 27.73% from 541); Max value from RGB is 241 - color contains mainly: green. Hex color #96F196 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F196 is #690E69. Grayscale: #CBCBCB. Windows color (decimal): -6884970 or 9892246. OLE color: 9892246.

HSL color Cylindrical-coordinate representation of color #96F196: hue angle of 120º degrees, saturation: 0.76, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #96F196 is Cyan = 0.38, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.05.

Color convert

RGB150241150-
CMYK0.3800.380.05
HSL120º76.47%76.67%-
HSV(B)120º37.76%94.51%-
XYZ49.5471.640.06-
YUV203.4297.8589.9-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.73%
GREEN value IS 241 (94.53% from 255) = 44.55%
BLUE value IS 150 (58.98% from 255) = 27.73%
R=27.73%
G=44.55%
B=27.73%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502411500.3800.380.0512076.4776.67
Hex96F196260265784c4d
Octal226361226460465170114115
Binary1001011011110001100101101001100100110101111100010011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,241,150); }

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

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

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

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

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

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

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