#96E39C

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

Shades of Light Green #96E39C

Tints of Light Green #96E39C

Color information

#96E39C (or 0x96E39C) is unknown color: approx Light Green. HEX triplet: 96, E3 and 9C. RGB value is (150,227,156). Sum of RGB (Red+Green+Blue) = 150+227+156=533 (70% of max value = 765). Red value is 150 (58.98% from 255 or 28.14% from 533); Green value is 227 (89.06% from 255 or 42.59% from 533); Blue value is 156 (61.33% from 255 or 29.27% from 533); Max value from RGB is 227 - color contains mainly: green. Hex color #96E39C is not a web safe color. Web safe color analog (approx): #99CC99. Inversed color of #96E39C is #691C63. Grayscale: #C4C4C4. Windows color (decimal): -6888548 or 10281878. OLE color: 10281878.

HSL color Cylindrical-coordinate representation of color #96E39C: hue angle of 124.68º degrees, saturation: 0.58, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #96E39C is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.11.

Color convert

RGB150227156-
CMYK0.3400.310.11
HSL124.68º57.89%73.92%-
HSV(B)124.68º33.92%89.02%-
XYZ46.0563.8241.34-
YUV195.88105.4995.27-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.14%
GREEN value IS 227 (89.06% from 255) = 42.59%
BLUE value IS 156 (61.33% from 255) = 29.27%
R=28.14%
G=42.59%
B=29.27%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1502271560.3400.310.11124.6857.8973.92
Hex96E39C2201FB7d3a4a
Octal226343234420371317572112
Binary100101101110001110011100100010011111101111111011110101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96E39C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,227,156); }

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

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

 a { background-color: rgb(150,227,156); }

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

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

 span { border-color: rgb(150,227,156); }

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