#96E79A

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

Shades of Light Green #96E79A

Tints of Light Green #96E79A

Color information

#96E79A (or 0x96E79A) is unknown color: approx Light Green. HEX triplet: 96, E7 and 9A. RGB value is (150,231,154). Sum of RGB (Red+Green+Blue) = 150+231+154=535 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.04% from 535); Green value is 231 (90.62% from 255 or 43.18% from 535); Blue value is 154 (60.55% from 255 or 28.79% from 535); Max value from RGB is 231 - color contains mainly: green. Hex color #96E79A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96E79A is #691865. Grayscale: #C6C6C6. Windows color (decimal): -6887526 or 10151830. OLE color: 10151830.

HSL color Cylindrical-coordinate representation of color #96E79A: hue angle of 122.96º degrees, saturation: 0.63, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #96E79A is Cyan = 0.35, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.09.

Color convert

RGB150231154-
CMYK0.3500.330.09
HSL122.96º62.79%74.71%-
HSV(B)122.96º35.06%90.59%-
XYZ46.9965.9740.83-
YUV198103.1693.76-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.04%
GREEN value IS 231 (90.62% from 255) = 43.18%
BLUE value IS 154 (60.55% from 255) = 28.79%
R=28.04%
G=43.18%
B=28.79%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1502311540.3500.330.09122.9662.7974.71
Hex96E79A2302197b3f4b
Octal226347232430411117377113
Binary1001011011100111100110101000110100001100111110111111111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E79A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,231,154); }

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

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

 a { background-color: rgb(150,231,154); }

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

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

 span { border-color: rgb(150,231,154); }

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