#96EBA0

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

Shades of Light Green #96EBA0

Tints of Light Green #96EBA0

Color information

#96EBA0 (or 0x96EBA0) is unknown color: approx Light Green. HEX triplet: 96, EB and A0. RGB value is (150,235,160). Sum of RGB (Red+Green+Blue) = 150+235+160=545 (72% of max value = 765). Red value is 150 (58.98% from 255 or 27.52% from 545); Green value is 235 (92.19% from 255 or 43.12% from 545); Blue value is 160 (62.89% from 255 or 29.36% from 545); Max value from RGB is 235 - color contains mainly: green. Hex color #96EBA0 is not a web safe color. Web safe color analog (approx): #99FF99. Inversed color of #96EBA0 is #69145F. Grayscale: #C9C9C9. Windows color (decimal): -6886496 or 10546070. OLE color: 10546070.

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

Color convert

RGB150235160-
CMYK0.3600.320.08
HSL127.06º68%75.49%-
HSV(B)127.06º36.17%92.16%-
XYZ48.6368.4443.9-
YUV201.04104.8491.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.52%
GREEN value IS 235 (92.19% from 255) = 43.12%
BLUE value IS 160 (62.89% from 255) = 29.36%
R=27.52%
G=43.12%
B=29.36%

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
Decimal1502351600.3600.320.08127.066875.49
Hex96EBA02402087f444b
Octal2263532404404010177104113
Binary10010110111010111010000010010001000001000111111110001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #96EBA0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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