#96EB9E

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

Shades of Light Green #96EB9E

Tints of Light Green #96EB9E

Color information

#96EB9E (or 0x96EB9E) is unknown color: approx Light Green. HEX triplet: 96, EB and 9E. RGB value is (150,235,158). Sum of RGB (Red+Green+Blue) = 150+235+158=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 235 (92.19% from 255 or 43.28% from 543); Blue value is 158 (62.11% from 255 or 29.10% from 543); Max value from RGB is 235 - color contains mainly: green. Hex color #96EB9E is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EB9E is #691461. Grayscale: #C9C9C9. Windows color (decimal): -6886498 or 10414998. OLE color: 10414998.

HSL color Cylindrical-coordinate representation of color #96EB9E: hue angle of 125.65º degrees, saturation: 0.68, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #96EB9E is Cyan = 0.36, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.08.

Color convert

RGB150235158-
CMYK0.3600.330.08
HSL125.65º68%75.49%-
HSV(B)125.65º36.17%92.16%-
XYZ48.4668.3742.99-
YUV200.81103.8491.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.62%
GREEN value IS 235 (92.19% from 255) = 43.28%
BLUE value IS 158 (62.11% from 255) = 29.10%
R=27.62%
G=43.28%
B=29.10%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502351580.3600.330.08125.656875.49
Hex96EB9E2402187e444b
Octal2263532364404110176104113
Binary10010110111010111001111010010001000011000111111010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EB9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,235,158); }

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

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

 a { background-color: rgb(150,235,158); }

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

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

 span { border-color: rgb(150,235,158); }

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