#96F082

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

Shades of Light Green #96F082

Tints of Light Green #96F082

Color information

#96F082 (or 0x96F082) is unknown color: approx Light Green. HEX triplet: 96, F0 and 82. RGB value is (150,240,130). Sum of RGB (Red+Green+Blue) = 150+240+130=520 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.85% from 520); Green value is 240 (94.14% from 255 or 46.15% from 520); Blue value is 130 (51.17% from 255 or 25% from 520); Max value from RGB is 240 - color contains mainly: green. Hex color #96F082 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96F082 is #690F7D. Grayscale: #C8C8C8. Windows color (decimal): -6885246 or 8581270. OLE color: 8581270.

HSL color Cylindrical-coordinate representation of color #96F082: hue angle of 109.09º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #96F082 is Cyan = 0.37, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.06.

Color convert

RGB150240130-
CMYK0.3700.460.06
HSL109.09º78.57%72.55%-
HSV(B)109.09º45.83%94.12%-
XYZ47.7770.4232.19-
YUV200.5588.1891.94-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.85%
GREEN value IS 240 (94.14% from 255) = 46.15%
BLUE value IS 130 (51.17% from 255) = 25%
R=28.85%
G=46.15%
B=25%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.46
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502401300.3700.460.06109.0978.5772.55
Hex96F0822502E66d4f49
Octal226360202450566155117111
Binary1001011011110000100000101001010101110110110110110011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96F082

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,240,130); }

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

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

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

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

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

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

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