#96EE82

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

Shades of Light Green #96EE82

Tints of Light Green #96EE82

Color information

#96EE82 (or 0x96EE82) is unknown color: approx Light Green. HEX triplet: 96, EE and 82. RGB value is (150,238,130). Sum of RGB (Red+Green+Blue) = 150+238+130=518 (68% of max value = 765). Red value is 150 (58.98% from 255 or 28.96% from 518); Green value is 238 (93.36% from 255 or 45.95% from 518); Blue value is 130 (51.17% from 255 or 25.10% from 518); Max value from RGB is 238 - color contains mainly: green. Hex color #96EE82 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EE82 is #69117D. Grayscale: #C7C7C7. Windows color (decimal): -6885758 or 8580758. OLE color: 8580758.

HSL color Cylindrical-coordinate representation of color #96EE82: hue angle of 108.89º degrees, saturation: 0.76, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #96EE82 is Cyan = 0.37, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.07.

Color convert

RGB150238130-
CMYK0.3700.450.07
HSL108.89º76.06%72.16%-
HSV(B)108.89º45.38%93.33%-
XYZ47.1869.2432-
YUV199.3888.8592.78-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.96%
GREEN value IS 238 (93.36% from 255) = 45.95%
BLUE value IS 130 (51.17% from 255) = 25.10%
R=28.96%
G=45.95%
B=25.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502381300.3700.450.07108.8976.0672.16
Hex96EE822502D76d4c48
Octal226356202450557155114110
Binary1001011011101110100000101001010101101111110110110011001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EE82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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