#96EC8A

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

Shades of Light Green #96EC8A

Tints of Light Green #96EC8A

Color information

#96EC8A (or 0x96EC8A) is unknown color: approx Light Green. HEX triplet: 96, EC and 8A. RGB value is (150,236,138). Sum of RGB (Red+Green+Blue) = 150+236+138=524 (69% of max value = 765). Red value is 150 (58.98% from 255 or 28.63% from 524); Green value is 236 (92.58% from 255 or 45.04% from 524); Blue value is 138 (54.30% from 255 or 26.34% from 524); Max value from RGB is 236 - color contains mainly: green. Hex color #96EC8A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EC8A is #691375. Grayscale: #C7C7C7. Windows color (decimal): -6886262 or 9104534. OLE color: 9104534.

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

Color convert

RGB150236138-
CMYK0.3600.420.07
HSL112.65º72.06%73.33%-
HSV(B)112.65º41.53%92.55%-
XYZ47.1668.3134.74-
YUV199.1193.5192.97-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 28.63%
GREEN value IS 236 (92.58% from 255) = 45.04%
BLUE value IS 138 (54.30% from 255) = 26.34%
R=28.63%
G=45.04%
B=26.34%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0
Y (Yellow) values IS 0.42
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1502361380.3600.420.07112.6572.0673.33
Hex96EC8A2402A7714849
Octal226354212440527161110111
Binary1001011011101100100010101001000101010111111000110010001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EC8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(150,236,138); }

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

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

 a { background-color: rgb(150,236,138); }

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

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

 span { border-color: rgb(150,236,138); }

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