#96F389

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

Shades of Light Green #96F389

Tints of Light Green #96F389

Color information

#96F389 (or 0x96F389) is unknown color: approx Light Green. HEX triplet: 96, F3 and 89. RGB value is (150,243,137). Sum of RGB (Red+Green+Blue) = 150+243+137=530 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.30% from 530); Green value is 243 (95.31% from 255 or 45.85% from 530); Blue value is 137 (53.91% from 255 or 25.85% from 530); Max value from RGB is 243 - color contains mainly: green. Hex color #96F389 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F389 is #690C76. Grayscale: #CBCBCB. Windows color (decimal): -6884471 or 9040790. OLE color: 9040790.

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

Color convert

RGB150243137-
CMYK0.3800.440.05
HSL112.64º81.54%74.51%-
HSV(B)112.64º43.62%95.29%-
XYZ49.1472.3935.05-
YUV203.1190.6990.12-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.30%
GREEN value IS 243 (95.31% from 255) = 45.85%
BLUE value IS 137 (53.91% from 255) = 25.85%
R=28.30%
G=45.85%
B=25.85%

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
Decimal1502431370.3800.440.05112.6481.5474.51
Hex96F3892602C571524b
Octal226363211460545161122113
Binary1001011011110011100010011001100101100101111000110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F389

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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