#96F986

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

Shades of Light Green #96F986

Tints of Light Green #96F986

Color information

#96F986 (or 0x96F986) is unknown color: approx Light Green. HEX triplet: 96, F9 and 86. RGB value is (150,249,134). Sum of RGB (Red+Green+Blue) = 150+249+134=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 249 (97.66% from 255 or 46.72% from 533); Blue value is 134 (52.73% from 255 or 25.14% from 533); Max value from RGB is 249 - color contains mainly: green. Hex color #96F986 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F986 is #690679. Grayscale: #CECECE. Windows color (decimal): -6882938 or 8845718. OLE color: 8845718.

HSL color Cylindrical-coordinate representation of color #96F986: hue angle of 111.65º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96F986 is Cyan = 0.40, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.02.

Color convert

RGB150249134-
CMYK0.4000.460.02
HSL111.65º90.55%75.1%-
HSV(B)111.65º46.18%97.65%-
XYZ50.7675.9634.54-
YUV206.2987.287.85-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.14%
GREEN value IS 249 (97.66% from 255) = 46.72%
BLUE value IS 134 (52.73% from 255) = 25.14%
R=28.14%
G=46.72%
B=25.14%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1502491340.4000.460.02111.6590.5575.1
Hex96F9862802E2705b4b
Octal226371206500562160133113
Binary100101101111100110000110101000010111010111000010110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,249,134); }

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

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

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

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

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

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

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