#96EF9A

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

Shades of Light Green #96EF9A

Tints of Light Green #96EF9A

Color information

#96EF9A (or 0x96EF9A) is unknown color: approx Light Green. HEX triplet: 96, EF and 9A. RGB value is (150,239,154). Sum of RGB (Red+Green+Blue) = 150+239+154=543 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.62% from 543); Green value is 239 (93.75% from 255 or 44.01% from 543); Blue value is 154 (60.55% from 255 or 28.36% from 543); Max value from RGB is 239 - color contains mainly: green. Hex color #96EF9A is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EF9A is #691065. Grayscale: #CACACA. Windows color (decimal): -6885478 or 10153878. OLE color: 10153878.

HSL color Cylindrical-coordinate representation of color #96EF9A: hue angle of 122.7º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #96EF9A is Cyan = 0.37, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.06.

Color convert

RGB150239154-
CMYK0.3700.360.06
HSL122.7º73.55%76.27%-
HSV(B)122.7º37.24%93.73%-
XYZ49.2870.5541.59-
YUV202.7100.5190.41-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.62%
GREEN value IS 239 (93.75% from 255) = 44.01%
BLUE value IS 154 (60.55% from 255) = 28.36%
R=27.62%
G=44.01%
B=28.36%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1502391540.3700.360.06122.773.5576.27
Hex96EF9A2502467b4a4c
Octal226357232450446173112114
Binary1001011011101111100110101001010100100110111101110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EF9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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