#96EB9F

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

Shades of Light Green #96EB9F

Tints of Light Green #96EB9F

Color information

#96EB9F (or 0x96EB9F) is unknown color: approx Light Green. HEX triplet: 96, EB and 9F. RGB value is (150,235,159). Sum of RGB (Red+Green+Blue) = 150+235+159=544 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.57% from 544); Green value is 235 (92.19% from 255 or 43.20% from 544); Blue value is 159 (62.5% from 255 or 29.23% from 544); Max value from RGB is 235 - color contains mainly: green. Hex color #96EB9F is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EB9F is #691460. Grayscale: #C9C9C9. Windows color (decimal): -6886497 or 10480534. OLE color: 10480534.

HSL color Cylindrical-coordinate representation of color #96EB9F: hue angle of 126.35º 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 #96EB9F is Cyan = 0.36, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.08.

Color convert

RGB150235159-
CMYK0.3600.320.08
HSL126.35º68%75.49%-
HSV(B)126.35º36.17%92.16%-
XYZ48.5468.443.45-
YUV200.92104.3491.68-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.57%
GREEN value IS 235 (92.19% from 255) = 43.20%
BLUE value IS 159 (62.5% from 255) = 29.23%
R=27.57%
G=43.20%
B=29.23%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1502351590.3600.320.08126.356875.49
Hex96EB9F2402087e444b
Octal2263532374404010176104113
Binary10010110111010111001111110010001000001000111111010001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EB9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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