#96F388

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

Shades of Light Green #96F388

Tints of Light Green #96F388

Color information

#96F388 (or 0x96F388) is unknown color: approx Light Green. HEX triplet: 96, F3 and 88. RGB value is (150,243,136). Sum of RGB (Red+Green+Blue) = 150+243+136=529 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.36% from 529); Green value is 243 (95.31% from 255 or 45.94% from 529); Blue value is 136 (53.52% from 255 or 25.71% from 529); Max value from RGB is 243 - color contains mainly: green. Hex color #96F388 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F388 is #690C77. Grayscale: #CBCBCB. Windows color (decimal): -6884472 or 8975254. OLE color: 8975254.

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

Color convert

RGB150243136-
CMYK0.3800.440.05
HSL112.15º81.68%74.31%-
HSV(B)112.15º44.03%95.29%-
XYZ49.0772.3634.67-
YUV202.9990.1990.2-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.36%
GREEN value IS 243 (95.31% from 255) = 45.94%
BLUE value IS 136 (53.52% from 255) = 25.71%
R=28.36%
G=45.94%
B=25.71%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1502431360.3800.440.05112.1581.6874.31
Hex96F3882602C570524a
Octal226363210460545160122112
Binary1001011011110011100010001001100101100101111000010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,243,136); }

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

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

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

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

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

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

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